Searched defs:RotAmt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h147 unsigned RotAmt = TZ & ~1; local
176 unsigned RotAmt = getSOImmValRotate(Arg); local
299 unsigned RotAmt = countLeadingZeros(V); local
331 unsigned RotAmt = countTrailingZeros(V); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp925 unsigned RotAmt = V.getConstantOperandVal(1); local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2178 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2627 unsigned RotAmt = C->getZExtValue() & (VTBits-1); local

Completed in 90 milliseconds