Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dwide-integer-cmp.ll14 ; CHECK: movl 4(%esp), [[LHSLo:%[a-z]+]]
17 ; CHECK: xorl 12(%esp), [[LHSLo]]
18 ; CHECK: orl [[LHSHi]], [[LHSLo]]
37 ; CHECK: movl 4(%esp), [[LHSLo:%[a-z]+]]
39 ; CHECK: cmpl 12(%esp), [[LHSLo]]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2704 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in IntegerExpandSetCCOperands() local
2705 GetExpandedInteger(NewLHS, LHSLo, LHSHi); in IntegerExpandSetCCOperands()
2714 LHSLo.getValueType(), LHSLo, LHSHi); in IntegerExpandSetCCOperands()
2721 NewLHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSLo, RHSLo); in IntegerExpandSetCCOperands()
2722 NewRHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSHi, RHSHi); in IntegerExpandSetCCOperands()
2761 if (TLI.isTypeLegal(LHSLo.getValueType()) && in IntegerExpandSetCCOperands()
2763 Tmp1 = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands()
2764 LHSLo, RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
2766 Tmp1 = DAG.getSetCC(dl, getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands()
2767 LHSLo, RHSLo, LowCC); in IntegerExpandSetCCOperands()
[all …]
DLegalizeVectorTypes.cpp705 SDValue LHSLo, LHSHi; in SplitVecRes_BinOp() local
706 GetSplitVector(N->getOperand(0), LHSLo, LHSHi); in SplitVecRes_BinOp()
713 Lo = DAG.getNode(Opcode, dl, LHSLo.getValueType(), LHSLo, RHSLo, Flags); in SplitVecRes_BinOp()
887 SDValue LHSLo, LHSHi; in SplitVecRes_FCOPYSIGN() local
888 GetSplitVector(N->getOperand(0), LHSLo, LHSHi); in SplitVecRes_FCOPYSIGN()
900 Lo = DAG.getNode(ISD::FCOPYSIGN, DL, LHSLo.getValueType(), LHSLo, RHSLo); in SplitVecRes_FCOPYSIGN()
906 SDValue LHSLo, LHSHi; in SplitVecRes_InregOp() local
907 GetSplitVector(N->getOperand(0), LHSLo, LHSHi); in SplitVecRes_InregOp()
914 Lo = DAG.getNode(N->getOpcode(), dl, LHSLo.getValueType(), LHSLo, in SplitVecRes_InregOp()
DLegalizeFloatTypes.cpp1520 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in FloatExpandSetCCOperands() local
1521 GetExpandedFloat(NewLHS, LHSLo, LHSHi); in FloatExpandSetCCOperands()
1534 Tmp2 = DAG.getSetCC(dl, getSetCCResultType(LHSLo.getValueType()), in FloatExpandSetCCOperands()
1535 LHSLo, RHSLo, CCCode); in FloatExpandSetCCOperands()