/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 117 unsigned &FalseOp, bool &Optimizable) const override;
|
D | LanaiInstrInfo.cpp | 442 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 451 FalseOp = 2; in analyzeSelect()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 121 unsigned &FalseOp, bool &Optimizable) const override;
|
D | LanaiInstrInfo.cpp | 440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 449 FalseOp = 2; in analyzeSelect()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 933 Operand *FalseOp = getFalseOperand(); in dump() local 938 Str << ", " << FalseOp->getType() << " "; in dump() 939 FalseOp->dump(Func); in dump()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 267 unsigned &FalseOp, bool &Optimizable) const override;
|
D | ARMBaseInstrInfo.cpp | 1866 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 1877 FalseOp = 2; in analyzeSelect()
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 585 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/ |
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()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1874 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean() local 1875 if (!TrueOp || !FalseOp) in expandSelectBoolean() 1877 if (FalseOp->getZExtValue() != 0) in expandSelectBoolean()
|
D | SystemZISelLowering.cpp | 2978 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/ |
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()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 738 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
/external/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()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 634 unsigned FalseOp = 0; in optimizeSelect() local 637 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 301 unsigned &FalseOp, bool &Optimizable) const override;
|
D | ARMBaseInstrInfo.cpp | 2261 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 2272 FalseOp = 2; in analyzeSelect()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 895 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 904 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2412 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/ |
D | X86ISelLowering.cpp | 27193 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 …]
|