Home
last modified time | relevance | path

Searched refs:EntryValReg (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h427 MCRegister EntryValReg, const DILocation *Loc)
428 : Address(EntryValReg), Var(Var), Expr(Expr), Loc(Loc) {}
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp391 MCRegister EntryValReg = DebugVar.getEntryValueRegister(); in convertEntryValueObjects() local
392 printRegMIR(EntryValReg, Obj.EntryValueRegister, TRI); in convertEntryValueObjects()