Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceImplicitBinding.cpp160 getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in runOnModule()
H A DDXILPrettyPrinter.cpp296 getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in INITIALIZE_PASS_DEPENDENCY()
H A DDXILShaderFlags.cpp394 getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in runOnModule()
H A DDXILResourceAccess.cpp282 getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in runOnFunction()
H A DDXContainerGlobals.cpp185 getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in addResourcesForPSV()
H A DDXILTranslateMetadata.cpp420 getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in runOnModule()
H A DDXILOpLowering.cpp931 getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h457 DXILResourceTypeMap &getResourceTypeMap() { return DRTM; } in getResourceTypeMap() function
458 const DXILResourceTypeMap &getResourceTypeMap() const { return DRTM; } in getResourceTypeMap() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp1223 DRTM = &getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in runOnModule()
1266 getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap(); in runOnModule()