/external/llvm/unittests/IR/ |
D | FunctionTest.cpp | 20 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false); in TEST() local 42 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false); in TEST() local
|
D | VerifierTest.cpp | 29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST() local 52 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false); in TEST() local 70 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false); in TEST() local 166 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | VerifierTest.cpp | 29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST() local 52 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false); in TEST() local 70 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false); in TEST() local 141 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false); in TEST() local
|
D | FunctionTest.cpp | 21 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false); in TEST() local 43 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 65 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), in TEST_F() local 114 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), in TEST_F() local 148 FunctionType *FTy = in TEST_F() local 331 FunctionType *FTy = in TEST_F() local 401 FunctionType *FTy = in TEST_F() local 437 FunctionType *FTy = in TEST_F() local 672 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), {}, false); in TEST_F() local 750 FunctionType *FTy = in TEST_F() local 823 FunctionType *FTy = in TEST_F() local 921 FunctionType *FTy = in TEST_F() local [all …]
|
D | TBAATest.cpp | 36 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), {}); in getFunctionWithSingleStore() local
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 51 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), in TEST_F() local 103 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Types, false); in TEST_F() local 241 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), in TEST_F() local
|
D | MixedTBAATest.cpp | 37 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 175 FunctionType *FTy = in TEST() local 234 FunctionType *FTy = in TEST() local 269 FunctionType *FTy = in TEST() local 288 FunctionType *FTy = in TEST() local 331 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Int8, false); in TEST() local
|
D | OrderedInstructions.cpp | 27 FunctionType *FTy = in TEST() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 175 FunctionType *FTy = in TEST() local 234 FunctionType *FTy = in TEST() local 269 FunctionType *FTy = in TEST() local 288 FunctionType *FTy = in TEST() local 331 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Int8, false); in TEST() local
|
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 260 llvm::FunctionType *FTy, const Twine &Name, const CGFunctionInfo &FI, in CreateGlobalInitOrDestructFunction() 331 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); in EmitCXXGlobalVarDeclInitFunc() local 416 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); in EmitCXXGlobalInitFunc() local 483 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); in EmitCXXGlobalDtorFunc() local 611 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in generateDestroyHelper() local
|
D | ItaniumCXXABI.cpp | 530 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer() local 1041 llvm::FunctionType *FTy = in emitRethrow() local 1055 llvm::FunctionType *FTy = in getAllocateExceptionFn() local 1066 llvm::FunctionType *FTy = in getThrowFn() local 1118 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, Args, false); in getItaniumDynamicCastFn() local 1131 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); in getBadCastFn() local 1189 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); in getBadTypeidFn() local 1769 llvm::FunctionType *FTy = in InitializeArrayCookie() local 1800 llvm::FunctionType *FTy = in readArrayCookieImpl() local 1863 llvm::FunctionType *FTy = in getGuardAcquireFn() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 31 InlineAsm::InlineAsm(FunctionType *FTy, const std::string &asmString, in InlineAsm() 43 InlineAsm *InlineAsm::get(FunctionType *FTy, StringRef AsmString, in get()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 683 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs() local 771 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc() local 782 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getIncrementIndirectCounterFunc() local 794 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc() local 803 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc() local 808 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc() local 813 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc() local 947 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in insertFlush() local
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 27 InlineAsm *InlineAsm::get(FunctionType *FTy, StringRef AsmString, in get() 36 InlineAsm::InlineAsm(FunctionType *FTy, const std::string &asmString, in InlineAsm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 31 FunctionType *FTy = FunctionType::get( in SetUp() local 136 FunctionType *FTy = FunctionType::get( in getExternal() local 151 FunctionType *FTy = FunctionType::get( in getInternal() local
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 31 FunctionType *FTy = FunctionType::get( in SetUp() local 136 FunctionType *FTy = FunctionType::get( in getExternal() local 151 FunctionType *FTy = FunctionType::get( in getInternal() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 738 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs() local 826 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc() local 842 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getIncrementIndirectCounterFunc() local 854 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc() local 871 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc() local 880 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc() local 885 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc() local 1178 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in insertFlush() local
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 33 FunctionType *FTy = F->getFunctionType(); in runFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 350 static std::string getSignature(FunctionType *FTy) { in getSignature() 378 FunctionType *FTy = FunctionType::get(Int8PtrTy, Args, false); in getFindMatchingCatch() local 473 FunctionType *FTy = FunctionType::get(CalleeFTy->getReturnType(), ArgTys, in getInvokeWrapper() local 608 FunctionType *FTy = FunctionType::get(IRB.getVoidTy(), Params, false); in createSetThrewFunction() local 644 FunctionType *FTy = FunctionType::get(IRB.getVoidTy(), Params, false); in createSetTempRet0Function() local 729 FunctionType *FTy = in runOnModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 33 FunctionType *FTy = F->getFunctionType(); in runFunction() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 138 if (FunctionType *FTy = dyn_cast<FunctionType>(Ty)) { in runOnModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 136 if (FunctionType *FTy = dyn_cast<FunctionType>(Ty)) { in runOnModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUIntrinsicInfo.cpp | 89 FunctionType *FTy = getType(M->getContext(), IntrID, Tys); in getDeclaration() local
|