Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrettyPrinter.h22 class DXILPrettyPrinterPass : public PassInfoMixin<DXILPrettyPrinterPass> {
26 explicit DXILPrettyPrinterPass(raw_ostream &OS) : OS(OS) {} in DXILPrettyPrinterPass() function
H A DDirectXPassRegistry.def31 MODULE_PASS("dxil-pretty-printer", DXILPrettyPrinterPass(dbgs()))
H A DDXILPrettyPrinter.cpp254 PreservedAnalyses DXILPrettyPrinterPass::run(Module &M, in run()