Home
last modified time | relevance | path

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

/freebsd-src/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; tcShiftLeft() local
2710 unsigned BitShift = Count % APINT_BITS_PER_WORD; tcShiftRight() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4558 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 DR600ISelLowering.cpp1167 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, LowerSTORE() local
H A DSIISelLowering.cpp11582 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 DConstantFolding.cpp77 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy); in foldConstVectorToAPInt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3721 const APInt &BitShift = *C; collectBitParts() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8723 uint64_t BitShift = ShiftOp->getZExtValue(); calculateByteProvider() local
[all...]