Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h117 unsigned &FalseOp, bool &Optimizable) const override;
DLanaiInstrInfo.cpp442 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
451 FalseOp = 2; in analyzeSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h120 unsigned &FalseOp, bool &Optimizable) const override;
DLanaiInstrInfo.cpp440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
449 FalseOp = 2; in analyzeSelect()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h121 unsigned &FalseOp, bool &Optimizable) const override;
DLanaiInstrInfo.cpp440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
449 FalseOp = 2; in analyzeSelect()
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp933 Operand *FalseOp = getFalseOperand(); in dump() local
938 Str << ", " << FalseOp->getType() << " "; in dump()
939 FalseOp->dump(Func); in dump()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h267 unsigned &FalseOp, bool &Optimizable) const override;
DARMBaseInstrInfo.cpp1866 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
1877 FalseOp = 2; in analyzeSelect()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp585 unsigned FalseOp = 0; in optimizeSelect() local
588 if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1829 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean() local
1830 if (!TrueOp || !FalseOp) in expandSelectBoolean()
1832 if (FalseOp->getZExtValue() != 0) in expandSelectBoolean()
DSystemZISelLowering.cpp2938 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local
2952 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC()
2954 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC()
2955 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()
2959 SDValue Ops[] = {TrueOp, FalseOp, in lowerSELECT_CC()
5594 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineZERO_EXTEND() local
5595 if (TrueOp && FalseOp) { in combineZERO_EXTEND()
5598 DAG.getConstant(FalseOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1874 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean() local
1875 if (!TrueOp || !FalseOp) in expandSelectBoolean()
1877 if (FalseOp->getZExtValue() != 0) in expandSelectBoolean()
DSystemZISelLowering.cpp2978 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local
2992 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC()
2994 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC()
2995 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()
2999 SDValue Ops[] = {TrueOp, FalseOp, in lowerSELECT_CC()
5850 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineZERO_EXTEND() local
5851 if (TrueOp && FalseOp) { in combineZERO_EXTEND()
5854 DAG.getConstant(FalseOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h303 unsigned &FalseOp, bool &Optimizable) const override;
DARMBaseInstrInfo.cpp2211 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
2222 FalseOp = 2; in analyzeSelect()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h738 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp630 unsigned FalseOp = 0; in optimizeSelect() local
633 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/external/llvm-project/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp634 unsigned FalseOp = 0; in optimizeSelect() local
637 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h301 unsigned &FalseOp, bool &Optimizable) const override;
DARMBaseInstrInfo.cpp2261 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
2272 FalseOp = 2; in analyzeSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h895 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h904 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2412 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local
2426 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC()
2428 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC()
2429 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()
2437 auto *FalseC = dyn_cast<ConstantSDNode>(FalseOp); in lowerSELECT_CC()
2457 SDValue Ops[] = {TrueOp, FalseOp, DAG.getConstant(C.CCValid, DL, MVT::i32), in lowerSELECT_CC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27193 SDValue FalseOp = N->getOperand(0); in combineCMov() local
27205 return (CC == X86::COND_E) ? FalseOp : TrueOp; in combineCMov()
27212 if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) { in combineCMov()
27213 SDValue Ops[] = {FalseOp, TrueOp, DAG.getConstant(CC, DL, MVT::i8), in combineCMov()
27223 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov()
27229 std::swap(TrueOp, FalseOp); in combineCMov()
27337 CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov()
27339 std::swap(TrueOp, FalseOp); in combineCMov()
27344 SDValue Ops[] = { FalseOp, Cond.getOperand(0), in combineCMov()
27374 std::swap(FalseOp, TrueOp); in combineCMov()
[all …]

12