Home
last modified time | relevance | path

Searched refs:ParamCount (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dattributes.c28 int Idx, ParamCount; in llvm_test_function_attributes() local
29 for (Idx = LLVMAttributeFunctionIndex, ParamCount = LLVMCountParams(F); in llvm_test_function_attributes()
30 Idx <= ParamCount; ++Idx) { in llvm_test_function_attributes()
59 int Idx, ParamCount; in llvm_test_callsite_attributes() local
61 ParamCount = LLVMCountParams(F); in llvm_test_callsite_attributes()
62 Idx <= ParamCount; ++Idx) { in llvm_test_callsite_attributes()
Decho.cpp90 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone() local
92 if (ParamCount > 0) { in Clone()
94 safe_malloc(ParamCount * sizeof(LLVMTypeRef))); in Clone()
96 for (unsigned i = 0; i < ParamCount; i++) in Clone()
101 Params, ParamCount, in Clone()
103 if (ParamCount > 0) in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp36 uint32_t ParamCount, TypeIndex Return, in createProcedureRecord() argument
42 PR.ParameterCount = ParamCount; in createProcedureRecord()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatVariadic.h92 formatv_object_base(StringRef Fmt, std::size_t ParamCount) in formatv_object_base() argument
94 Adapters.reserve(ParamCount); in formatv_object_base()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormatVariadic.h92 formatv_object_base(StringRef Fmt, std::size_t ParamCount) in formatv_object_base() argument
94 Adapters.reserve(ParamCount); in formatv_object_base()
/external/llvm/tools/llvm-c-test/
Decho.cpp90 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone() local
92 if (ParamCount > 0) { in Clone()
93 Params = (LLVMTypeRef*) malloc(ParamCount * sizeof(LLVMTypeRef)); in Clone()
95 for (unsigned i = 0; i < ParamCount; i++) in Clone()
100 Params, ParamCount, in Clone()
102 if (ParamCount > 0) in Clone()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h253 LLVMTypeRef *ParamTypes, unsigned ParamCount);
Dsi_shader_tgsi_setup.c1162 LLVMTypeRef *ParamTypes, unsigned ParamCount) in si_llvm_create_func() argument
1178 main_fn_type = LLVMFunctionType(ret_type, ParamTypes, ParamCount, 0); in si_llvm_create_func()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp693 uint32_t ParamCount = readVaruint32(Ctx); in parseTypeSection() local
694 Sig.ParamTypes.reserve(ParamCount); in parseTypeSection()
695 while (ParamCount--) { in parseTypeSection()
/external/zlib/src/contrib/pascal/
Dexample.pas557 if ParamCount >= 1 then
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp266 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
268 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h399 LLVMTypeRef *ParamTypes, unsigned ParamCount,
/external/llvm/include/llvm-c/
DCore.h939 LLVMTypeRef *ParamTypes, unsigned ParamCount,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1098 LLVMTypeRef *ParamTypes, unsigned ParamCount,
/external/llvm/lib/IR/
DCore.cpp480 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
482 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp627 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
629 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()