/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | attributes.c | 28 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()
|
D | echo.cpp | 90 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/ |
D | TypeHashingTest.cpp | 36 uint32_t ParamCount, TypeIndex Return, in createProcedureRecord() argument 42 PR.ParameterCount = ParamCount; in createProcedureRecord()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatVariadic.h | 92 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/ |
D | FormatVariadic.h | 92 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/ |
D | echo.cpp | 90 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/ |
D | si_shader_internal.h | 253 LLVMTypeRef *ParamTypes, unsigned ParamCount);
|
D | si_shader_tgsi_setup.c | 1162 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/ |
D | WasmObjectFile.cpp | 693 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/ |
D | example.pas | 557 if ParamCount >= 1 then
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 266 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument 268 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 399 LLVMTypeRef *ParamTypes, unsigned ParamCount,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 939 LLVMTypeRef *ParamTypes, unsigned ParamCount,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1098 LLVMTypeRef *ParamTypes, unsigned ParamCount,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 480 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/ |
D | Core.cpp | 627 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument 629 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()
|