Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDXILEmitter.cpp48 int DXILOpID; // ID of DXIL operation member
76 DXILOpID = R->getValueAsInt("dxil_opid"); in DXILOperationData()
152 OS << DXILOp.Name << " = " << DXILOp.DXILOpID << ", // " << DXILOp.Doc in emitDXILOpEnum()
312 return A.DXILOpID < B.DXILOpID; in emitDXILOperationTable()