Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceAnalysis.cpp37 char DXILResourceWrapper::ID = 0;
38 INITIALIZE_PASS_BEGIN(DXILResourceWrapper, DEBUG_TYPE,
40 INITIALIZE_PASS_END(DXILResourceWrapper, DEBUG_TYPE,
43 bool DXILResourceWrapper::runOnModule(Module &M) { in runOnModule()
48 DXILResourceWrapper::DXILResourceWrapper() : ModulePass(ID) {} in DXILResourceWrapper() function in DXILResourceWrapper
50 void DXILResourceWrapper::print(raw_ostream &OS, const Module *) const { in print()
H A DDXILPrettyPrinter.cpp44 AU.addRequired<DXILResourceWrapper>(); in getAnalysisUsage()
52 INITIALIZE_PASS_DEPENDENCY(DXILResourceWrapper) in INITIALIZE_PASS_DEPENDENCY() argument
57 dxil::Resources &Res = getAnalysis<DXILResourceWrapper>().getDXILResource(); in INITIALIZE_PASS_DEPENDENCY()
H A DDXILTranslateMetadata.cpp36 AU.addRequired<DXILResourceWrapper>(); in getAnalysisUsage()
54 getAnalysis<DXILResourceWrapper>().getDXILResource(); in runOnModule()
72 INITIALIZE_PASS_DEPENDENCY(DXILResourceWrapper)
H A DDXILResourceAnalysis.h44 class DXILResourceWrapper : public ModulePass {
50 DXILResourceWrapper();
H A DDXILPrepare.cpp249 AU.addPreserved<DXILResourceWrapper>(); in getAnalysisUsage()