Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h121 unsigned &FalseOp, bool &Optimizable) const override;
H A DLanaiInstrInfo.cpp439 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
448 FalseOp = 2; in analyzeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h134 unsigned &FalseOp, bool &Optimizable) const override;
H A DRISCVInstrInfo.cpp1403 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
1415 FalseOp = 4; in analyzeSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1954 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 DSystemZISelLowering.cpp3457 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 DPeepholeOptimizer.cpp692 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 DARMBaseInstrInfo.h305 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2320 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
2331 FalseOp = 2; 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.cpp46126 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 …]