Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8270 unsigned RepeatSize = SubElems * BaseSizeInBits; in EltsFromConsecutiveLoads() local
8271 unsigned ScalarSize = std::min(RepeatSize, 64u); in EltsFromConsecutiveLoads()
8294 VT.isInteger() && (RepeatSize != 64 || TLI.isTypeLegal(MVT::i64)) in EltsFromConsecutiveLoads()
8297 if (RepeatSize > ScalarSize) in EltsFromConsecutiveLoads()
8299 RepeatSize / ScalarSize); in EltsFromConsecutiveLoads()
8306 unsigned Opcode = RepeatSize > ScalarSize ? X86ISD::SUBV_BROADCAST in EltsFromConsecutiveLoads()