Searched refs:LoS (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1443 SDValue LoS, HiS, LoL, HiL; in ExpandShiftWithUnknownAmountBit() local 1448 LoS = DAG.getNode(ISD::SHL, dl, NVT, InL, Amt); in ExpandShiftWithUnknownAmountBit() 1459 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit() 1465 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit() 1475 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit() 1481 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit() 1492 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1622 SDValue LoS, HiS, LoL, HiL; in ExpandShiftWithUnknownAmountBit() local 1627 LoS = DAG.getNode(ISD::SHL, dl, NVT, InL, Amt); in ExpandShiftWithUnknownAmountBit() 1636 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit() 1643 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit() 1654 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit() 1660 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit() 1670 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit()
|