Home
last modified time | relevance | path

Searched defs:FuncTy (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp219 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
H A DWebAssemblyMCInstLower.cpp67 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() local
H A DWebAssemblyFastISel.cpp783 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp192 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 DSemaSwift.cpp216 const auto *FuncTy = HandlerParam->getType() in checkSwiftAsyncErrorBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp390 SPIRVType *FuncTy = GR->getOrCreateOpTypeFunctionWithArgs( in lowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp833 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 Dllvm-stress.cpp143 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp122 FunctionType *FuncTy) { in isCallingConvCCompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1037 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
H A DAMDGPULibFunc.h438 FunctionType *FuncTy; global() variable
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp873 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2488 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 DCGNonTrivialStruct.cpp465 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction() local
H A DCGBlocks.cpp1215 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); in EmitBlockCallExpr() local
H A DCGBuiltin.cpp2112 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in generateBuiltinOSLogHelperFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1119 FunctionType *FuncTy = CI->getFunctionType(); in lowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7265 FunctionType *&FuncTy) { in resolveFunctionType()