Lines Matching +full:global +full:- +full:regs
1 //===- SPIRVModuleAnalysis.h - analysis of global instrs & regs -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // and performs the global register numbering.
12 //===----------------------------------------------------------------------===//
39 MB_TypeConstVars, // OpTypeXXX, OpConstantXXX, and global OpVariables.
127 // Maps a local register to the corresponding global alias.
143 // Contains the list of all global OpVariables in the module.
150 // The table contains global aliases of local registers for each machine
158 // The table maps MBB number to SPIR-V unique ID register.
165 : FuncPtrRegPair->second; in getFuncReg()
196 return f->second; in getOrCreateMBBRegister()