Searched refs:LLVMCountParams (Results 1 – 15 of 15) sorted by relevance
29 for (Idx = LLVMAttributeFunctionIndex, ParamCount = LLVMCountParams(F); in llvm_test_function_attributes()64 ParamCount = LLVMCountParams(F); in llvm_test_callsite_attributes()
164 unsigned Count = LLVMCountParams(Src); in clone_params()165 if (Count != LLVMCountParams(Dst)) in clone_params()1012 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()
616 unsigned num_params = LLVMCountParams(parts[part]); in si_build_wrapper_function()
2063 unsigned LLVMCountParams(LLVMValueRef Fn);
2593 unsigned LLVMCountParams(LLVMValueRef Fn);
2556 unsigned LLVMCountParams(LLVMValueRef Fn);
1462 value Params = alloc(LLVMCountParams(Fn), 0); in llvm_params()
1354 value Params = alloc(LLVMCountParams(Fn), 0); in llvm_params()
1901 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() function
1065 func (v Value) ParamsCount() int { return int(C.LLVMCountParams(v.C)) }
1198 func (v Value) ParamsCount() int { return int(C.LLVMCountParams(v.C)) }
2473 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() function
2437 unsigned LLVMCountParams(LLVMValueRef FnRef) { in LLVMCountParams() function
2860 unsigned num_args = LLVMCountParams(callee); in ac_optimize_vs_outputs()