Searched refs:LHSL (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1610 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUB() local 1611 GetExpandedInteger(N->getOperand(0), LHSL, LHSH); in ExpandIntRes_ADDSUB() 1614 EVT NVT = LHSL.getValueType(); in ExpandIntRes_ADDSUB() 1615 SDValue LoOps[2] = { LHSL, RHSL }; in ExpandIntRes_ADDSUB() 1671 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUBC() local 1673 GetExpandedInteger(N->getOperand(0), LHSL, LHSH); in ExpandIntRes_ADDSUBC() 1675 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBC() 1676 SDValue LoOps[2] = { LHSL, RHSL }; in ExpandIntRes_ADDSUBC() 1697 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUBE() local 1699 GetExpandedInteger(N->getOperand(0), LHSL, LHSH); in ExpandIntRes_ADDSUBE() [all …]
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 737 SDValue LHSL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, in ExpandADDSUB() local 751 LHSL, RHSL, Zero); in ExpandADDSUB()
|