Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h125 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local
154 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local
291 unsigned RotAmt = llvm::countl_zero(V); in getT2SOImmValRotateVal() local
324 unsigned RotAmt = llvm::countr_zero(V); in getT2SOImmValRotate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp419 unsigned RotAmt = llvm::countl_zero(ThisVal); in emitT2RegPlusImmediate() local
624 unsigned RotAmt = llvm::countl_zero<unsigned>(Offset); in rewriteT2FrameIndex() local
H A DARMBaseInstrInfo.cpp2488 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local
2669 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp889 auto RotAmt = in mergeTruncStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1626 unsigned RotAmt = V.getConstantOperandVal(1) & (NumBits - 1); in getValueBits() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9061 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT); in mergeTruncStores() local
10799 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); in visitFunnelShift() local
21104 SDValue RotAmt = in tryStoreMergeOfLoads() local
H A DSelectionDAG.cpp4749 unsigned RotAmt = C->getAPIntValue().urem(VTBits); in ComputeNumSignBits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11094 auto RotateAndPermute = [&](SDValue Lo, SDValue Hi, int RotAmt, int Ofs) { in lowerShuffleAsByteRotateAndPermute()
30178 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local
30210 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local
30229 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local
30242 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local