Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp375 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()
H A DMachineStableHash.cpp158 MO.getCFIIndex()); in stableHashValue()
H A DCFIInstrInserter.cpp192 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
H A DMachineOutliner.cpp752 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in createOutlinedFunction()
H A DTailDuplicator.cpp398 .addCFIIndex(MI->getOperand(0).getCFIIndex()) in duplicateInstruction()
H A DMachineVerifier.cpp2703 if (MO->getCFIIndex() >= MF->getFrameInstructions().size()) in visitMachineOperand()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h607 unsigned getCFIIndex() const { in getCFIIndex() function
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1963 unsigned CFIIndex = MaybeCFI->getOperand(0).getCFIIndex(); in maybeMoveCFI()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1321 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp433 MCCFIInstruction CI = CIs[PI->getOperand(0).getCFIIndex()]; in mergeSPUpdates()