Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h114 auto V = readBytesAs<uint16_t>(MatchTable + CurrentIdx); in executeMatchTable()
120 auto V = readBytesAs<uint32_t>(MatchTable + CurrentIdx); in executeMatchTable()
126 auto V = readBytesAs<uint64_t>(MatchTable + CurrentIdx); in executeMatchTable()
256 readBytesAs<uint32_t>(MatchTable + CurrentIdx + (EntryIdx * 4)); in executeMatchTable()
303 readBytesAs<uint32_t>(MatchTable + CurrentIdx + (NumEntry * 4)); in executeMatchTable()
H A DGIMatchTableExecutor.h710 template <typename Ty> static Ty readBytesAs(const uint8_t *MatchTable) { in readBytesAs() function