/external/clang/test/CodeGen/ |
D | attr-no-tail.c | 21 typedef int (*FuncTy)(int); typedef
|
/external/llvm-project/clang/test/CodeGen/ |
D | attr-no-tail.c | 21 typedef int (*FuncTy)(int); typedef
|
/external/llvm-project/clang/tools/clang-offload-wrapper/ |
D | ClangOffloadWrapper.cpp | 248 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/ |
D | MachinePassManager.h | 241 using FuncTy = Error(Module &, MachineFunctionAnalysisManager &); variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 228 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
|
D | WebAssemblyMCInstLower.cpp | 52 if (const auto *FuncTy = dyn_cast<FunctionType>(Global->getValueType())) { in GetGlobalAddressSymbol() local
|
D | WebAssemblyFastISel.cpp | 761 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 227 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
|
D | WebAssemblyMCInstLower.cpp | 52 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() local
|
D | WebAssemblyFastISel.cpp | 776 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 119 FunctionType *FuncTy) { in insertExternalReferenceToFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.cpp | 969 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
|
D | AMDGPULibFunc.h | 436 FunctionType *FuncTy; variable
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.cpp | 968 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
|
D | AMDGPULibFunc.h | 437 FunctionType *FuncTy; variable
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 133 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
|
/external/llvm-project/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 165 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 858 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
|
/external/llvm-project/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 873 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 634 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGNonTrivialStruct.cpp | 468 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction() local
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 988 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); in EmitBlockCallExpr() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1016 FunctionType *FuncTy = CS.getFunctionType(); in lowerCall() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1275 FunctionType *FuncTy = CI->getFunctionType(); in lowerCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1251 FunctionType *FuncTy = CS.getFunctionType(); in lowerCall() local
|