Searched refs:DXILOps (Results 1 – 1 of 1) sorted by relevance
595 std::vector<DXILOperationDesc> DXILOps; in emitDxilOperation() local597 DXILOps.emplace_back(DXILOperationDesc(R)); in emitDxilOperation()600 llvm::sort(DXILOps, in emitDxilOperation()605 for (const DXILOperationDesc &Desc : DXILOps) { in emitDxilOperation()612 emitDXILOpCodes(DXILOps, OS); in emitDxilOperation()616 emitDXILOpAttributes(Records, DXILOps, OS); in emitDxilOperation()617 emitDXILOpFunctionTypes(DXILOps, OS); in emitDxilOperation()619 emitDXILIntrinsicMap(DXILOps, OS); in emitDxilOperation()622 emitDXILOperationTable(DXILOps, OS); in emitDxilOperation()