Searched refs:LLVMIntPredicate (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.h | 144 LLVMIntPredicate cond); 158 LLVMIntPredicate cond; 167 LLVMIntPredicate llvm_cond,
|
D | lp_bld_flow.c | 253 LLVMIntPredicate llvm_cond) in lp_build_loop_end_cond() 316 LLVMIntPredicate cmp_op, in lp_build_for_loop_begin()
|
D | lp_bld_logic.c | 133 LLVMIntPredicate op; in lp_build_compare_ext()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 516 static LLVMIntPredicate translate_op(int opcode) in translate_op() 518 static const LLVMIntPredicate trans_tbl[] = { in translate_op() 643 LLVMIntPredicate op = translate_op(insn->opcode); in output_op_compare()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 295 } LLVMIntPredicate; typedef 2091 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, 3148 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst); 3876 LLVMValueRef LLVMBuildICmp(LLVMBuilderRef, LLVMIntPredicate Op,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1611 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, in LLVMConstICmp() 2735 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst) { in LLVMGetICmpPredicate() 2737 return (LLVMIntPredicate)I->getPredicate(); in LLVMGetICmpPredicate() 2740 return (LLVMIntPredicate)CE->getPredicate(); in LLVMGetICmpPredicate() 2741 return (LLVMIntPredicate)0; in LLVMGetICmpPredicate() 3819 LLVMValueRef LLVMBuildICmp(LLVMBuilderRef B, LLVMIntPredicate Op, in LLVMBuildICmp()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 147 static LLVMValueRef emit_int_cmp(struct ac_llvm_context *ctx, LLVMIntPredicate pred, in emit_int_cmp()
|