Home
last modified time | relevance | path

Searched defs:RotateAmt (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp362 uint32_t Imm, uint32_t RotateAmt) in OperandARM32FlexImm()
368 bool OperandARM32FlexImm::canHoldImm(uint32_t Immediate, uint32_t *RotateAmt, in canHoldImm()
3367 uint32_t RotateAmt) { in create()
3385 uint32_t RotateAmt = getRotateAmt(); in emit() local
3393 uint32_t RotateAmt = getRotateAmt(); in dump() local
DIceTargetLoweringARM32.cpp6427 uint32_t RotateAmt; in legalize() local
6611 uint32_t RotateAmt; in alignRegisterPow2() local
7073 constexpr uint32_t RotateAmt = 2; in indirectBranchBicMask() local
7079 constexpr uint32_t RotateAmt = 2; in memOpBicMask() local
DIceInstARM32.h244 uint32_t RotateAmt; variable
DIceAssemblerARM32.cpp326 IValueT encodeRotatedImm8(IValueT RotateAmt, IValueT Immed8) { in encodeRotatedImm8()
857 IValueT RotateAmt; in emitType01() local
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp12288 int RotateAmt = -1; in matchShuffleAsBitRotate() local
12315 int RotateAmt = matchShuffleAsBitRotate(Mask, NumSubElts); in matchShuffleAsBitRotate() local
12341 int RotateAmt = matchShuffleAsBitRotate(RotateVT, VT.getScalarSizeInBits(), in lowerShuffleAsBitRotate() local
34742 int RotateAmt = matchShuffleAsBitRotate(ShuffleVT, MaskScalarSizeInBits, in matchUnaryPermuteShuffle() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp27133 uint64_t RotateAmt = EltBits[CstSplatIndex].urem(EltSizeInBits); in LowerRotate() local
27154 uint64_t RotateAmt = EltBits[CstSplatIndex].urem(EltSizeInBits); in LowerRotate() local