Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp337 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()
389 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()
922 printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI); in print()
H A DMachineStableHash.cpp139 MO.getCFIIndex()); in stableHashValue()
H A DCFIInstrInserter.cpp194 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
H A DMachineOutliner.cpp657 unsigned CFIIndex = NewMI->getOperand(0).getCFIIndex(); in createOutlinedFunction()
H A DTailDuplicator.cpp387 MI->getOperand(0).getCFIIndex()); in duplicateInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h578 unsigned getCFIIndex() const { in getCFIIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1096 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp414 MCCFIInstruction CI = CIs[PI->getOperand(0).getCFIIndex()]; in mergeSPUpdates()
H A DX86InstrInfo.cpp8918 unsigned CFIIndex = MBBI->getOperand(0).getCFIIndex(); in getOutliningCandidateInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6573 unsigned CFIIndex = MBBI->getOperand(0).getCFIIndex(); in getOutliningCandidateInfo()