Lines Matching refs:MCCFIInstruction

182   const std::vector<MCCFIInstruction> &Instrs = MF->getFrameInstructions();  in calculateOutgoingCFAInfo()
193 const MCCFIInstruction &CFI = Instrs[CFIIndex]; in calculateOutgoingCFAInfo()
195 case MCCFIInstruction::OpDefCfaRegister: in calculateOutgoingCFAInfo()
198 case MCCFIInstruction::OpDefCfaOffset: in calculateOutgoingCFAInfo()
201 case MCCFIInstruction::OpAdjustCfaOffset: in calculateOutgoingCFAInfo()
204 case MCCFIInstruction::OpDefCfa: in calculateOutgoingCFAInfo()
208 case MCCFIInstruction::OpOffset: in calculateOutgoingCFAInfo()
211 case MCCFIInstruction::OpRegister: in calculateOutgoingCFAInfo()
214 case MCCFIInstruction::OpRelOffset: in calculateOutgoingCFAInfo()
217 case MCCFIInstruction::OpRestore: in calculateOutgoingCFAInfo()
220 case MCCFIInstruction::OpLLVMDefAspaceCfa: in calculateOutgoingCFAInfo()
228 case MCCFIInstruction::OpRememberState: in calculateOutgoingCFAInfo()
236 case MCCFIInstruction::OpRestoreState: in calculateOutgoingCFAInfo()
245 case MCCFIInstruction::OpUndefined: in calculateOutgoingCFAInfo()
246 case MCCFIInstruction::OpSameValue: in calculateOutgoingCFAInfo()
247 case MCCFIInstruction::OpEscape: in calculateOutgoingCFAInfo()
248 case MCCFIInstruction::OpWindowSave: in calculateOutgoingCFAInfo()
249 case MCCFIInstruction::OpNegateRAState: in calculateOutgoingCFAInfo()
250 case MCCFIInstruction::OpGnuArgsSize: in calculateOutgoingCFAInfo()
251 case MCCFIInstruction::OpLabel: in calculateOutgoingCFAInfo()
324 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfa( in insertCFIInstrs()
333 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset( in insertCFIInstrs()
341 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in insertCFIInstrs()
360 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in insertCFIInstrs()
375 MCCFIInstruction::createOffset(nullptr, Reg, *RO.Offset)); in insertCFIInstrs()
378 MCCFIInstruction::createRegister(nullptr, Reg, *RO.Reg)); in insertCFIInstrs()