/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 219 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
|
H A D | WebAssemblyMCInstLower.cpp | 67 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() local
|
H A D | WebAssemblyFastISel.cpp | 783 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 192 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction() local 215 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 216 const auto *FuncTy = HandlerParam->getType() in checkSwiftAsyncErrorBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 390 SPIRVType *FuncTy = GR->getOrCreateOpTypeFunctionWithArgs( in lowerFormalArguments() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 833 const std::vector<std::shared_ptr<ContextEdge<DerivedCCG, FuncTy, CallTy>>> in allocTypesMatch() argument 838 const std::shared_ptr<ContextEdge<DerivedCCG, FuncTy, CallTy>> &r) { in allocTypesMatch() argument 1188 const std::shared_ptr<ContextEdge<DerivedCCG, FuncTy, CallTy>> &Edge) { in checkEdge() argument 1196 static void checkNode(const ContextNode<DerivedCCG, FuncTy, CallTy> *Node, in checkNode() argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 143 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 122 FunctionType *FuncTy) { in isCallingConvCCompatible()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 1037 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
|
H A D | AMDGPULibFunc.h | 438 FunctionType *FuncTy; global() variable
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 873 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2488 FunctionType *FuncTy = FunctionType::get( in emitInterWarpCopyFunction() local 2716 FunctionType *FuncTy = in emitShuffleAndReduceFunction() local 2882 FunctionType *FuncTy = FunctionType::get( in emitListToGlobalCopyFunction() local 2992 FunctionType *FuncTy = FunctionType::get( in emitListToGlobalReduceFunction() local 3075 FunctionType *FuncTy = FunctionType::get( in emitGlobalToListCopyFunction() local 3183 auto *FuncTy = FunctionType::get( in emitGlobalToListReduceFunction() local 3270 auto *FuncTy = FunctionType::get(Builder.getVoidTy(), in createReductionFunction() local 3574 auto *FuncTy = in getFreshReductionFunc() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 465 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction() local
|
H A D | CGBlocks.cpp | 1215 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); in EmitBlockCallExpr() local
|
H A D | CGBuiltin.cpp | 2112 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in generateBuiltinOSLogHelperFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1119 FunctionType *FuncTy = CI->getFunctionType(); in lowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7265 FunctionType *&FuncTy) { in resolveFunctionType()
|