Searched refs:LLVMCountParams (Results 1 – 16 of 16) sorted by relevance
29 for (Idx = LLVMAttributeFunctionIndex, ParamCount = LLVMCountParams(F); in llvm_test_function_attributes()61 ParamCount = LLVMCountParams(F); in llvm_test_callsite_attributes()
159 unsigned Count = LLVMCountParams(Src); in clone_params()160 if (Count != LLVMCountParams(Dst)) in clone_params()888 for (int i = LLVMAttributeFunctionIndex, c = LLVMCountParams(F); in declare_symbols()
158 unsigned Count = LLVMCountParams(Src); in clone_params()159 if (Count != LLVMCountParams(Dst)) in clone_params()813 for (int i = LLVMAttributeFunctionIndex, c = LLVMCountParams(F); in declare_symbols()
746 unsigned LLVMCountParams(LLVMValueRef Fn);
2063 unsigned LLVMCountParams(LLVMValueRef Fn);
2298 unsigned LLVMCountParams(LLVMValueRef Fn);
1761 unsigned num_args = LLVMCountParams(callee); in ac_optimize_vs_outputs()
1085 value Params = alloc(LLVMCountParams(Fn), 0); in llvm_params()
1354 value Params = alloc(LLVMCountParams(Fn), 0); in llvm_params()
1436 value Params = alloc(LLVMCountParams(Fn), 0); in llvm_params()
1360 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() function
1901 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() function
1065 func (v Value) ParamsCount() int { return int(C.LLVMCountParams(v.C)) }
1140 func (v Value) ParamsCount() int { return int(C.LLVMCountParams(v.C)) }
2150 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() function
6568 unsigned num_params = LLVMCountParams(parts[part]); in si_build_wrapper_function()