Home
last modified time | relevance | path

Searched refs:FnTy (Results 76 – 100 of 514) sorted by relevance

12345678910>>...21

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp108 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitFunctionDecl() local
110 if (CanRepresent(FnTy.getTypePtr())) in VisitFunctionDecl()
111 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in VisitFunctionDecl()
127 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitObjCMethodDecl() local
129 if (CanRepresent(FnTy.getTypePtr())) in VisitObjCMethodDecl()
130 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in VisitObjCMethodDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp108 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitFunctionDecl() local
110 if (CanRepresent(FnTy.getTypePtr())) in VisitFunctionDecl()
111 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in VisitFunctionDecl()
127 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitObjCMethodDecl() local
129 if (CanRepresent(FnTy.getTypePtr())) in VisitObjCMethodDecl()
130 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in VisitObjCMethodDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp109 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in isSRetParameterAfterThis()
111 if (CanRepresent(FnTy.getTypePtr())) in isSRetParameterAfterThis()
112 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in isSRetParameterAfterThis()
128 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in isSRetParameterAfterThis()
130 if (CanRepresent(FnTy.getTypePtr())) in isSRetParameterAfterThis()
131 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in isSRetParameterAfterThis()
H A DCGOpenMPRuntime.cpp1677 auto *FnTy = in createRuntimeFunction() local
1685 auto *FnTy = in createRuntimeFunction() local
1696 auto *FnTy = in createRuntimeFunction() local
1707 auto *FnTy = in createRuntimeFunction() local
1718 auto *FnTy = in createRuntimeFunction() local
1753 auto *FnTy = in createRuntimeFunction() local
1762 auto *FnTy = in createRuntimeFunction() local
2379 auto *FnTy = in createForStaticInitFunction() local
2401 auto *FnTy = in createDispatchInitFunction() local
2418 auto *FnTy = in createDispatchFiniFunction() local
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1558 auto *FnTy = in createNVPTXRuntimeFunction() local
1566 auto *FnTy = in createNVPTXRuntimeFunction() local
1575 auto *FnTy = in createNVPTXRuntimeFunction() local
1583 auto *FnTy = in createNVPTXRuntimeFunction() local
1592 auto *FnTy = in createNVPTXRuntimeFunction() local
1602 auto *FnTy = in createNVPTXRuntimeFunction() local
1609 auto *FnTy = in createNVPTXRuntimeFunction() local
1618 auto *FnTy = in createNVPTXRuntimeFunction() local
1627 auto *FnTy = in createNVPTXRuntimeFunction() local
1636 auto *FnTy = in createNVPTXRuntimeFunction() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp110 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitFunctionDecl() local
112 if (CanRepresent(FnTy.getTypePtr())) in VisitFunctionDecl()
113 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in VisitFunctionDecl()
129 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitObjCMethodDecl() local
131 if (CanRepresent(FnTy.getTypePtr())) in VisitObjCMethodDecl()
132 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in VisitObjCMethodDecl()
H A DCGOpenMPRuntimeNVPTX.cpp1209 auto *FnTy = in createNVPTXRuntimeFunction() local
1217 auto *FnTy = in createNVPTXRuntimeFunction() local
1226 auto *FnTy = in createNVPTXRuntimeFunction() local
1233 auto *FnTy = in createNVPTXRuntimeFunction() local
1242 auto *FnTy = in createNVPTXRuntimeFunction() local
1252 auto *FnTy = in createNVPTXRuntimeFunction() local
1259 auto *FnTy = in createNVPTXRuntimeFunction() local
1268 auto *FnTy = in createNVPTXRuntimeFunction() local
1277 auto *FnTy = in createNVPTXRuntimeFunction() local
1286 auto *FnTy = in createNVPTXRuntimeFunction() local
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp108 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitFunctionDecl() local
110 if (CanRepresent(FnTy.getTypePtr())) in VisitFunctionDecl()
111 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in VisitFunctionDecl()
127 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitObjCMethodDecl() local
129 if (CanRepresent(FnTy.getTypePtr())) in VisitObjCMethodDecl()
130 DI.EmitFunctionDecl(D, D->getLocation(), FnTy); in VisitObjCMethodDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DKnownBitsTest.cpp20 template<typename FnTy>
21 void ForeachKnownBits(unsigned Bits, FnTy Fn) { in ForeachKnownBits()
36 template<typename FnTy>
37 void ForeachNumInKnownBits(const KnownBits &Known, FnTy Fn) { in ForeachNumInKnownBits()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp20 template<typename FnTy>
21 void ForeachKnownBits(unsigned Bits, FnTy Fn) { in ForeachKnownBits()
36 template<typename FnTy>
37 void ForeachNumInKnownBits(const KnownBits &Known, FnTy Fn) { in ForeachNumInKnownBits()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DDerivedTypes.h176 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee()
178 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() argument
179 : FnTy(FnTy), Callee(Callee) { in FunctionCallee()
180 assert((FnTy == nullptr) == (Callee == nullptr)); in FunctionCallee()
187 FunctionType *getFunctionType() { return FnTy; } in getFunctionType()
194 FunctionType *FnTy = nullptr;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDerivedTypes.h176 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee()
178 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() argument
179 : FnTy(FnTy), Callee(Callee) { in FunctionCallee()
180 assert((FnTy == nullptr) == (Callee == nullptr)); in FunctionCallee()
187 FunctionType *getFunctionType() { return FnTy; } in getFunctionType()
194 FunctionType *FnTy = nullptr;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h176 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee()
178 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() argument
179 : FnTy(FnTy), Callee(Callee) { in FunctionCallee()
180 assert((FnTy == nullptr) == (Callee == nullptr)); in FunctionCallee()
187 FunctionType *getFunctionType() { return FnTy; } in getFunctionType()
194 FunctionType *FnTy = nullptr;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1713 auto *FnTy = in createRuntimeFunction() local
1737 auto *FnTy = in createRuntimeFunction() local
1748 auto *FnTy = in createRuntimeFunction() local
1759 auto *FnTy = in createRuntimeFunction() local
1770 auto *FnTy = in createRuntimeFunction() local
1805 auto *FnTy = in createRuntimeFunction() local
1814 auto *FnTy = in createRuntimeFunction() local
2488 auto *FnTy = in createForStaticInitFunction() local
2510 auto *FnTy = in createDispatchInitFunction() local
2527 auto *FnTy = in createDispatchFiniFunction() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1837 auto *FnTy = in createRuntimeFunction() local
1861 auto *FnTy = in createRuntimeFunction() local
1872 auto *FnTy = in createRuntimeFunction() local
1883 auto *FnTy = in createRuntimeFunction() local
1894 auto *FnTy = in createRuntimeFunction() local
1929 auto *FnTy = in createRuntimeFunction() local
1938 auto *FnTy = in createRuntimeFunction() local
2610 auto *FnTy = in createForStaticInitFunction() local
2632 auto *FnTy = in createDispatchInitFunction() local
2649 auto *FnTy = in createDispatchFiniFunction() local
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1544 auto *FnTy = in createNVPTXRuntimeFunction() local
1552 auto *FnTy = in createNVPTXRuntimeFunction() local
1561 auto *FnTy = in createNVPTXRuntimeFunction() local
1569 auto *FnTy = in createNVPTXRuntimeFunction() local
1578 auto *FnTy = in createNVPTXRuntimeFunction() local
1588 auto *FnTy = in createNVPTXRuntimeFunction() local
1595 auto *FnTy = in createNVPTXRuntimeFunction() local
1604 auto *FnTy = in createNVPTXRuntimeFunction() local
1613 auto *FnTy = in createNVPTXRuntimeFunction() local
1622 auto *FnTy = in createNVPTXRuntimeFunction() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1837 auto *FnTy = in createRuntimeFunction() local
1861 auto *FnTy = in createRuntimeFunction() local
1872 auto *FnTy = in createRuntimeFunction() local
1883 auto *FnTy = in createRuntimeFunction() local
1894 auto *FnTy = in createRuntimeFunction() local
1929 auto *FnTy = in createRuntimeFunction() local
1938 auto *FnTy = in createRuntimeFunction() local
2610 auto *FnTy = in createForStaticInitFunction() local
2632 auto *FnTy = in createDispatchInitFunction() local
2649 auto *FnTy = in createDispatchFiniFunction() local
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1544 auto *FnTy = in createNVPTXRuntimeFunction() local
1552 auto *FnTy = in createNVPTXRuntimeFunction() local
1561 auto *FnTy = in createNVPTXRuntimeFunction() local
1569 auto *FnTy = in createNVPTXRuntimeFunction() local
1578 auto *FnTy = in createNVPTXRuntimeFunction() local
1588 auto *FnTy = in createNVPTXRuntimeFunction() local
1595 auto *FnTy = in createNVPTXRuntimeFunction() local
1604 auto *FnTy = in createNVPTXRuntimeFunction() local
1613 auto *FnTy = in createNVPTXRuntimeFunction() local
1622 auto *FnTy = in createNVPTXRuntimeFunction() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1563 auto *FnTy = in createNVPTXRuntimeFunction() local
1571 auto *FnTy = in createNVPTXRuntimeFunction() local
1580 auto *FnTy = in createNVPTXRuntimeFunction() local
1588 auto *FnTy = in createNVPTXRuntimeFunction() local
1597 auto *FnTy = in createNVPTXRuntimeFunction() local
1606 auto *FnTy = in createNVPTXRuntimeFunction() local
1613 auto *FnTy = in createNVPTXRuntimeFunction() local
1622 auto *FnTy = in createNVPTXRuntimeFunction() local
1631 auto *FnTy = in createNVPTXRuntimeFunction() local
1640 auto *FnTy = in createNVPTXRuntimeFunction() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1564 auto *FnTy = in createNVPTXRuntimeFunction() local
1572 auto *FnTy = in createNVPTXRuntimeFunction() local
1581 auto *FnTy = in createNVPTXRuntimeFunction() local
1589 auto *FnTy = in createNVPTXRuntimeFunction() local
1598 auto *FnTy = in createNVPTXRuntimeFunction() local
1607 auto *FnTy = in createNVPTXRuntimeFunction() local
1614 auto *FnTy = in createNVPTXRuntimeFunction() local
1623 auto *FnTy = in createNVPTXRuntimeFunction() local
1632 auto *FnTy = in createNVPTXRuntimeFunction() local
1641 auto *FnTy = in createNVPTXRuntimeFunction() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h176 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee()
178 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() argument
179 : FnTy(FnTy), Callee(Callee) { in FunctionCallee()
180 assert((FnTy == nullptr) == (Callee == nullptr)); in FunctionCallee()
187 FunctionType *getFunctionType() { return FnTy; } in getFunctionType()
194 FunctionType *FnTy = nullptr;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DDerivedTypes.h170 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee()
172 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() argument
173 : FnTy(FnTy), Callee(Callee) { in FunctionCallee()
174 assert((FnTy == nullptr) == (Callee == nullptr)); in FunctionCallee()
181 FunctionType *getFunctionType() { return FnTy; } in getFunctionType()
188 FunctionType *FnTy = nullptr;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DDerivedTypes.h176 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee()
178 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() argument
179 : FnTy(FnTy), Callee(Callee) { in FunctionCallee()
180 assert((FnTy == nullptr) == (Callee == nullptr)); in FunctionCallee()
187 FunctionType *getFunctionType() { return FnTy; } in getFunctionType()
194 FunctionType *FnTy = nullptr;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DDerivedTypes.h170 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee()
172 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() argument
173 : FnTy(FnTy), Callee(Callee) { in FunctionCallee()
174 assert((FnTy == nullptr) == (Callee == nullptr)); in FunctionCallee()
181 FunctionType *getFunctionType() { return FnTy; } in getFunctionType()
188 FunctionType *FnTy = nullptr;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DDerivedTypes.h170 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee()
172 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee() argument
173 : FnTy(FnTy), Callee(Callee) { in FunctionCallee()
174 assert((FnTy == nullptr) == (Callee == nullptr)); in FunctionCallee()
181 FunctionType *getFunctionType() { return FnTy; } in getFunctionType()
188 FunctionType *FnTy = nullptr;

12345678910>>...21