Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h100 SPIRVGlobalRegistry *getSPIRVGlobalRegistry() const { return GR.get(); } in getSPIRVGlobalRegistry() function
H A DSPIRVPostLegalizer.cpp156 SPIRVGlobalRegistry *GR = ST.getSPIRVGlobalRegistry(); in runOnMachineFunction()
H A DSPIRVLegalizerInfo.cpp61 GR = ST.getSPIRVGlobalRegistry(); in SPIRVLegalizerInfo()
H A DSPIRVISelLowering.cpp332 SPIRVGlobalRegistry &GR = *STI.getSPIRVGlobalRegistry(); in finalizeLowering()
H A DSPIRVPrepareFunctions.cpp542 TM.getSubtarget<SPIRVSubtarget>(*F).getSPIRVGlobalRegistry()->addMutated( in removeAggregateTypesFromSignature()
H A DSPIRVEmitIntrinsics.cpp1639 GR = ST.getSPIRVGlobalRegistry(); in runOnFunction()
1749 GR = ST.getSPIRVGlobalRegistry(); in runOnModule()
H A DSPIRVPreLegalizer.cpp876 SPIRVGlobalRegistry *GR = ST.getSPIRVGlobalRegistry(); in runOnMachineFunction()
H A DSPIRVModuleAnalysis.cpp1336 GR = ST->getSPIRVGlobalRegistry(); in runOnModule()
H A DSPIRVInstructionSelector.cpp266 TRI(*ST.getRegisterInfo()), RBI(RBI), GR(*ST.getSPIRVGlobalRegistry()), in SPIRVInstructionSelector()