Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4267 uint64_t SplatBitsZ = SplatBits.getZExtValue(); in lowerBUILD_VECTOR() local
4270 & ((uint64_t(1) << findFirstSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()
4272 & ~((uint64_t(1) << findLastSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()
4273 uint64_t Value = SplatBitsZ | Upper | Lower; in lowerBUILD_VECTOR()
4283 Value = SplatBitsZ | Middle; in lowerBUILD_VECTOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4556 uint64_t SplatBitsZ = SplatBits.getZExtValue(); in lowerBUILD_VECTOR() local
4559 & ((uint64_t(1) << findFirstSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()
4561 & ~((uint64_t(1) << findLastSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()
4562 uint64_t Value = SplatBitsZ | Upper | Lower; in lowerBUILD_VECTOR()
4572 Value = SplatBitsZ | Middle; in lowerBUILD_VECTOR()