Home
last modified time | relevance | path

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

12

/external/clang/test/CodeGen/
Dattr-no-tail.c21 typedef int (*FuncTy)(int); typedef
/external/llvm-project/clang/test/CodeGen/
Dattr-no-tail.c21 typedef int (*FuncTy)(int); typedef
/external/llvm-project/clang/tools/clang-offload-wrapper/
DClangOffloadWrapper.cpp248 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction() local
274 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction() local
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachinePassManager.h241 using FuncTy = Error(Module &, MachineFunctionAnalysisManager &); variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp228 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
DWebAssemblyMCInstLower.cpp52 if (const auto *FuncTy = dyn_cast<FunctionType>(Global->getValueType())) { in GetGlobalAddressSymbol() local
DWebAssemblyFastISel.cpp761 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp227 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
DWebAssemblyMCInstLower.cpp52 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() local
DWebAssemblyFastISel.cpp776 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h119 FunctionType *FuncTy) { in insertExternalReferenceToFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp969 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
DAMDGPULibFunc.h436 FunctionType *FuncTy; variable
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp968 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
DAMDGPULibFunc.h437 FunctionType *FuncTy; variable
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp133 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
/external/llvm-project/llvm/tools/llvm-stress/
Dllvm-stress.cpp165 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
/external/llvm/tools/bugpoint/
DMiscompilation.cpp858 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
/external/llvm-project/llvm/tools/bugpoint/
DMiscompilation.cpp873 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp634 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp468 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction() local
/external/clang/lib/CodeGen/
DCGBlocks.cpp988 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); in EmitBlockCallExpr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1016 FunctionType *FuncTy = CS.getFunctionType(); in lowerCall() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1275 FunctionType *FuncTy = CI->getFunctionType(); in lowerCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1251 FunctionType *FuncTy = CS.getFunctionType(); in lowerCall() local

12