Searched refs:ALo (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 1570 auto estimateBound = [BitWidth, &Mask](APInt ALo, const APInt &BLo, in estimateBitMaskedAndLowerBound() 1574 ALo.clearLowBits(StartBit); in estimateBitMaskedAndLowerBound() 1575 return ALo; in estimateBitMaskedAndLowerBound()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2774 SDValue ALo = UnpackA.getValue(0); in expandFSH64() local 2793 ? std::make_tuple(AHi, ALo, BHi) in expandFSH64() 2794 : std::make_tuple(ALo, BHi, BLo); in expandFSH64()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 29586 SDValue ALo = DAG.getBitcast(ExVT, getUnpackl(DAG, dl, VT, A, Undef)); in LowerMUL() local 29610 SDValue RLo = DAG.getNode(ISD::MUL, dl, ExVT, ALo, BLo); in LowerMUL() 29714 SDValue ALo, AHi; in LowervXi8MulWithUNPCK() local 29716 ALo = DAG.getBitcast(ExVT, getUnpackl(DAG, dl, VT, Zero, A)); in LowervXi8MulWithUNPCK() 29719 ALo = DAG.getBitcast(ExVT, getUnpackl(DAG, dl, VT, A, Zero)); in LowervXi8MulWithUNPCK() 29762 SDValue RLo = DAG.getNode(MulOpc, dl, ExVT, ALo, BLo); in LowervXi8MulWithUNPCK() 31030 SDValue ALo = getUnpackl(DAG, dl, VT, DAG.getUNDEF(VT), Amt); in LowerShift() local 31034 ALo = DAG.getBitcast(ExtVT, ALo); in LowerShift() 31042 RLo = SignBitSelect(ExtVT, ALo, MLo, RLo); in LowerShift() 31046 ALo = DAG.getNode(ISD::ADD, dl, ExtVT, ALo, ALo); in LowerShift() [all …]
|