Searched refs:LHSL (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeIntegerTypes.cpp | 1630 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUB() local 1631 GetExpandedInteger(N->getOperand(0), LHSL, LHSH); in ExpandIntRes_ADDSUB() 1634 EVT NVT = LHSL.getValueType(); in ExpandIntRes_ADDSUB() 1635 SDValue LoOps[2] = { LHSL, RHSL }; in ExpandIntRes_ADDSUB() 1723 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUBC() local 1725 GetExpandedInteger(N->getOperand(0), LHSL, LHSH); in ExpandIntRes_ADDSUBC() 1727 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBC() 1728 SDValue LoOps[2] = { LHSL, RHSL }; in ExpandIntRes_ADDSUBC() 1749 SDValue LHSL, LHSH, RHSL, RHSH; in ExpandIntRes_ADDSUBE() local 1751 GetExpandedInteger(N->getOperand(0), LHSL, LHSH); in ExpandIntRes_ADDSUBE() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreISelLowering.cpp | 742 SDValue LHSL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, in ExpandADDSUB() local 760 LHSL, RHSL, Zero); in ExpandADDSUB()
|