Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp330 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()
382 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()
910 printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI); in print()
DCFIInstrInserter.cpp168 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in calculateOutgoingCFAInfo()
DTailDuplicator.cpp385 MI->getOperand(0).getCFIIndex()); in duplicateInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h576 unsigned getCFIIndex() const { in getCFIIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp998 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()