Home
last modified time | relevance | path

Searched refs:LLVMCountParamTypes (Results 1 – 14 of 14) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp90 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp90 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h403 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
/external/llvm/include/llvm-c/
DCore.h955 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1114 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c275 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c379 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c448 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp280 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function
/external/llvm/lib/IR/
DCore.cpp494 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function
/external/llvm/bindings/go/llvm/
Dir.go535 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go562 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp641 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6488 num_first_params = LLVMCountParamTypes(function_type); in si_build_wrapper_function()