Searched refs:FalseOp (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 120 unsigned &FalseOp, bool &Optimizable) const override;
|
D | LanaiInstrInfo.cpp | 440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 449 FalseOp = 2; in analyzeSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 924 Operand *FalseOp = getFalseOperand(); in dump() local 929 Str << ", " << FalseOp->getType() << " "; in dump() 930 FalseOp->dump(Func); in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1829 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean() local 1830 if (!TrueOp || !FalseOp) in expandSelectBoolean() 1832 if (FalseOp->getZExtValue() != 0) in expandSelectBoolean()
|
D | SystemZISelLowering.cpp | 2938 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 630 unsigned FalseOp = 0; in optimizeSelect() local 633 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 303 unsigned &FalseOp, bool &Optimizable) const override;
|
D | ARMBaseInstrInfo.cpp | 2211 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 2222 FalseOp = 2; in analyzeSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 895 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 38671 SDValue FalseOp = N->getOperand(0); in combineCMov() local 38677 if (TrueOp == FalseOp) in combineCMov() 38683 if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) { in combineCMov() 38684 SDValue Ops[] = {FalseOp, TrueOp, DAG.getTargetConstant(CC, DL, MVT::i8), in combineCMov() 38694 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov() 38700 std::swap(TrueOp, FalseOp); in combineCMov() 38798 CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov() 38800 std::swap(TrueOp, FalseOp); in combineCMov() 38805 SDValue Ops[] = {FalseOp, Cond.getOperand(0), in combineCMov() 38835 std::swap(FalseOp, TrueOp); in combineCMov() [all …]
|