Searched defs:BitShift (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 1036 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; ashrSlowCase() local 2675 unsigned BitShift = Count % APINT_BITS_PER_WORD; tcShiftLeft() local 2702 unsigned BitShift = Count % APINT_BITS_PER_WORD; tcShiftRight() local [all...] |
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 4564 getCSAddressAndShifts(SDValue Addr,SelectionDAG & DAG,SDLoc DL,SDValue & AlignedAddr,SDValue & BitShift,SDValue & NegBitShift) getCSAddressAndShifts() argument 4613 SDValue AlignedAddr, BitShift, NegBitShift; lowerATOMIC_LOAD_OP() local 4709 SDValue AlignedAddr, BitShift, NegBitShift; lowerATOMIC_CMP_SWAP() local 8569 Register BitShift = MI.getOperand(4).getReg(); emitAtomicLoadBinary() local 8664 Register BitShift = MI.getOperand(4).getReg(); emitAtomicLoadMinMax() local 8766 Register BitShift = MI.getOperand(5).getReg(); emitAtomicCmpSwapW() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1167 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, LowerSTORE() local
|
H A D | SIISelLowering.cpp | 11770 uint64_t BitShift = ShiftOp->getZExtValue(); calculateSrcByte() local 11868 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided); calculateByteProvider() local 11891 uint64_t BitShift = ShiftOp->getZExtValue(); calculateByteProvider() local 11919 uint64_t BitShift = ShiftOp->getZExtValue(); calculateByteProvider() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 77 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); foldConstVectorToAPInt() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3821 const APInt &BitShift = *C; collectBitParts() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8739 uint64_t BitShift = ShiftOp->getZExtValue(); calculateByteProvider() local [all...] |