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.cpp1036 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
2675 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2702 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4559 SDValue &AlignedAddr, SDValue &BitShift, in getCSAddressAndShifts()
4608 SDValue AlignedAddr, BitShift, NegBitShift; in lowerATOMIC_LOAD_OP() local
4704 SDValue AlignedAddr, BitShift, NegBitShift; in lowerATOMIC_CMP_SWAP() local
8565 Register BitShift = MI.getOperand(4).getReg(); in emitAtomicLoadBinary() local
8660 Register BitShift = MI.getOperand(4).getReg(); in emitAtomicLoadMinMax() local
8762 Register BitShift = MI.getOperand(5).getReg(); in emitAtomicCmpSwapW() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1165 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE() local
H A DSIISelLowering.cpp11773 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateSrcByte() local
11871 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided); in calculateByteProvider() local
11894 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local
11922 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp77 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); in foldConstVectorToAPInt() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3827 const APInt &BitShift = *C; in collectBitParts() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8725 uint64_t BitShift = ShiftOp->getZExtValue(); in calculateByteProvider() local