Home | History | Annotate | Download | only in MC

Lines Matching refs:MCCFIInstruction

269     for (const MCCFIInstruction& Inst : MAI->getInitialFrameState()) {
270 if (Inst.getOperation() == MCCFIInstruction::OpDefCfa ||
271 Inst.getOperation() == MCCFIInstruction::OpDefCfaRegister) {
304 MCCFIInstruction Instruction =
305 MCCFIInstruction::createDefCfa(Label, Register, Offset);
313 MCCFIInstruction Instruction =
314 MCCFIInstruction::createDefCfaOffset(Label, Offset);
321 MCCFIInstruction Instruction =
322 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
329 MCCFIInstruction Instruction =
330 MCCFIInstruction::createDefCfaRegister(Label, Register);
338 MCCFIInstruction Instruction =
339 MCCFIInstruction::createOffset(Label, Register, Offset);
346 MCCFIInstruction Instruction =
347 MCCFIInstruction::createRelOffset(Label, Register, Offset);
369 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label);
377 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label);
384 MCCFIInstruction Instruction =
385 MCCFIInstruction::createSameValue(Label, Register);
392 MCCFIInstruction Instruction =
393 MCCFIInstruction::createRestore(Label, Register);
400 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values);
407 MCCFIInstruction Instruction =
408 MCCFIInstruction::createGnuArgsSize(Label, Size);
421 MCCFIInstruction Instruction =
422 MCCFIInstruction::createUndefined(Label, Register);
429 MCCFIInstruction Instruction =
430 MCCFIInstruction::createRegister(Label, Register1, Register2);
437 MCCFIInstruction Instruction =
438 MCCFIInstruction::createWindowSave(Label);