Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:MCCFIInstruction

357                              ArrayRef<MCCFIInstruction> Instrs) const override {
366 const MCCFIInstruction &Inst = Instrs[i];
372 case MCCFIInstruction::OpDefCfa: {
379 const MCCFIInstruction &LRPush = Instrs[++i];
380 assert(LRPush.getOperation() == MCCFIInstruction::OpOffset &&
382 const MCCFIInstruction &FPPush = Instrs[++i];
383 assert(FPPush.getOperation() == MCCFIInstruction::OpOffset &&
400 case MCCFIInstruction::OpDefCfaOffset: {
405 case MCCFIInstruction::OpOffset: {
412 const MCCFIInstruction &Inst2 = Instrs[++i];
413 if (Inst2.getOperation() != MCCFIInstruction::OpOffset)