Home
last modified time | relevance | path

Searched refs:MInsn (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp76 for (const auto &MInsn : MBB) { in extractLexicalScopes() local
78 const DILocation *MIDL = MInsn.getDebugLoc(); in extractLexicalScopes()
80 PrevMI = &MInsn; in extractLexicalScopes()
86 PrevMI = &MInsn; in extractLexicalScopes()
92 if (MInsn.isMetaInstruction()) in extractLexicalScopes()
105 RangeBeginMI = &MInsn; in extractLexicalScopes()
108 PrevMI = &MInsn; in extractLexicalScopes()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h119 const MachineInstr *MInsn = nullptr; /// DBG_VALUE instruction. variable
139 assert(!MInsn && "Already initialized?"); in initializeMMI()
150 assert(!MInsn && "Already initialized?"); in initializeDbgValue()
156 MInsn = DbgValue; in initializeDbgValue()
168 assert(MInsn && FrameIndexExprs.size() <= 1); in getSingleExpression()
175 const MachineInstr *getMInsn() const { return MInsn; } in getMInsn()
208 assert(MInsn && "Expected DBG_VALUE, not MMI variable"); in hasComplexAddress()
H A DDwarfDebug.cpp255 assert(DebugLocListIndex == ~0U && !MInsn && "not an MMI entry"); in addMMIEntry()
256 assert(V.DebugLocListIndex == ~0U && !V.MInsn && "not an MMI entry"); in addMMIEntry()
1345 const MachineInstr *MInsn = Ranges.front().first; in collectEntityInfo() local
1346 assert(MInsn->isDebugValue() && "History must begin with debug value"); in collectEntityInfo()
1350 validThroughout(LScopes, MInsn, Ranges.front().second)) { in collectEntityInfo()
1351 RegVar->initializeDbgValue(MInsn); in collectEntityInfo()
1359 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()