Searched defs:BitShift (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 1036 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local 2683 unsigned BitShift = Count % APINT_BITS_PER_WORD; tcShiftLeft() local 2710 unsigned BitShift = Count % APINT_BITS_PER_WORD; tcShiftRight() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 4558 getCSAddressAndShifts(SDValue Addr,SelectionDAG & DAG,SDLoc DL,SDValue & AlignedAddr,SDValue & BitShift,SDValue & NegBitShift) getCSAddressAndShifts() argument 4607 SDValue AlignedAddr, BitShift, NegBitShift; lowerATOMIC_LOAD_OP() local 4703 SDValue AlignedAddr, BitShift, NegBitShift; lowerATOMIC_CMP_SWAP() local 8399 Register BitShift = MI.getOperand(4).getReg(); emitAtomicLoadBinary() local 8494 Register BitShift = MI.getOperand(4).getReg(); emitAtomicLoadMinMax() local 8596 Register BitShift = MI.getOperand(5).getReg(); emitAtomicCmpSwapW() local [all...] |
/freebsd-src/contrib/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 | 11582 uint64_t BitShift = ShiftOp->getZExtValue(); calculateSrcByte() local 11670 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided); calculateByteProvider() local 11690 uint64_t BitShift = ShiftOp->getZExtValue(); calculateByteProvider() local 11715 uint64_t BitShift = ShiftOp->getZExtValue(); calculateByteProvider() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 77 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); in foldConstVectorToAPInt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3721 const APInt &BitShift = *C; collectBitParts() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8723 uint64_t BitShift = ShiftOp->getZExtValue(); calculateByteProvider() local [all...] |