Searched defs:ShiftAmt (Results 1 - 25 of 25) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DDemandedBits.cpp145 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1); local
161 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1); local
174 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1); local
[all...]
H A DConstantFolding.cpp176 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1); local
208 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1); local
H A DValueTracking.cpp992 unsigned ShiftAmt = SA->getLimitedValue(BitWidth-1); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp87 const unsigned ShiftAmt = ToIdx * 16; local
[all...]
H A DAArch64ConditionOptimizer.cpp158 unsigned ShiftAmt = AArch64_AM::getShiftValue(I->getOperand(3).getImm()); local
H A DAArch64ISelDAGToDAG.cpp260 unsigned ShiftAmt; local
1779 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue); local
1787 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue); local
[all...]
H A DAArch64ISelLowering.cpp6950 uint64_t ShiftAmt = local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp567 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1); local
581 KnownZero <<= ShiftAmt; local
582 KnownOne <<= ShiftAmt; local
591 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1); local
632 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1); local
[all...]
H A DInstCombineCalls.cpp298 auto ShiftAmt = ConstantInt::get(SVT, Count.zextOrTrunc(BitWidth)); local
H A DInstCombineCasts.cpp1018 unsigned ShiftAmt = KnownZeroMask.countTrailingZeros(); local
1032 unsigned ShiftAmt = KnownZeroMask.countLeadingZeros(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp4863 uint64_t ShiftAmt = ShiftCnst->getZExtValue(); local
H A DNVPTXISelLowering.cpp4187 APInt ShiftAmt = ShlRHS->getAPIntValue(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1564 unsigned ShiftAmt; local
H A DMipsISelLowering.cpp1189 unsigned ShiftAmt = RegInfo.createVirtualRegister(RC); local
1427 unsigned ShiftAmt = RegInfo.createVirtualRegister(RC); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp836 SDValue ShiftAmt = TLO.DAG.getConstant(BitWidth - ShAmt, dl, local
2943 unsigned ShiftAmt = VT.getSizeInBits() - HiLoVT.getSizeInBits(); local
H A DDAGCombiner.cpp4640 signed ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue(); local
4802 uint64_t ShiftAmt = N1C->getZExtValue(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1150 unsigned ShiftAmt; local
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp938 unsigned ShiftAmt = V.getConstantOperandVal(1); local
954 unsigned ShiftAmt = V.getConstantOperandVal(1); local
2463 SDValue ShiftAmt = local
[all...]
H A DPPCISelLowering.cpp1423 unsigned ShiftAmt = SVOp->getMaskElt(i); local
1618 unsigned ShiftAmt = SVOp->getMaskElt(i); local
10735 SDValue ShiftAmt = DAG.getConstant(Lg2, DL, VT); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp969 unsigned ShiftAmt = Shift.getConstantOperandVal(1); local
1029 unsigned ShiftAmt = Shift.getConstantOperandVal(1); local
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1285 unsigned ShiftAmt = isShiftedImm() ? ShiftedImm.ShiftAmount : 0; local
3287 uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16; local
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1469 SDValue ShiftAmt = DAG.getNode(ISD::SHL, DL, MVT::i32, ByteIdx, local
1533 SDValue ShiftAmt = DAG.getNode(ISD::SHL, DL, MVT::i32, ByteIdx, local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp2189 int ShiftAmt = cast<ConstantInt>(Shift)->getSExtValue(); local
2970 Constant *ShiftAmt = local
3266 Constant *ShiftAmt = local
4965 uint64_t ShiftAmt = Amt->getZExtValue(); local
4982 uint64_t ShiftAmt = Amt->getZExtValue(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4439 Value *ShiftAmt = Builder.CreateZExtOrTrunc(Index, MapTy, "switch.cast"); local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8826 unsigned ShiftAmt = countTrailingZeros<uint64_t>(MulAmt); local
8833 MulAmt >>= ShiftAmt; local

Completed in 467 milliseconds