/llvm-project/clang/test/CodeGen/ |
H A D | attr-no-tail.c | 21 typedef int (*FuncTy)(int); typedef
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 219 // Test whether a main function with type FuncTy should be rewritten to have in shouldFixMainFunction() argument
|
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(); selectCall() local
|
/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
|
/llvm-project/llvm/unittests/IR/ |
H A D | VPIntrinsicTest.cpp | 376 auto *FuncTy = F.getFunctionType(); TEST_F() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 390 SPIRVType *FuncTy = GR->getOrCreateOpTypeFunctionWithArgs( lowerFormalArguments() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 216 const auto *FuncTy = HandlerParam->getType() checkSwiftAsyncErrorBlock() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 827 allocTypesMatch(const std::vector<uint8_t> & InAllocTypes,const std::vector<std::shared_ptr<ContextEdge<DerivedCCG,FuncTy,CallTy>>> & Edges) allocTypesMatch() argument 832 __anonbbe7f6c30302(const uint8_t &l, const std::shared_ptr<ContextEdge<DerivedCCG, FuncTy, CallTy>> &r) allocTypesMatch() argument 1160 checkEdge(const std::shared_ptr<ContextEdge<DerivedCCG,FuncTy,CallTy>> & Edge) checkEdge() argument 1168 checkNode(const ContextNode<DerivedCCG,FuncTy,CallTy> * Node,bool CheckEdges=true) checkNode() argument [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 122 FunctionType *FuncTy) { in isCallingConvCCompatible() argument
|
/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
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 1037 FunctionType *FuncTy = fInfo.getFunctionType(*M); getOrInsertFunction() local [all...] |
H A D | AMDGPULibFunc.h | 451 FunctionType *FuncTy; global() variable
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 873 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2422 FunctionType *FuncTy = FunctionType::get( emitInterWarpCopyFunction() local 2650 FunctionType *FuncTy = emitShuffleAndReduceFunction() local 2816 FunctionType *FuncTy = FunctionType::get( emitListToGlobalCopyFunction() local 2926 FunctionType *FuncTy = FunctionType::get( emitListToGlobalReduceFunction() local 3009 FunctionType *FuncTy = FunctionType::get( emitGlobalToListCopyFunction() local 3117 auto *FuncTy = FunctionType::get( emitGlobalToListReduceFunction() local 3204 auto *FuncTy = FunctionType::get(Builder.getVoidTy(), createReductionFunction() local 3508 auto *FuncTy = getFreshReductionFunc() local [all...] |
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 932 auto *FuncTy = FunctionType::get(FuncPtrTy, false); CreateOldModule() local
|
/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 | 1206 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); EmitBlockCallExpr() local
|
H A D | CGBuiltin.cpp | 2090 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); generateBuiltinOSLogHelperFunction() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1115 FunctionType *FuncTy = CI->getFunctionType(); in lowerCall() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7243 resolveFunctionType(Type * RetType,const SmallVector<ParamInfo,16> & ArgList,FunctionType * & FuncTy) resolveFunctionType() argument
|