Home
last modified time | relevance | path

Searched refs:RHSHi (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2561 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in IntegerExpandSetCCOperands() local
2563 GetExpandedInteger(NewRHS, RHSLo, RHSHi); in IntegerExpandSetCCOperands()
2566 if (RHSLo == RHSHi) { in IntegerExpandSetCCOperands()
2579 NewRHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSHi, RHSHi); in IntegerExpandSetCCOperands()
2591 NewRHS = RHSHi; in IntegerExpandSetCCOperands()
2626 TLI.isTypeLegal(RHSHi.getValueType())) in IntegerExpandSetCCOperands()
2628 LHSHi, RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
2632 LHSHi, RHSHi, DAG.getCondCode(CCCode)); in IntegerExpandSetCCOperands()
2652 LHSHi, RHSHi, ISD::SETEQ, false, in IntegerExpandSetCCOperands()
2656 LHSHi, RHSHi, ISD::SETEQ); in IntegerExpandSetCCOperands()
DLegalizeFloatTypes.cpp1405 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in FloatExpandSetCCOperands() local
1407 GetExpandedFloat(NewRHS, RHSLo, RHSHi); in FloatExpandSetCCOperands()
1418 LHSHi, RHSHi, ISD::SETOEQ); in FloatExpandSetCCOperands()
1423 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
1425 LHSHi, RHSHi, CCCode); in FloatExpandSetCCOperands()
DLegalizeVectorTypes.cpp687 SDValue RHSLo, RHSHi; in SplitVecRes_BinOp() local
688 GetSplitVector(N->getOperand(1), RHSLo, RHSHi); in SplitVecRes_BinOp()
692 Hi = DAG.getNode(N->getOpcode(), dl, LHSHi.getValueType(), LHSHi, RHSHi); in SplitVecRes_BinOp()