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.cpp364 SequenceToOffsetTable<std::string> OpClassStrings; in emitDXILOperationTable() local
376 OpClassStrings.add(Op.OpClass.data()); in emitDXILOperationTable()
388 OpClassStrings.layout(); in emitDXILOperationTable()
413 << OpClassStrings.get(Op.OpClass.data()) << ", " in emitDXILOperationTable()
449 OpClassStrings.emitStringLiteralDef( in emitDXILOperationTable()