Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeIntegerTypes.cpp2645 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in IntegerExpandSetCCOperands() local
2647 GetExpandedInteger(NewRHS, RHSLo, RHSHi); in IntegerExpandSetCCOperands()
2650 if (RHSLo == RHSHi) { in IntegerExpandSetCCOperands()
2663 NewRHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSHi, RHSHi); in IntegerExpandSetCCOperands()
2675 NewRHS = RHSHi; in IntegerExpandSetCCOperands()
2710 TLI.isTypeLegal(RHSHi.getValueType())) in IntegerExpandSetCCOperands()
2712 LHSHi, RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
2716 LHSHi, RHSHi, DAG.getCondCode(CCCode)); in IntegerExpandSetCCOperands()
2736 LHSHi, RHSHi, ISD::SETEQ, false, in IntegerExpandSetCCOperands()
2740 LHSHi, RHSHi, ISD::SETEQ); in IntegerExpandSetCCOperands()
HDLegalizeFloatTypes.cpp1414 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in FloatExpandSetCCOperands() local
1416 GetExpandedFloat(NewRHS, RHSLo, RHSHi); in FloatExpandSetCCOperands()
1427 LHSHi, RHSHi, ISD::SETOEQ); in FloatExpandSetCCOperands()
1432 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
1434 LHSHi, RHSHi, CCCode); in FloatExpandSetCCOperands()
HDLegalizeVectorTypes.cpp697 SDValue RHSLo, RHSHi; in SplitVecRes_BinOp() local
698 GetSplitVector(N->getOperand(1), RHSLo, RHSHi); in SplitVecRes_BinOp()
702 Hi = DAG.getNode(N->getOpcode(), dl, LHSHi.getValueType(), LHSHi, RHSHi); in SplitVecRes_BinOp()