/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 116 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
|
D | LanaiInstrInfo.cpp | 442 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 450 TrueOp = 1; in analyzeSelect()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 119 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
|
D | LanaiInstrInfo.cpp | 440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 448 TrueOp = 1; in analyzeSelect()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 120 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
|
D | LanaiInstrInfo.cpp | 440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 448 TrueOp = 1; in analyzeSelect()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1828 auto *TrueOp = dyn_cast<ConstantSDNode>(Node->getOperand(0)); in expandSelectBoolean() local 1830 if (!TrueOp || !FalseOp) in expandSelectBoolean() 1834 if (TrueOp->getSExtValue() != 1 && TrueOp->getSExtValue() != -1) in expandSelectBoolean() 1859 unsigned ShiftOp = TrueOp->getSExtValue() == 1 ? ISD::SRL : ISD::SRA; in expandSelectBoolean() 1866 if (TrueOp->getSExtValue() == 1) { in expandSelectBoolean()
|
D | SystemZISelLowering.cpp | 2937 SDValue TrueOp = Op.getOperand(2); in lowerSELECT_CC() local 2952 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC() 2953 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC() 2954 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC() 2959 SDValue Ops[] = {TrueOp, FalseOp, in lowerSELECT_CC() 5593 auto *TrueOp = dyn_cast<ConstantSDNode>(N0.getOperand(0)); in combineZERO_EXTEND() local 5595 if (TrueOp && FalseOp) { in combineZERO_EXTEND() 5597 SDValue Ops[] = { DAG.getConstant(TrueOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1873 auto *TrueOp = dyn_cast<ConstantSDNode>(Node->getOperand(0)); in expandSelectBoolean() local 1875 if (!TrueOp || !FalseOp) in expandSelectBoolean() 1879 if (TrueOp->getSExtValue() != 1 && TrueOp->getSExtValue() != -1) in expandSelectBoolean() 1904 unsigned ShiftOp = TrueOp->getSExtValue() == 1 ? ISD::SRL : ISD::SRA; in expandSelectBoolean() 1911 if (TrueOp->getSExtValue() == 1) { in expandSelectBoolean()
|
D | SystemZISelLowering.cpp | 2977 SDValue TrueOp = Op.getOperand(2); in lowerSELECT_CC() local 2992 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC() 2993 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC() 2994 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC() 2999 SDValue Ops[] = {TrueOp, FalseOp, in lowerSELECT_CC() 5849 auto *TrueOp = dyn_cast<ConstantSDNode>(N0.getOperand(0)); in combineZERO_EXTEND() local 5851 if (TrueOp && FalseOp) { in combineZERO_EXTEND() 5853 SDValue Ops[] = { DAG.getConstant(TrueOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 932 Operand *TrueOp = getTrueOperand(); in dump() local 936 Str << ", " << TrueOp->getType() << " "; in dump() 937 TrueOp->dump(Func); in dump()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 266 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
|
D | ARMBaseInstrInfo.cpp | 1866 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 1876 TrueOp = 1; in analyzeSelect()
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 584 unsigned TrueOp = 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/ARM/ |
D | ARMBaseInstrInfo.h | 302 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
|
D | ARMBaseInstrInfo.cpp | 2211 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 2221 TrueOp = 1; 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 | 629 unsigned TrueOp = 0; in optimizeSelect() local 633 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 633 unsigned TrueOp = 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 | 300 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
|
D | ARMBaseInstrInfo.cpp | 2261 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 2271 TrueOp = 1; 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 | 2411 SDValue TrueOp = Op.getOperand(2); in lowerSELECT_CC() local 2426 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC() 2427 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC() 2428 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC() 2436 auto *TrueC = dyn_cast<ConstantSDNode>(TrueOp); 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 | 27194 SDValue TrueOp = N->getOperand(1); in combineCMov() local 27205 return (CC == X86::COND_E) ? FalseOp : TrueOp; in combineCMov() 27213 SDValue Ops[] = {FalseOp, TrueOp, DAG.getConstant(CC, DL, MVT::i8), in combineCMov() 27222 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(TrueOp)) { in combineCMov() 27229 std::swap(TrueOp, FalseOp); in combineCMov() 27339 std::swap(TrueOp, FalseOp); in combineCMov() 27343 CmpAgainst == dyn_cast<ConstantSDNode>(TrueOp)) { in combineCMov() 27374 std::swap(FalseOp, TrueOp); in combineCMov() 27379 SDValue LOps[] = {FalseOp, TrueOp, DAG.getConstant(CC0, DL, MVT::i8), in combineCMov() 27382 SDValue Ops[] = {LCMOV, TrueOp, DAG.getConstant(CC1, DL, MVT::i8), Flags}; in combineCMov()
|