Home
last modified time | relevance | path

Searched refs:ElemBitSize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1578 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local
1579 if (ElemBitSize == 32) { in Select()
1582 } else if (ElemBitSize == 64) { in Select()
1614 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local
1615 if (ElemBitSize == 32) { in Select()
1618 } else if (ElemBitSize == 64) { in Select()
DSystemZISelLowering.cpp5040 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local
5050 ElemBitSize, true) && in lowerShift()
5051 SplatBitSize == ElemBitSize) { in lowerShift()