Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp214 const MachineInstr *CtxMI) { in getErrorAssignment() argument
236 CtxMI ? CtxMI->getDebugLoc() : DiagnosticLocation())); in getErrorAssignment()
244 if (CtxMI && CtxMI->isInlineAsm()) { in getErrorAssignment()
245 CtxMI->emitInlineAsmError( in getErrorAssignment()
250 CtxMI ? CtxMI->getDebugLoc() : DiagnosticLocation())); in getErrorAssignment()
H A DRegAllocBase.h137 const MachineInstr *CtxMI = nullptr);