Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp35 const char *MemInstStr; member
38 ManualMapEntry(const char *RegInstStr, const char *MemInstStr, in ManualMapEntry()
40 : RegInstStr(RegInstStr), MemInstStr(MemInstStr), Strategy(Strategy) {} in ManualMapEntry()
636 Record *MemInstIter = Records.getDef(Entry.MemInstStr); in run()