Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2561 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in IntegerExpandSetCCOperands() local
2562 GetExpandedInteger(NewLHS, LHSLo, LHSHi); in IntegerExpandSetCCOperands()
2571 LHSLo.getValueType(), LHSLo, LHSHi); in IntegerExpandSetCCOperands()
2578 NewLHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSLo, RHSLo); in IntegerExpandSetCCOperands()
2579 NewRHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSHi, RHSHi); in IntegerExpandSetCCOperands()
2618 if (TLI.isTypeLegal(LHSLo.getValueType()) && in IntegerExpandSetCCOperands()
2620 Tmp1 = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands()
2621 LHSLo, RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
2623 Tmp1 = DAG.getSetCC(dl, getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands()
2624 LHSLo, RHSLo, LowCC); in IntegerExpandSetCCOperands()
DLegalizeVectorTypes.cpp685 SDValue LHSLo, LHSHi; in SplitVecRes_BinOp() local
686 GetSplitVector(N->getOperand(0), LHSLo, LHSHi); in SplitVecRes_BinOp()
691 Lo = DAG.getNode(N->getOpcode(), dl, LHSLo.getValueType(), LHSLo, RHSLo); in SplitVecRes_BinOp()
865 SDValue LHSLo, LHSHi; in SplitVecRes_InregOp() local
866 GetSplitVector(N->getOperand(0), LHSLo, LHSHi); in SplitVecRes_InregOp()
873 Lo = DAG.getNode(N->getOpcode(), dl, LHSLo.getValueType(), LHSLo, in SplitVecRes_InregOp()
DLegalizeFloatTypes.cpp1405 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in FloatExpandSetCCOperands() local
1406 GetExpandedFloat(NewLHS, LHSLo, LHSHi); in FloatExpandSetCCOperands()
1419 Tmp2 = DAG.getSetCC(dl, getSetCCResultType(LHSLo.getValueType()), in FloatExpandSetCCOperands()
1420 LHSLo, RHSLo, CCCode); in FloatExpandSetCCOperands()