| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 121 unsigned &FalseOp, bool &Optimizable) const override;
|
| H A D | LanaiInstrInfo.cpp | 439 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 448 FalseOp = 2; in analyzeSelect()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 134 unsigned &FalseOp, bool &Optimizable) const override;
|
| H A D | RISCVInstrInfo.cpp | 1403 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 1415 FalseOp = 4; in analyzeSelect()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1954 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean() local 1955 if (!TrueOp || !FalseOp) in expandSelectBoolean() 1957 if (FalseOp->getZExtValue() != 0) in expandSelectBoolean()
|
| H A D | SystemZISelLowering.cpp | 3457 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local 3471 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC() 3473 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC() 3474 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC() 3478 SDValue Ops[] = {TrueOp, FalseOp, in lowerSELECT_CC() 6611 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineZERO_EXTEND() local 6612 if (TrueOp && FalseOp) { in combineZERO_EXTEND() 6615 DAG.getConstant(FalseOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 692 unsigned FalseOp = 0; in optimizeSelect() local 695 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 305 unsigned &FalseOp, bool &Optimizable) const override;
|
| H A D | ARMBaseInstrInfo.cpp | 2320 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 2331 FalseOp = 2; in analyzeSelect()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 958 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 46126 SDValue FalseOp = N->getOperand(0); in combineCMov() local 46132 if (TrueOp == FalseOp) in combineCMov() 46158 std::swap(TrueOp, FalseOp); in combineCMov() 46258 std::swap(TrueOp, FalseOp); in combineCMov() 46319 std::swap(FalseOp, TrueOp); in combineCMov() 46341 SDValue Const = FalseOp; in combineCMov() 54387 SDValue FalseOp = Cmov.getOperand(0); in pushAddIntoCmovOfConsts() local 54405 FalseOp = DAG.getNode(ISD::ADD, DL, VT, X, FalseOp); in pushAddIntoCmovOfConsts() 54413 FalseOp = DAG.getNode(ISD::ADD, DL, VT, OtherOp, FalseOp); in pushAddIntoCmovOfConsts() 54499 SDValue FalseOp = N1.getOperand(0); in combineSubABS() local [all …]
|