Home
last modified time | relevance | path

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

/freebsd-src/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); getT2SOImmValRotate() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp399 unsigned RotAmt = llvm::countl_zero(ThisVal); emitT2RegPlusImmediate() local
604 unsigned RotAmt = llvm::countl_zero<unsigned>(Offset); rewriteT2FrameIndex() local
H A DARMBaseInstrInfo.cpp2487 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); emitARMRegPlusImmediate() local
2668 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); rewriteARMFrameIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp875 auto RotAmt = mergeTruncStore() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1639 unsigned RotAmt = V.getConstantOperandVal(1) & (NumBits - 1); getValueBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9048 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT); mergeTruncStores() local
10788 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); visitFunnelShift() local
20758 SDValue RotAmt = tryStoreMergeOfLoads() local
[all...]
H A DSelectionDAG.cpp4548 unsigned RotAmt = C->getAPIntValue().urem(VTBits); ComputeNumSignBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10961 __anon973982072602(SDValue Lo, SDValue Hi, int RotAmt, int Ofs) lowerShuffleAsByteRotateAndPermute() argument
29853 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); LowerRotate() local
29895 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); LowerRotate() local
29908 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); LowerRotate() local
[all...]