Searched refs:LHSL (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1679 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUB() local 1680 GetExpandedInteger(N->getOperand(0), LHSL, LHSH); in ExpandIntRes_ADDSUB() 1683 EVT NVT = LHSL.getValueType(); in ExpandIntRes_ADDSUB() 1684 SDValue LoOps[2] = { LHSL, RHSL }; in ExpandIntRes_ADDSUB() 1772 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUBC() local 1774 GetExpandedInteger(N->getOperand(0), LHSL, LHSH); in ExpandIntRes_ADDSUBC() 1776 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBC() 1777 SDValue LoOps[2] = { LHSL, RHSL }; in ExpandIntRes_ADDSUBC() 1798 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUBE() local 1800 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 755 LHSL, RHSL, Zero); in ExpandADDSUB()
|