Home
last modified time | relevance | path

Searched defs:ArgTypes (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/unittests/IR/
DFunctionTest.cpp19 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)}; in TEST() local
41 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)}; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DFunctionTest.cpp20 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)}; in TEST() local
42 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)}; in TEST() local
/external/clang/lib/CodeGen/
DCGCUDABuiltin.cpp25 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetVprintfDeclaration() local
99 llvm::SmallVector<llvm::Type *, 8> ArgTypes; in EmitCUDADevicePrintfCallExpr() local
DObjectFilePCHContainerOperations.cpp107 SmallVector<QualType, 16> ArgTypes; in VisitFunctionDecl() local
123 SmallVector<QualType, 16> ArgTypes; in VisitObjCMethodDecl() local
DCGCUDANV.cpp123 std::vector<llvm::Type *> ArgTypes; in emitDeviceStubBody() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DIntrinsicEmitter.cpp209 const std::vector<Record*> &ArgTypes, in EmitTypeGenerate()
341 const RecPair &ArgTypes = I->first; in EmitVerifier() local
438 const RecPair &ArgTypes = I->first; in EmitGenerator() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp41 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
DCloneFunction.cpp224 std::vector<Type*> ArgTypes; in CloneFunction() local
DCodeExtractor.cpp857 std::vector<Type *> ArgTypes; in emitCallAndSwitchStatement() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp274 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLImageTypeLoweringPass.cpp257 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
DAMDGPUPromoteAlloca.cpp777 std::vector<Type*> ArgTypes; in handleAlloca() local
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp595 ArrayRef<Type*> ArgTypes, std::string &MangledName) { in MangleOpenCLBuiltin()
DSPIRVUtil.cpp300 getOrCreateFunction(Module *M, Type *RetTy, ArrayRef<Type *> ArgTypes, in getOrCreateFunction()
1383 ArrayRef<Type*> ArgTypes, BuiltinFuncMangleInfo* BtnInfo) { in mangleBuiltin()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp381 llvm::SmallVector<Type *, 4> ArgTypes(T->param_begin(), T->param_end()); in getArgsFunctionType() local
393 llvm::SmallVector<Type *, 4> ArgTypes; in getTrampolineFunctionType() local
404 llvm::SmallVector<Type *, 4> ArgTypes; in getCustomFunctionType() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp143 std::vector<Type*> ArgTypes; in CloneFunction() local
DCodeExtractor.cpp405 std::vector<Type*> ArgTypes; in emitCallAndSwitchStatement() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp484 SmallVector<Type *, 4> ArgTypes(T->param_begin(), T->param_end()); in getArgsFunctionType() local
496 SmallVector<Type *, 4> ArgTypes; in getTrampolineFunctionType() local
507 SmallVector<Type *, 4> ArgTypes; in getCustomFunctionType() local
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp442 std::vector<Type*> ArgTypes; in emitCallAndSwitchStatement() local
DCloneFunction.cpp184 std::vector<Type*> ArgTypes; in CloneFunction() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2662 SmallVector<QualType, 4> ArgTypes; in RewriteObjCBoxedExpr() local
2785 SmallVector<QualType, 4> ArgTypes; in RewriteObjCArrayLiteralExpr() local
2932 SmallVector<QualType, 8> ArgTypes; in RewriteObjCDictionaryLiteralExpr() local
3095 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr()
3489 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
4539 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
4606 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
DRewriteObjC.cpp2587 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr()
2909 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
3696 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
3765 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
/external/llvm/lib/IR/
DIRBuilder.cpp346 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp145 typedef std::vector<llvm::Type*> ArgTypes; typedef
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp202 typedef std::vector<llvm::Type*> ArgTypes; typedef

12