Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp595 std::vector<DXILOperationDesc> DXILOps; in emitDxilOperation() local
597 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()