Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceAnalysis.h52 dxil::Resources &getDXILResource() { return Resources; } in getDXILResource() function
53 const dxil::Resources &getDXILResource() const { return Resources; } in getDXILResource() function
H A DDXILPrettyPrinter.cpp57 dxil::Resources &Res = getAnalysis<DXILResourceWrapper>().getDXILResource(); in INITIALIZE_PASS_DEPENDENCY()
H A DDXILTranslateMetadata.cpp54 getAnalysis<DXILResourceWrapper>().getDXILResource(); in runOnModule()