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.cpp3369 SDValue LoS, HiS, LoL, HiL; in ExpandShiftWithUnknownAmountBit() local
3374 LoS = DAG.getNode(ISD::SHL, dl, NVT, InL, Amt); in ExpandShiftWithUnknownAmountBit()
3383 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit()
3390 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit()
3401 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit()
3407 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit()
3417 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6020 auto LoS = MIRBuilder.buildShl(HalfTy, InL, Amt); in narrowScalarShift() local
6030 auto Lo = MIRBuilder.buildSelect(HalfTy, IsShort, LoS, LoL); in narrowScalarShift()
6045 auto LoS = MIRBuilder.buildOr(HalfTy, LoOr, HiOr); in narrowScalarShift() local
6059 HalfTy, IsZero, InL, MIRBuilder.buildSelect(HalfTy, IsShort, LoS, LoL)); in narrowScalarShift()