Lines Matching refs:MCCFIInstruction

450     for (const MCCFIInstruction& Inst : MAI->getInitialFrameState()) {  in emitCFIStartProc()
451 if (Inst.getOperation() == MCCFIInstruction::OpDefCfa || in emitCFIStartProc()
452 Inst.getOperation() == MCCFIInstruction::OpDefCfaRegister || in emitCFIStartProc()
453 Inst.getOperation() == MCCFIInstruction::OpLLVMDefAspaceCfa) { in emitCFIStartProc()
488 MCCFIInstruction Instruction = in emitCFIDefCfa()
489 MCCFIInstruction::cfiDefCfa(Label, Register, Offset, Loc); in emitCFIDefCfa()
499 MCCFIInstruction Instruction = in emitCFIDefCfaOffset()
500 MCCFIInstruction::cfiDefCfaOffset(Label, Offset); in emitCFIDefCfaOffset()
509 MCCFIInstruction Instruction = in emitCFIAdjustCfaOffset()
510 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment, Loc); in emitCFIAdjustCfaOffset()
519 MCCFIInstruction Instruction = in emitCFIDefCfaRegister()
520 MCCFIInstruction::createDefCfaRegister(Label, Register, Loc); in emitCFIDefCfaRegister()
531 MCCFIInstruction Instruction = MCCFIInstruction::createLLVMDefAspaceCfa( in emitCFILLVMDefAspaceCfa()
542 MCCFIInstruction Instruction = in emitCFIOffset()
543 MCCFIInstruction::createOffset(Label, Register, Offset, Loc); in emitCFIOffset()
552 MCCFIInstruction Instruction = in emitCFIRelOffset()
553 MCCFIInstruction::createRelOffset(Label, Register, Offset, Loc); in emitCFIRelOffset()
579 MCCFIInstruction Instruction = in emitCFIRememberState()
580 MCCFIInstruction::createRememberState(Label, Loc); in emitCFIRememberState()
590 MCCFIInstruction Instruction = in emitCFIRestoreState()
591 MCCFIInstruction::createRestoreState(Label, Loc); in emitCFIRestoreState()
600 MCCFIInstruction Instruction = in emitCFISameValue()
601 MCCFIInstruction::createSameValue(Label, Register, Loc); in emitCFISameValue()
610 MCCFIInstruction Instruction = in emitCFIRestore()
611 MCCFIInstruction::createRestore(Label, Register, Loc); in emitCFIRestore()
620 MCCFIInstruction Instruction = in emitCFIEscape()
621 MCCFIInstruction::createEscape(Label, Values, Loc, ""); in emitCFIEscape()
630 MCCFIInstruction Instruction = in emitCFIGnuArgsSize()
631 MCCFIInstruction::createGnuArgsSize(Label, Size, Loc); in emitCFIGnuArgsSize()
647 MCCFIInstruction Instruction = in emitCFIUndefined()
648 MCCFIInstruction::createUndefined(Label, Register, Loc); in emitCFIUndefined()
658 MCCFIInstruction Instruction = in emitCFIRegister()
659 MCCFIInstruction::createRegister(Label, Register1, Register2, Loc); in emitCFIRegister()
668 MCCFIInstruction Instruction = MCCFIInstruction::createWindowSave(Label, Loc); in emitCFIWindowSave()
677 MCCFIInstruction Instruction = in emitCFINegateRAState()
678 MCCFIInstruction::createNegateRAState(Label, Loc); in emitCFINegateRAState()
696 F->Instructions.push_back(MCCFIInstruction::createLabel(Label, Sym, Loc)); in emitCFILabelDirective()