Home
last modified time | relevance | path

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

/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/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.h197 LLVMTypeRef *ParamTypes, unsigned ParamCount);
Dsi_shader_tgsi_setup.c1372 LLVMTypeRef *ParamTypes, unsigned ParamCount) in si_llvm_create_func() argument
1386 main_fn_type = LLVMFunctionType(ret_type, ParamTypes, ParamCount, 0); in si_llvm_create_func()
/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/llvm/lib/IR/
DCore.cpp480 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
482 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()