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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp116 Value *RotSrc, *RotAmt; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h139 unsigned RotAmt = TZ & ~1; local
168 unsigned RotAmt = getSOImmValRotate(Arg); local
291 unsigned RotAmt = countLeadingZeros(V); local
323 unsigned RotAmt = countTrailingZeros(V); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2615 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1245 unsigned RotAmt = V.getConstantOperandVal(1); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8514 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); local
16749 SDValue RotAmt = local

Completed in 243 milliseconds