Home
last modified time | relevance | path

Searched refs:true0 (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/tests/Legalization/
H A Dvector-select.ll23 ; CHECK-NEXT: %[[true0:[a-zA-Z0-9_.]+]] = extractelement <2 x float> %trueVal, i32 0
25 ; CHECK-NEXT: %[[sel0:[a-zA-Z0-9_.]+]] = select i1 %[[cond0]], float %[[true0]], float %…
41 ; CHECK: %[[true0:[a-zA-Z0-9_.]+]] = extractelement <2 x float> %trueVal, i32 0
43 ; CHECK-NEXT: %[[sel0:[a-zA-Z0-9_.]+]] = select i1 %cond, float %[[true0]], float %[[fal…
/dports/lang/nim/nim-1.6.2/tests/metatype/
H A Dtmeta_typeclasses.nim4 true0
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-global.h310 Procedure true0; member
H A Dpl-ext.c488 LOOKUPPROC(true0); in initBuildIns()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dsimplified-lowering.cc3569 Node* true0 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true0); in Int32Div() local
3601 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Div()
3646 Node* true0; in Int32Mod() local
3678 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Int32Mod()
3699 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Mod()
3772 Node* true0 = zero; in Uint32Mod() local
3793 return graph()->NewNode(phi_op, true0, false0, merge0); in Uint32Mod()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dsimplified-lowering.cc4148 Node* true0 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true0); in Int32Div() local
4180 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Div()
4225 Node* true0; in Int32Mod() local
4257 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Int32Mod()
4278 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Mod()
4351 Node* true0 = zero; in Uint32Mod() local
4372 return graph()->NewNode(phi_op, true0, false0, merge0); in Uint32Mod()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcombine.c7527 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
7542 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
7544 *ptrue = simplify_gen_unary (code, mode, true0, GET_MODE (XEXP (x, 0))); in if_then_else_cond()
7560 cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0); in if_then_else_cond()
7570 true0 = copy_rtx (true0); in if_then_else_cond()
7577 true0, true1); in if_then_else_cond()
7583 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
7674 &true0, &false0))) in if_then_else_cond()
7676 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
7680 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dsimplified-lowering.cc4331 Node* true0 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true0); in Int32Div() local
4363 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Div()
4408 Node* true0; in Int32Mod() local
4440 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Int32Mod()
4461 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Mod()
4534 Node* true0 = zero; in Uint32Mod() local
4555 return graph()->NewNode(phi_op, true0, false0, merge0); in Uint32Mod()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcombine.c8907 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
8922 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
8924 *ptrue = simplify_gen_unary (code, mode, true0, GET_MODE (XEXP (x, 0))); in if_then_else_cond()
8940 cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0); in if_then_else_cond()
8950 true0 = copy_rtx (true0); in if_then_else_cond()
8957 true0, true1); in if_then_else_cond()
8963 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9054 &true0, &false0))) in if_then_else_cond()
9056 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9060 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcombine.c8544 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
8559 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
8561 *ptrue = simplify_gen_unary (code, mode, true0, GET_MODE (XEXP (x, 0))); in if_then_else_cond()
8577 cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0); in if_then_else_cond()
8587 true0 = copy_rtx (true0); in if_then_else_cond()
8594 true0, true1); in if_then_else_cond()
8600 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
8691 &true0, &false0))) in if_then_else_cond()
8693 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
8697 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcombine.c8530 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
8545 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
8547 *ptrue = simplify_gen_unary (code, mode, true0, GET_MODE (XEXP (x, 0))); in if_then_else_cond()
8563 cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0); in if_then_else_cond()
8573 true0 = copy_rtx (true0); in if_then_else_cond()
8580 true0, true1); in if_then_else_cond()
8586 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
8677 &true0, &false0))) in if_then_else_cond()
8679 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
8683 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcombine.c8575 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
8590 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
8592 *ptrue = simplify_gen_unary (code, mode, true0, GET_MODE (XEXP (x, 0))); in if_then_else_cond()
8608 cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0); in if_then_else_cond()
8618 true0 = copy_rtx (true0); in if_then_else_cond()
8625 true0, true1); in if_then_else_cond()
8631 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
8722 &true0, &false0))) in if_then_else_cond()
8724 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
8728 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcombine.c8907 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
8922 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
8924 *ptrue = simplify_gen_unary (code, mode, true0, GET_MODE (XEXP (x, 0))); in if_then_else_cond()
8940 cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0); in if_then_else_cond()
8950 true0 = copy_rtx (true0); in if_then_else_cond()
8957 true0, true1); in if_then_else_cond()
8963 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9054 &true0, &false0))) in if_then_else_cond()
9056 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9060 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcombine.c9212 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9228 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9248 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9260 true0 = false0 = op0; in if_then_else_cond()
9276 true0 = copy_rtx (true0); in if_then_else_cond()
9283 true0, true1); in if_then_else_cond()
9289 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9380 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9383 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9387 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcombine.c9322 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9338 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9358 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9370 true0 = false0 = op0; in if_then_else_cond()
9386 true0 = copy_rtx (true0); in if_then_else_cond()
9393 true0, true1); in if_then_else_cond()
9399 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9490 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9493 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9497 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcombine.c9309 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9325 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9345 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9357 true0 = false0 = op0; in if_then_else_cond()
9373 true0 = copy_rtx (true0); in if_then_else_cond()
9380 true0, true1); in if_then_else_cond()
9386 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9477 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9480 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9484 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcombine.c9213 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9229 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9249 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9261 true0 = false0 = op0; in if_then_else_cond()
9277 true0 = copy_rtx (true0); in if_then_else_cond()
9284 true0, true1); in if_then_else_cond()
9290 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9381 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9384 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9388 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcombine.c9306 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9322 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9342 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9354 true0 = false0 = op0; in if_then_else_cond()
9370 true0 = copy_rtx (true0); in if_then_else_cond()
9377 true0, true1); in if_then_else_cond()
9383 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9474 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9477 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9481 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcombine.c9323 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9339 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9359 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9371 true0 = false0 = op0; in if_then_else_cond()
9387 true0 = copy_rtx (true0); in if_then_else_cond()
9394 true0, true1); in if_then_else_cond()
9400 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9491 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9494 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9498 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcombine.c9144 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9160 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9180 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9192 true0 = false0 = op0; in if_then_else_cond()
9208 true0 = copy_rtx (true0); in if_then_else_cond()
9215 true0, true1); in if_then_else_cond()
9221 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9312 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9315 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9319 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcombine.c9212 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9228 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9248 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9260 true0 = false0 = op0; in if_then_else_cond()
9276 true0 = copy_rtx (true0); in if_then_else_cond()
9283 true0, true1); in if_then_else_cond()
9289 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9380 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9383 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9387 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcombine.c9296 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9312 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9332 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9344 true0 = false0 = op0; in if_then_else_cond()
9360 true0 = copy_rtx (true0); in if_then_else_cond()
9367 true0, true1); in if_then_else_cond()
9373 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9464 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9467 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9471 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcombine.c9212 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9228 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9248 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9260 true0 = false0 = op0; in if_then_else_cond()
9276 true0 = copy_rtx (true0); in if_then_else_cond()
9283 true0, true1); in if_then_else_cond()
9289 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9380 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9383 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9387 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcombine.c9212 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9228 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9248 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9260 true0 = false0 = op0; in if_then_else_cond()
9276 true0 = copy_rtx (true0); in if_then_else_cond()
9283 true0, true1); in if_then_else_cond()
9289 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9380 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9383 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9387 if (true0 && false0) in if_then_else_cond()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcombine.c9296 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
9312 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
9332 cond0 = if_then_else_cond (op0, &true0, &false0); in if_then_else_cond()
9344 true0 = false0 = op0; in if_then_else_cond()
9360 true0 = copy_rtx (true0); in if_then_else_cond()
9367 true0, true1); in if_then_else_cond()
9373 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
9464 && (cond0 = if_then_else_cond (SUBREG_REG (x), &true0, in if_then_else_cond()
9467 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
9471 if (true0 && false0) in if_then_else_cond()
[all …]

12