Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dattr-no-tail.c21 typedef int (*FuncTy)(int); typedef
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp219 // Test whether a main function with type FuncTy should be rewritten to have in shouldFixMainFunction() argument
H A DWebAssemblyMCInstLower.cpp67 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() local
H A DWebAssemblyFastISel.cpp783 FunctionType *FuncTy = Call->getFunctionType(); selectCall() local
/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
/llvm-project/llvm/unittests/IR/
H A DVPIntrinsicTest.cpp376 auto *FuncTy = F.getFunctionType(); TEST_F() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp390 SPIRVType *FuncTy = GR->getOrCreateOpTypeFunctionWithArgs( lowerFormalArguments() local
/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp216 const auto *FuncTy = HandlerParam->getType() checkSwiftAsyncErrorBlock() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp827 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 DTargetLibraryInfo.cpp122 FunctionType *FuncTy) { in isCallingConvCCompatible() argument
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp143 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1037 FunctionType *FuncTy = fInfo.getFunctionType(*M); getOrInsertFunction() local
[all...]
H A DAMDGPULibFunc.h451 FunctionType *FuncTy; global() variable
/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp873 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2422 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 DCloningTest.cpp932 auto *FuncTy = FunctionType::get(FuncPtrTy, false); CreateOldModule() local
/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp465 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction() local
H A DCGBlocks.cpp1206 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); EmitBlockCallExpr() local
H A DCGBuiltin.cpp2090 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); generateBuiltinOSLogHelperFunction() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1115 FunctionType *FuncTy = CI->getFunctionType(); in lowerCall() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7243 resolveFunctionType(Type * RetType,const SmallVector<ParamInfo,16> & ArgList,FunctionType * & FuncTy) resolveFunctionType() argument