Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h139 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp340 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local
545 unsigned RotAmt = countLeadingZeros<unsigned>(Offset); in rewriteT2FrameIndex() local
DARMBaseInstrInfo.cpp2374 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local
2555 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp109 Value *RotSrc, *RotAmt; in foldGuardedRotateToFunnelShift() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1230 unsigned RotAmt = V.getConstantOperandVal(1); in getValueBits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7411 uint64_t RotAmt = Cst->getAPIntValue().urem(Bitsize); in visitRotate() local
8142 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth); in visitFunnelShift() local
DSelectionDAG.cpp3760 unsigned RotAmt = C->getAPIntValue().urem(VTBits); in ComputeNumSignBits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp11545 auto RotateAndPermute = [&](SDValue Lo, SDValue Hi, int RotAmt, int Ofs) { in lowerShuffleAsByteRotateAndPermute()