Searched refs:getCFIIndex (Results 1 – 11 of 11) sorted by relevance
340 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()392 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()933 printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI); in print()
143 MO.getCFIIndex()); in stableHashValue()
192 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
672 unsigned CFIIndex = I->getOperand(0).getCFIIndex(); in createOutlinedFunction()
387 .addCFIIndex(MI->getOperand(0).getCFIIndex()) in duplicateInstruction()
2218 if (MO->getCFIIndex() >= MF->getFrameInstructions().size()) in visitMachineOperand()
348 ASSERT_TRUE(MO.getCFIIndex() == 8); in TEST()
587 unsigned getCFIIndex() const { in getCFIIndex() function
1762 unsigned CFIIndex = MaybeCFI->getOperand(0).getCFIIndex(); in maybeMoveCFI()
1289 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()
426 MCCFIInstruction CI = CIs[PI->getOperand(0).getCFIIndex()]; in mergeSPUpdates()