Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp52 struct RepMovsRepeats { struct
53 RepMovsRepeats(uint64_t Size) : Size(Size) {} in RepMovsRepeats() argument
55 uint64_t Count() const { return Size / UBytes(); } in Count()
56 uint64_t BytesLeft() const { return Size % UBytes(); } in BytesLeft()
57 uint64_t UBytes() const { return AVT.getSizeInBits() / 8; } in UBytes()
59 const uint64_t Size;
60 MVT AVT = MVT::i8;