Searched refs:DXILClass (Results 1 – 2 of 2) sorted by relevance
49 StringRef DXILClass; // name of the opcode class member77 DXILClass = R->getValueAsDef("op_class")->getValueAsString("name"); in DXILOperationData()190 auto It = ClassMap.find(DXILOp.DXILClass); in emitDXILEnums()194 ClassMap[DXILOp.DXILClass].insert(DXILOp.Category); in emitDXILEnums()325 if (ClassSet.find(DXILOp.DXILClass) != ClassSet.end()) in emitDXILOperationTable()327 ClassSet.insert(DXILOp.DXILClass); in emitDXILOperationTable()328 OpClassStrings.add(getDXILOpClassName(DXILOp.DXILClass)); in emitDXILOperationTable()333 ParameterMap[DXILOp.DXILClass] = ParamKindVec; in emitDXILOperationTable()354 << ", OpCodeClass::" << DXILOp.DXILClass << ", " in emitDXILOperationTable()355 << OpClassStrings.get(getDXILOpClassName(DXILOp.DXILClass)) << ", " in emitDXILOperationTable()[all …]
5 def DXILClass : RegisterClass<"DXIL", [i32], 32, (add DXIL)>;