Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp419 unsigned RotAmt = llvm::countl_zero(ThisVal); emitT2RegPlusImmediate() local
624 unsigned RotAmt = llvm::countl_zero<unsigned>(Offset); rewriteT2FrameIndex() local
H A DARMBaseInstrInfo.cpp2488 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); emitARMRegPlusImmediate() local
2669 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); rewriteARMFrameIndex() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp889 auto RotAmt = mergeTruncStore() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1626 unsigned RotAmt = V.getConstantOperandVal(1) & (NumBits - 1); in getValueBits() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9075 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT); mergeTruncStores() local
10813 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); visitFunnelShift() local
21049 SDValue RotAmt = tryStoreMergeOfLoads() local
[all...]
H A DSelectionDAG.cpp4748 unsigned RotAmt = C->getAPIntValue().urem(VTBits); ComputeNumSignBits() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11118 __anon0268aba82502(SDValue Lo, SDValue Hi, int RotAmt, int Ofs) lowerShuffleAsByteRotateAndPermute() argument
30190 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); LowerRotate() local
30222 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); LowerRotate() local
30243 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); LowerRotate() local
30256 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); LowerRotate() local
[all...]