Home
last modified time | relevance | path

Searched refs:GlobalReg (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h188 GlobalReg, // This is a register l-value, use getGlobalReg()
282 bool isGlobalReg() const { return LVType == GlobalReg; }
481 R.LVType = GlobalReg;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h153 GlobalReg, // This is a register l-value, use getGlobalReg() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp547 MCRegister GlobalReg = MAI.getRegisterAlias(MI.getMF(), Reg); in collectFuncNames() local
548 assert(GlobalReg.isValid()); in collectFuncNames()
549 MAI.FuncMap[F] = GlobalReg; in collectFuncNames()
2054 MCRegister GlobalReg = MAI.getOrCreateMBBRegister(MBB); in addMBBNames() local
2055 MAI.setRegisterAlias(MF, Reg, GlobalReg); in addMBBNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2376 unsigned GlobalReg = DstReg; in constrainLocalCopy() local
2380 GlobalReg = SrcReg; in constrainLocalCopy()
2385 LiveInterval *GlobalLI = &LIS->getInterval(GlobalReg); in constrainLocalCopy()
2454 if (Pred.getKind() != SDep::Anti || Pred.getReg() != GlobalReg) in constrainLocalCopy()