Searched refs:LHSHi (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | wide-integer-cmp.ll | 15 ; CHECK: movl 8(%esp), [[LHSHi:%[a-z]+]] 16 ; CHECK: xorl 16(%esp), [[LHSHi]] 18 ; CHECK: orl [[LHSHi]], [[LHSLo]] 38 ; CHECK: movl 8(%esp), [[LHSHi:%[a-z]+]] 40 ; CHECK: sbbl 16(%esp), [[LHSHi]] 122 ; CHECK: movl 8(%esp), [[LHSHi:%[a-z]+]] 123 ; CHECK: cmpl 16(%esp), [[LHSHi]]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2704 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in IntegerExpandSetCCOperands() local 2705 GetExpandedInteger(NewLHS, LHSLo, LHSHi); in IntegerExpandSetCCOperands() 2714 LHSLo.getValueType(), LHSLo, LHSHi); in IntegerExpandSetCCOperands() 2722 NewRHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSHi, RHSHi); in IntegerExpandSetCCOperands() 2733 NewLHS = LHSHi; in IntegerExpandSetCCOperands() 2768 if (TLI.isTypeLegal(LHSHi.getValueType()) && in IntegerExpandSetCCOperands() 2770 Tmp2 = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), in IntegerExpandSetCCOperands() 2771 LHSHi, RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands() 2774 getSetCCResultType(LHSHi.getValueType()), in IntegerExpandSetCCOperands() 2775 LHSHi, RHSHi, DAG.getCondCode(CCCode)); in IntegerExpandSetCCOperands() [all …]
|
D | LegalizeFloatTypes.cpp | 1520 SDValue LHSLo, LHSHi, RHSLo, RHSHi; in FloatExpandSetCCOperands() local 1521 GetExpandedFloat(NewLHS, LHSLo, LHSHi); in FloatExpandSetCCOperands() 1532 Tmp1 = DAG.getSetCC(dl, getSetCCResultType(LHSHi.getValueType()), in FloatExpandSetCCOperands() 1533 LHSHi, RHSHi, ISD::SETOEQ); in FloatExpandSetCCOperands() 1537 Tmp1 = DAG.getSetCC(dl, getSetCCResultType(LHSHi.getValueType()), in FloatExpandSetCCOperands() 1538 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands() 1539 Tmp2 = DAG.getSetCC(dl, getSetCCResultType(LHSHi.getValueType()), in FloatExpandSetCCOperands() 1540 LHSHi, RHSHi, CCCode); in FloatExpandSetCCOperands()
|
D | LegalizeVectorTypes.cpp | 705 SDValue LHSLo, LHSHi; in SplitVecRes_BinOp() local 706 GetSplitVector(N->getOperand(0), LHSLo, LHSHi); in SplitVecRes_BinOp() 714 Hi = DAG.getNode(Opcode, dl, LHSHi.getValueType(), LHSHi, RHSHi, Flags); in SplitVecRes_BinOp() 887 SDValue LHSLo, LHSHi; in SplitVecRes_FCOPYSIGN() local 888 GetSplitVector(N->getOperand(0), LHSLo, LHSHi); in SplitVecRes_FCOPYSIGN() 901 Hi = DAG.getNode(ISD::FCOPYSIGN, DL, LHSHi.getValueType(), LHSHi, RHSHi); in SplitVecRes_FCOPYSIGN() 906 SDValue LHSLo, LHSHi; in SplitVecRes_InregOp() local 907 GetSplitVector(N->getOperand(0), LHSLo, LHSHi); in SplitVecRes_InregOp() 916 Hi = DAG.getNode(N->getOpcode(), dl, LHSHi.getValueType(), LHSHi, in SplitVecRes_InregOp()
|