Home
last modified time | relevance | path

Searched refs:LLVMIntPredicate (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.h144 LLVMIntPredicate cond);
158 LLVMIntPredicate cond;
167 LLVMIntPredicate llvm_cond,
Dlp_bld_flow.c253 LLVMIntPredicate llvm_cond) in lp_build_loop_end_cond()
316 LLVMIntPredicate cmp_op, in lp_build_for_loop_begin()
Dlp_bld_logic.c133 LLVMIntPredicate op; in lp_build_compare_ext()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c516 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/
DCore.h295 } 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/
DCore.cpp1611 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/
Dac_nir_to_llvm.c147 static LLVMValueRef emit_int_cmp(struct ac_llvm_context *ctx, LLVMIntPredicate pred, in emit_int_cmp()