/external/capstone/arch/ARM/ |
D | ARMAddressingModes.h | 150 unsigned TZ, RotAmt; in getSOImmValRotate() local 186 unsigned RotAmt; in getSOImmVal() local 324 unsigned RotAmt = CountLeadingZeros_32(V); in getT2SOImmValRotateVal() local 357 unsigned RotAmt; in getT2SOImmValRotate() local
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 311 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local 328 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local 517 unsigned RotAmt = countLeadingZeros<unsigned>(Offset); in rewriteT2FrameIndex() local
|
D | ARMBaseInstrInfo.cpp | 2016 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local 2181 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 139 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local 168 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local 305 unsigned RotAmt = countLeadingZeros(V); in getT2SOImmValRotateVal() local 337 unsigned RotAmt = countTrailingZeros(V); in getT2SOImmValRotate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 139 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local 168 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local 291 unsigned RotAmt = countLeadingZeros(V); in getT2SOImmValRotateVal() local 323 unsigned RotAmt = countTrailingZeros(V); in getT2SOImmValRotate() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 147 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local 176 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local 299 unsigned RotAmt = countLeadingZeros(V); in getT2SOImmValRotateVal() local 331 unsigned RotAmt = countTrailingZeros(V); in getT2SOImmValRotate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 340 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local 545 unsigned RotAmt = countLeadingZeros<unsigned>(Offset); in rewriteT2FrameIndex() local
|
D | ARMBaseInstrInfo.cpp | 2374 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local 2555 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 387 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local 592 unsigned RotAmt = countLeadingZeros<unsigned>(Offset); in rewriteT2FrameIndex() local
|
D | ARMBaseInstrInfo.cpp | 2424 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local 2605 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 109 Value *RotSrc, *RotAmt; in foldGuardedRotateToFunnelShift() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 923 unsigned RotAmt = V.getConstantOperandVal(1); in getValueBits() local
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 1376 uint64_t RotAmt = Reverse.getConstantOperandVal(1); in combineORToGORC() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1230 unsigned RotAmt = V.getConstantOperandVal(1); in getValueBits() local
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1188 unsigned RotAmt = V.getConstantOperandVal(1); in getValueBits() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7262 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT); in mergeTruncStores() local 8793 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); in visitFunnelShift() local 17244 SDValue RotAmt = in tryStoreMergeOfLoads() local
|
D | SelectionDAG.cpp | 3737 unsigned RotAmt = C->getAPIntValue().urem(VTBits); in ComputeNumSignBits() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2640 unsigned RotAmt = C->getZExtValue() & (VTBits-1); in ComputeNumSignBits() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7411 uint64_t RotAmt = Cst->getAPIntValue().urem(Bitsize); in visitRotate() local 8142 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); in visitFunnelShift() local
|
D | SelectionDAG.cpp | 3760 unsigned RotAmt = C->getAPIntValue().urem(VTBits); in ComputeNumSignBits() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12170 auto RotateAndPermute = [&](SDValue Lo, SDValue Hi, int RotAmt, int Ofs) { in lowerShuffleAsByteRotateAndPermute() 28218 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local 28245 uint64_t RotAmt = CstSplatValue.urem(EltSizeInBits); in LowerRotate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11545 auto RotateAndPermute = [&](SDValue Lo, SDValue Hi, int RotAmt, int Ofs) { in lowerShuffleAsByteRotateAndPermute()
|