Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dattr-no-tail.c21 typedef int (*FuncTy)(int); typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp38 if (const auto *FuncTy = dyn_cast<FunctionType>(Global->getValueType())) { in GetGlobalAddressSymbol() local
DWebAssemblyFastISel.cpp740 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h119 FunctionType *FuncTy) { in insertExternalReferenceToFunction()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h119 FunctionType *FuncTy) { in insertExternalReferenceToFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp82 WasmFunctionType FuncTy; in getEmptyKey() local
87 WasmFunctionType FuncTy; in getTombstoneKey() local
709 for (const WasmFunctionType &FuncTy : FunctionTypes) { in writeTypeSection() local
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp329 FunctionType *FuncTy = FunctionType::get( in TEST_F() local
382 FunctionType *FuncTy = in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp977 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
DAMDGPULibFunc.h437 FunctionType *FuncTy; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp167 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp133 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/swiftshader/third_party/LLVM/tools/bugpoint/
DMiscompilation.cpp850 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DMiscompilation.cpp870 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp634 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1016 FunctionType *FuncTy = CS.getFunctionType(); in lowerCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1233 FunctionType *FuncTy = CS.getFunctionType(); in lowerCall() local
/external/clang/lib/CodeGen/
DCGBlocks.cpp988 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); in EmitBlockCallExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp71 auto *FuncTy = CI->getFunctionType(); in isCallingConvCCompatible() local
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1004 auto *FuncTy = cast<FuncSigExtendedType>(Ty); in ProcessRecord() local