Searched defs:BitShift (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | APInt.cpp | 922 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local 2591 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local 2618 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3465 SDValue BitShift = DAG.getNode(ISD::SHL, DL, PtrVT, Addr, in lowerATOMIC_LOAD_OP() local 3581 SDValue BitShift = DAG.getNode(ISD::SHL, DL, PtrVT, Addr, in lowerATOMIC_CMP_SWAP() local 6459 unsigned BitShift = (IsSubWord ? MI.getOperand(4).getReg() : 0); in emitAtomicLoadBinary() local 6577 unsigned BitShift = (IsSubWord ? MI.getOperand(4).getReg() : 0); in emitAtomicLoadMinMax() local 6692 unsigned BitShift = MI.getOperand(5).getReg(); in emitAtomicCmpSwapW() local
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 68 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); in foldConstVectorToAPInt() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1286 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE() local
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2656 unsigned BitShift = in collectBitParts() local
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 5823 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local
|