Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDXILEmitter.cpp317 SequenceToOffsetTable<std::string> OpStrings; in emitDXILOperationTable() local
323 OpStrings.add(DXILOp.DXILOp.str()); in emitDXILOperationTable()
338 OpStrings.layout(); in emitDXILOperationTable()
353 << OpStrings.get(DXILOp.DXILOp.str()) in emitDXILOperationTable()
380 OpStrings.emitStringLiteralDef(OS, in emitDXILOperationTable()