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.cpp421 unsigned RotAmt = llvm::countl_zero(ThisVal); in emitT2RegPlusImmediate() local
626 unsigned RotAmt = llvm::countl_zero<unsigned>(Offset); in rewriteT2FrameIndex() local
H A DARMBaseInstrInfo.cpp2331 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local
2512 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp884 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.cpp9515 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT); in mergeTruncStores() local
11267 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); in visitFunnelShift() local
22161 SDValue RotAmt = in tryStoreMergeOfLoads() local
H A DSelectionDAG.cpp5024 unsigned RotAmt = C->getAPIntValue().urem(VTBits); in ComputeNumSignBits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11581 auto RotateAndPermute = [&](SDValue Lo, SDValue Hi, int RotAmt, int Ofs) { in lowerShuffleAsByteRotateAndPermute()
31395 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local
31427 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local
31446 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local
31459 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local