Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPostOptimizationValidation.cpp113 getAnalysis<DXILResourceWrapperPass>().getResourceMap(); in runOnModule()
H A DDXILPrettyPrinter.cpp294 getAnalysis<DXILResourceWrapperPass>().getResourceMap(); in INITIALIZE_PASS_DEPENDENCY()
H A DDXILShaderFlags.cpp396 getAnalysis<DXILResourceWrapperPass>().getResourceMap(); in runOnModule()
H A DDXContainerGlobals.cpp183 getAnalysis<DXILResourceWrapperPass>().getResourceMap(); in addResourcesForPSV()
H A DDXILTranslateMetadata.cpp418 getAnalysis<DXILResourceWrapperPass>().getResourceMap(); in runOnModule()
H A DDXILOpLowering.cpp929 getAnalysis<DXILResourceWrapperPass>().getResourceMap(); in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h608 const DXILResourceMap &getResourceMap() const { return *Map; } in getResourceMap() function
609 DXILResourceMap &getResourceMap() { return *Map; } in getResourceMap() function