Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddebuginfo.c115 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; in llvm_test_dibuilder() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp231 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local
418 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule() local
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp171 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
525 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp195 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local
/external/clang/lib/Sema/
DSemaOverload.cpp7111 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
7307 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
7556 QualType ParamTypes[2] = { *MemPtr, *MemPtr }; in addEqualEqualOrNotEqualMemberPointerOverloads() local
7631 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addRelationalPointerOrEnumeralOverloads() local
7647 QualType ParamTypes[2] = { *Enum, *Enum }; in addRelationalPointerOrEnumeralOverloads() local
7656 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addRelationalPointerOrEnumeralOverloads() local
7709 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addBinaryPlusOrMinusPointerOverloads() local
7884 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
7931 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
7992 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local
[all …]
DSemaTemplateDeduction.cpp2477 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments()
3357 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
3579 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
DSemaTemplateInstantiate.cpp1717 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
DSemaTemplateInstantiateDecl.cpp3276 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
DTreeTransform.h4701 const QualType *ParamTypes, in TransformFunctionTypeParams()
4942 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local
11611 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
DSemaType.cpp2425 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp379 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local
595 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp515 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
905 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp243 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp244 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp621 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
629 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
638 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h38 std::vector<uint8_t> ParamTypes; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h129 std::vector<ValueType> ParamTypes; member
/external/clang/include/clang/Sema/
DOverload.h609 QualType ParamTypes[3]; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1162 LLVMTypeRef *ParamTypes, unsigned ParamCount) in si_llvm_create_func()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp3200 std::vector<Type*> ParamTypes; in ParseInvoke() local
3596 std::vector<Type*> ParamTypes; in ParseCall() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5274 std::vector<Type*> ParamTypes; in ParseInvoke() local
5878 std::vector<Type*> ParamTypes; in ParseCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp5777 std::vector<Type*> ParamTypes; in ParseInvoke() local
6369 std::vector<Type*> ParamTypes; in ParseCall() local
/external/llvm/bindings/go/llvm/
Dir.go536 func (t Type) ParamTypes() []Type { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go563 func (t Type) ParamTypes() []Type { func
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp266 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()

12