Home
last modified time | relevance | path

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

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