Searched refs:LoS (Results 1 – 4 of 4) sorted by relevance
/external/cronet/net/data/ocsp_unittest/ |
D | ocsp_sign_bad_indirect.pem | 83 /iThqeWEhuodllSeKzG7YVuah4i9hL9HQ2h23wKyDsaXgRTDrDVDqVSGmrMxr4LFdOthVs/5LoS
|
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2150 SDValue LoS, HiS, LoL, HiL; in ExpandShiftWithUnknownAmountBit() local 2155 LoS = DAG.getNode(ISD::SHL, dl, NVT, InL, Amt); in ExpandShiftWithUnknownAmountBit() 2164 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL); in ExpandShiftWithUnknownAmountBit() 2171 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit() 2182 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit() 2188 LoS = DAG.getNode(ISD::OR, dl, NVT, in ExpandShiftWithUnknownAmountBit() 2198 DAG.getSelect(dl, NVT, isShort, LoS, LoL)); in ExpandShiftWithUnknownAmountBit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 3227 auto LoS = MIRBuilder.buildShl(HalfTy, InL, Amt); in narrowScalarShift() local 3237 auto Lo = MIRBuilder.buildSelect(HalfTy, IsShort, LoS, LoL); in narrowScalarShift() 3252 auto LoS = MIRBuilder.buildOr(HalfTy, LoOr, HiOr); in narrowScalarShift() local 3266 HalfTy, IsZero, InL, MIRBuilder.buildSelect(HalfTy, IsShort, LoS, LoL)); in narrowScalarShift()
|