Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp315 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()
365 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()
898 printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI); in print()
DCFIInstrInserter.cpp169 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
DTailDuplicator.cpp379 MI->getOperand(0).getCFIIndex()); in duplicateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp347 ASSERT_TRUE(MO.getCFIIndex() == 8); in TEST()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h451 unsigned getCFIIndex() const { in getCFIIndex() function
/external/llvm/lib/CodeGen/
DMachineInstr.cpp256 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()
302 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()
DMIRPrinter.cpp865 print(MMI.getFrameInstructions()[Op.getCFIIndex()], TRI); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h567 unsigned getCFIIndex() const { in getCFIIndex() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp824 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp974 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()