Home
last modified time | relevance | path

Searched defs:BitShift (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1036 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
2683 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2710 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4558 SDValue &AlignedAddr, SDValue &BitShift, in getCSAddressAndShifts()
4607 SDValue AlignedAddr, BitShift, NegBitShift; in lowerATOMIC_LOAD_OP() local
4703 SDValue AlignedAddr, BitShift, NegBitShift; in lowerATOMIC_CMP_SWAP() local
8399 Register BitShift = MI.getOperand(4).getReg(); in emitAtomicLoadBinary() local
8494 Register BitShift = MI.getOperand(4).getReg(); in emitAtomicLoadMinMax() local
8596 Register BitShift = MI.getOperand(5).getReg(); in emitAtomicCmpSwapW() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1167 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE() local
H A DSIISelLowering.cpp11582 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateSrcByte() local
11670 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided); in calculateByteProvider() local
11690 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local
11715 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp77 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); in foldConstVectorToAPInt() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3721 const APInt &BitShift = *C; in collectBitParts() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8723 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local