Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp387 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()
H A DMachineStableHash.cpp169 MO.getCFIIndex()); in stableHashValue()
H A DCFIInstrInserter.cpp197 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
H A DTailDuplicator.cpp397 .addCFIIndex(MI->getOperand(0).getCFIIndex()) in duplicateInstruction()
H A DMachineOutliner.cpp955 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in createOutlinedFunction()
H A DMachineVerifier.cpp2832 if (MO->getCFIIndex() >= MF->getFrameInstructions().size()) in visitMachineOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h607 unsigned getCFIIndex() const { in getCFIIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2245 unsigned CFIIndex = MaybeCFI->getOperand(0).getCFIIndex(); in maybeMoveCFI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1366 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp459 MCCFIInstruction CI = CIs[PI->getOperand(0).getCFIIndex()]; in mergeSPUpdates()