Home
last modified time | relevance | path

Searched refs:TrueOp (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h120 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
H A DLanaiInstrInfo.cpp439 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
447 TrueOp = 1; in analyzeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1953 auto *TrueOp = dyn_cast<ConstantSDNode>(Node->getOperand(0)); in expandSelectBoolean() local
1955 if (!TrueOp || !FalseOp) in expandSelectBoolean()
1959 if (TrueOp->getSExtValue() != 1 && TrueOp->getSExtValue() != -1) in expandSelectBoolean()
1984 unsigned ShiftOp = TrueOp->getSExtValue() == 1 ? ISD::SRL : ISD::SRA; in expandSelectBoolean()
1991 if (TrueOp->getSExtValue() == 1) { in expandSelectBoolean()
H A DSystemZISelLowering.cpp3456 SDValue TrueOp = Op.getOperand(2); in lowerSELECT_CC() local
3471 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC()
3472 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC()
3473 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC()
3478 SDValue Ops[] = {TrueOp, FalseOp, in lowerSELECT_CC()
6610 auto *TrueOp = dyn_cast<ConstantSDNode>(N0.getOperand(0)); in combineZERO_EXTEND() local
6612 if (TrueOp && FalseOp) { in combineZERO_EXTEND()
6614 SDValue Ops[] = { DAG.getConstant(TrueOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h133 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
H A DRISCVInstrInfo.cpp1403 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
1414 TrueOp = 5; in analyzeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp691 unsigned TrueOp = 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 DARMBaseInstrInfo.h304 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
H A DARMBaseInstrInfo.cpp2320 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
2330 TrueOp = 1; in analyzeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h958 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46127 SDValue TrueOp = N->getOperand(1); in combineCMov() local
46132 if (TrueOp == FalseOp) in combineCMov()
46133 return TrueOp; in combineCMov()
46158 std::swap(TrueOp, FalseOp); in combineCMov()
46258 std::swap(TrueOp, FalseOp); in combineCMov()
46319 std::swap(FalseOp, TrueOp); in combineCMov()
46340 SDValue Add = TrueOp; in combineCMov()
54406 TrueOp = DAG.getNode(ISD::ADD, DL, VT, X, TrueOp); in pushAddIntoCmovOfConsts()
54414 TrueOp = DAG.getNode(ISD::ADD, DL, VT, OtherOp, TrueOp); in pushAddIntoCmovOfConsts()
54500 SDValue TrueOp = N1.getOperand(1); in combineSubABS() local
[all …]