Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h116 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
DLanaiInstrInfo.cpp442 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
450 TrueOp = 1; in analyzeSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h119 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
DLanaiInstrInfo.cpp440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
448 TrueOp = 1; in analyzeSelect()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h120 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
DLanaiInstrInfo.cpp440 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
448 TrueOp = 1; in analyzeSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1828 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()
DSystemZISelLowering.cpp2937 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/
DSystemZISelDAGToDAG.cpp1873 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()
DSystemZISelLowering.cpp2977 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/
DIceInst.cpp932 Operand *TrueOp = getTrueOperand(); in dump() local
936 Str << ", " << TrueOp->getType() << " "; in dump()
937 TrueOp->dump(Func); in dump()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h266 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
DARMBaseInstrInfo.cpp1866 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
1876 TrueOp = 1; in analyzeSelect()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp584 unsigned TrueOp = 0; in optimizeSelect() local
588 if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/external/llvm-project/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp633 unsigned TrueOp = 0; in optimizeSelect() local
637 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp629 unsigned TrueOp = 0; in optimizeSelect() local
633 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h738 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h302 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
DARMBaseInstrInfo.cpp2211 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
2221 TrueOp = 1; in analyzeSelect()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h300 SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp,
DARMBaseInstrInfo.cpp2261 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
2271 TrueOp = 1; 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.cpp2411 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/
DX86ISelLowering.cpp27194 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()

12