Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h428 MCRegister EntryValReg, const DILocation *Loc)
429 : Address(EntryValReg), Var(Var), Expr(Expr), Loc(Loc) {}
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp388 MCRegister EntryValReg = DebugVar.getEntryValueRegister(); in convertEntryValueObjects() local
389 printRegMIR(EntryValReg, Obj.EntryValueRegister, TRI); in convertEntryValueObjects()