Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1067 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
2706 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2733 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5050 SDValue &AlignedAddr, SDValue &BitShift, in getCSAddressAndShifts()
5100 SDValue AlignedAddr, BitShift, NegBitShift; in lowerATOMIC_LOAD_OP() local
5196 SDValue AlignedAddr, BitShift, NegBitShift; in lowerATOMIC_CMP_SWAP() local
9889 Register BitShift = MI.getOperand(4).getReg(); in emitAtomicLoadBinary() local
9984 Register BitShift = MI.getOperand(4).getReg(); in emitAtomicLoadMinMax() local
10086 Register BitShift = MI.getOperand(5).getReg(); in emitAtomicCmpSwapW() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1169 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE() local
H A DSIISelLowering.cpp12543 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateSrcByte() local
12641 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided); in calculateByteProvider() local
12664 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local
12692 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp84 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); in foldConstVectorToAPInt() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3919 const APInt &BitShift = *C; in collectBitParts() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9179 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local