Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp482 SequenceToOffsetTable<std::string> OpClassStrings; in emitDXILOperationTable() local
490 OpClassStrings.add(Op.OpClass.data()); in emitDXILOperationTable()
495 OpClassStrings.layout(); in emitDXILOperationTable()
507 << OpClassStrings.get(Op.OpClass.data()) << ", " in emitDXILOperationTable()
543 OpClassStrings.emitStringLiteralDef( in emitDXILOperationTable()