Lines Matching refs:MCCFIInstruction
433 MCCFIInstruction CI = CIs[PI->getOperand(0).getCFIIndex()]; in mergeSPUpdates()
434 if (CI.getOperation() == MCCFIInstruction::OpDefCfaOffset || in mergeSPUpdates()
435 CI.getOperation() == MCCFIInstruction::OpAdjustCfaOffset) in mergeSPUpdates()
447 const MCCFIInstruction &CFIInst, in BuildCFI()
452 if (CFIInst.getOperation() == MCCFIInstruction::OpAdjustCfaOffset) in BuildCFI()
478 MCCFIInstruction::createOffset(nullptr, DwarfReg, -Offset)); in emitCalleeSavedFrameMovesFullCFA()
521 MCCFIInstruction::createEscape(nullptr, CfaExpr.str()), in emitCalleeSavedFrameMoves()
525 MCCFIInstruction::createOffset(nullptr, DwarfReg, Offset)); in emitCalleeSavedFrameMoves()
529 MCCFIInstruction::createRestore(nullptr, DwarfReg)); in emitCalleeSavedFrameMoves()
553 MCCFIInstruction::createEscape(nullptr, DefCfaExpr.str()), in emitCalleeSavedFrameMoves()
702 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in emitStackProbeInlineGenericBlock()
724 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackProbeSize)); in emitStackProbeInlineGenericBlock()
825 MCCFIInstruction::createDefCfaRegister( in emitStackProbeInlineGenericLoop()
828 MCCFIInstruction::createAdjustCfaOffset(nullptr, BoundOffset)); in emitStackProbeInlineGenericLoop()
882 MCCFIInstruction::createDefCfaRegister( in emitStackProbeInlineGenericLoop()
1584 MCCFIInstruction::cfiDefCfa(nullptr, DwarfStackPtr, 0), in emitPrologue()
1750 MCCFIInstruction::cfiDefCfaOffset( in emitPrologue()
1757 MCCFIInstruction::createOffset(nullptr, DwarfFramePtr, in emitPrologue()
1835 MCCFIInstruction::createEscape(nullptr, CfaExpr.str()), in emitPrologue()
1843 MCCFIInstruction::createDefCfaRegister(nullptr, DwarfFramePtr), in emitPrologue()
1907 MCCFIInstruction::cfiDefCfaOffset(nullptr, -StackOffset), in emitPrologue()
2204 MCCFIInstruction::cfiDefCfaOffset(nullptr, StackSize - stackGrowth), in emitPrologue()
2395 MCCFIInstruction::cfiDefCfa(nullptr, DwarfStackPtr, SlotSize), in emitEpilogue()
2447 MCCFIInstruction::cfiDefCfa(nullptr, DwarfStackPtr, SlotSize), in emitEpilogue()
2453 MCCFIInstruction::createRestore(nullptr, DwarfFramePtr), in emitEpilogue()
2538 MCCFIInstruction::cfiDefCfaOffset( in emitEpilogue()
2571 MCCFIInstruction::cfiDefCfaOffset(nullptr, -Offset), in emitEpilogue()
3769 MCCFIInstruction::createGnuArgsSize(nullptr, Amount)); in eliminateCallFramePseudoInstr()
3783 MCCFIInstruction::createAdjustCfaOffset(nullptr, -InternalAmt)); in eliminateCallFramePseudoInstr()
3817 MCCFIInstruction::createAdjustCfaOffset(nullptr, CfaAdjustment)); in eliminateCallFramePseudoInstr()