Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1877 auto *TrueOp = dyn_cast<ConstantSDNode>(Node->getOperand(0)); in expandSelectBoolean() local
1879 if (!TrueOp || !FalseOp) in expandSelectBoolean()
1883 if (TrueOp->getSExtValue() != 1 && TrueOp->getSExtValue() != -1) in expandSelectBoolean()
1908 unsigned ShiftOp = TrueOp->getSExtValue() == 1 ? ISD::SRL : ISD::SRA; in expandSelectBoolean()
1915 if (TrueOp->getSExtValue() == 1) { in expandSelectBoolean()
H A DSystemZISelLowering.cpp3179 SDValue TrueOp = Op.getOperand(2); in lowerSELECT_CC() local
3194 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC()
3195 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC()
3196 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC()
3201 SDValue Ops[] = {TrueOp, FalseOp, in lowerSELECT_CC()
6198 auto *TrueOp = dyn_cast<ConstantSDNode>(N0.getOperand(0)); in combineZERO_EXTEND() local
6200 if (TrueOp && FalseOp) { in combineZERO_EXTEND()
6202 SDValue Ops[] = { DAG.getConstant(TrueOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp648 unsigned TrueOp = 0; in optimizeSelect() local
652 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h303 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
H A DARMBaseInstrInfo.cpp2330 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
2340 TrueOp = 1; in analyzeSelect()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h937 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45766 SDValue TrueOp = N->getOperand(1); in combineCMov() local
45771 if (TrueOp == FalseOp) in combineCMov()
45772 return TrueOp; in combineCMov()
45797 std::swap(TrueOp, FalseOp); in combineCMov()
45897 std::swap(TrueOp, FalseOp); in combineCMov()
45932 std::swap(FalseOp, TrueOp); in combineCMov()
45953 SDValue Add = TrueOp; in combineCMov()
53624 TrueOp = DAG.getNode(ISD::ADD, DL, VT, X, TrueOp); in pushAddIntoCmovOfConsts()
53632 TrueOp = DAG.getNode(ISD::ADD, DL, VT, OtherOp, TrueOp); in pushAddIntoCmovOfConsts()
53718 SDValue TrueOp = N1.getOperand(1); in combineSubABS() local
[all …]