Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1036 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 DSystemZISelLowering.cpp4564 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 DR600ISelLowering.cpp1167 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, LowerSTORE() local
H A DSIISelLowering.cpp11770 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 DConstantFolding.cpp77 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); foldConstVectorToAPInt() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3821 const APInt &BitShift = *C; collectBitParts() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8739 uint64_t BitShift = ShiftOp->getZExtValue(); calculateByteProvider() local
[all...]