Searched refs:count_incoming (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h146 unsigned count_incoming, LLVMValueRef *values,
H A Dac_llvm_build.c375 unsigned count_incoming, LLVMValueRef *values,
379 LLVMAddIncoming(phi, values, blocks, count_incoming);
374 ac_build_phi(struct ac_llvm_context * ctx,LLVMTypeRef type,unsigned count_incoming,LLVMValueRef * values,LLVMBasicBlockRef * blocks) argument
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h174 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming,
H A Dac_llvm_build.c384 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, argument
388 LLVMAddIncoming(phi, values, blocks, count_incoming);

Completed in 17 milliseconds