Searched refs:getCFIIndex (Results 1 – 10 of 10) sorted by relevance
387 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()454 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()1005 printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI); in print()
169 MO.getCFIIndex()); in stableHashValue()
197 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
397 .addCFIIndex(MI->getOperand(0).getCFIIndex()) in duplicateInstruction()
955 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in createOutlinedFunction()
2832 if (MO->getCFIIndex() >= MF->getFrameInstructions().size()) in visitMachineOperand()
607 unsigned getCFIIndex() const { in getCFIIndex() function
2245 unsigned CFIIndex = MaybeCFI->getOperand(0).getCFIIndex(); in maybeMoveCFI()
1366 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()
459 MCCFIInstruction CI = CIs[PI->getOperand(0).getCFIIndex()]; in mergeSPUpdates()