Home
last modified time | relevance | path

Searched refs:getCFIIndex (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp340 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()
H A DMachineStableHash.cpp143 MO.getCFIIndex()); in stableHashValue()
H A DCFIInstrInserter.cpp192 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
H A DMachineOutliner.cpp672 unsigned CFIIndex = I->getOperand(0).getCFIIndex(); in createOutlinedFunction()
H A DTailDuplicator.cpp387 .addCFIIndex(MI->getOperand(0).getCFIIndex()) in duplicateInstruction()
H A DMachineVerifier.cpp2218 if (MO->getCFIIndex() >= MF->getFrameInstructions().size()) in visitMachineOperand()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp348 ASSERT_TRUE(MO.getCFIIndex() == 8); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h587 unsigned getCFIIndex() const { in getCFIIndex() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1762 unsigned CFIIndex = MaybeCFI->getOperand(0).getCFIIndex(); in maybeMoveCFI()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1289 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp426 MCCFIInstruction CI = CIs[PI->getOperand(0).getCFIIndex()]; in mergeSPUpdates()