Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp316 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()
366 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()
905 printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI); in print()
H A DCFIInstrInserter.cpp169 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
H A DTailDuplicator.cpp379 MI->getOperand(0).getCFIIndex()); in duplicateInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h567 unsigned getCFIIndex() const { in getCFIIndex() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp988 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()