Searched refs:getCFIIndex (Results 1 – 10 of 10) sorted by relevance
375 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()442 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()989 printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI); in print()
158 MO.getCFIIndex()); in stableHashValue()
192 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
752 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in createOutlinedFunction()
398 .addCFIIndex(MI->getOperand(0).getCFIIndex()) in duplicateInstruction()
2703 if (MO->getCFIIndex() >= MF->getFrameInstructions().size()) in visitMachineOperand()
607 unsigned getCFIIndex() const { in getCFIIndex() function
1963 unsigned CFIIndex = MaybeCFI->getOperand(0).getCFIIndex(); in maybeMoveCFI()
1321 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()
433 MCCFIInstruction CI = CIs[PI->getOperand(0).getCFIIndex()]; in mergeSPUpdates()