Home
last modified time | relevance | path

Searched defs:RotAmt (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h139 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local
168 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local
305 unsigned RotAmt = countLeadingZeros(V); in getT2SOImmValRotateVal() local
337 unsigned RotAmt = countTrailingZeros(V); in getT2SOImmValRotate() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp401 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local
606 unsigned RotAmt = countLeadingZeros<unsigned>(Offset); in rewriteT2FrameIndex() local
H A DARMBaseInstrInfo.cpp2501 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local
2682 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1481 unsigned RotAmt = V.getConstantOperandVal(1); in getValueBits() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3869 auto RotAmt = in applyTruncStoreMerge() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8346 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT); in mergeTruncStores() local
10021 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); in visitFunnelShift() local
19416 SDValue RotAmt = in tryStoreMergeOfLoads() local
H A DSelectionDAG.cpp4266 unsigned RotAmt = C->getAPIntValue().urem(VTBits); in ComputeNumSignBits() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13439 auto RotateAndPermute = [&](SDValue Lo, SDValue Hi, int RotAmt, int Ofs) { in lowerShuffleAsByteRotateAndPermute()
31176 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local
31218 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local