Home
last modified time | relevance | path

Searched refs:LoS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3186 SDValue LoS, HiS, LoL, HiL; in ExpandShiftWithUnknownAmountBit() local
3191 LoS = DAG.getNode(ISD::SHL, dl, NVT, InL, Amt); in ExpandShiftWithUnknownAmountBit()
3200 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit()
3207 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit()
3218 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit()
3224 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit()
3234 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5331 auto LoS = MIRBuilder.buildShl(HalfTy, InL, Amt); in narrowScalarShift() local
5341 auto Lo = MIRBuilder.buildSelect(HalfTy, IsShort, LoS, LoL); in narrowScalarShift()
5356 auto LoS = MIRBuilder.buildOr(HalfTy, LoOr, HiOr); in narrowScalarShift() local
5370 HalfTy, IsZero, InL, MIRBuilder.buildSelect(HalfTy, IsShort, LoS, LoL)); in narrowScalarShift()