/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-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 119 unsigned &FalseOp, bool &Optimizable) const override;
|
D | LanaiInstrInfo.cpp | 441 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 450 FalseOp = 2; in analyzeSelect()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 941 Operand *FalseOp = getFalseOperand(); in dump() local 946 Str << ", " << FalseOp->getType() << " "; in dump() 947 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 298 unsigned &FalseOp, bool &Optimizable) const override;
|
D | ARMBaseInstrInfo.cpp | 2067 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 2078 FalseOp = 2; in analyzeSelect()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1755 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean() local 1756 if (!TrueOp || !FalseOp) in expandSelectBoolean() 1758 if (FalseOp->getZExtValue() != 0) in expandSelectBoolean()
|
D | SystemZISelLowering.cpp | 2573 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local 2587 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC() 2589 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC() 2590 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC() 2594 SDValue Ops[] = {TrueOp, FalseOp, DAG.getConstant(C.CCValid, DL, MVT::i32), in lowerSELECT_CC() 5257 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineZERO_EXTEND() local 5258 if (TrueOp && FalseOp) { in combineZERO_EXTEND() 5261 DAG.getConstant(FalseOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
|
/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-7.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/include/llvm/Target/ |
D | TargetInstrInfo.h | 738 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 806 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 33273 SDValue FalseOp = N->getOperand(0); in combineCMov() local 33281 if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) { in combineCMov() 33282 SDValue Ops[] = {FalseOp, TrueOp, DAG.getConstant(CC, DL, MVT::i8), in combineCMov() 33292 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov() 33298 std::swap(TrueOp, FalseOp); in combineCMov() 33396 CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov() 33398 std::swap(TrueOp, FalseOp); in combineCMov() 33403 SDValue Ops[] = { FalseOp, Cond.getOperand(0), in combineCMov() 33433 std::swap(FalseOp, TrueOp); in combineCMov() 33438 SDValue LOps[] = {FalseOp, TrueOp, DAG.getConstant(CC0, DL, MVT::i8), in combineCMov() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12891 SDValue FalseOp = N->getOperand(0); in PerformCMOVCombine() local 12902 return (CC == X86::COND_E) ? FalseOp : TrueOp; in PerformCMOVCombine() 12910 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in PerformCMOVCombine()
|