Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMIRPrinter.cpp123 unsigned I, bool ShouldPrintRegisterTies,
551 bool ShouldPrintRegisterTies = hasComplexRegisterTies(MI); in print() local
558 print(MI.getOperand(I), TRI, I, ShouldPrintRegisterTies, &MRI, in print()
579 print(MI.getOperand(I), TRI, I, ShouldPrintRegisterTies); in print()
751 unsigned I, bool ShouldPrintRegisterTies, in print() argument
777 if (ShouldPrintRegisterTies && Op.isTied() && !Op.isDef()) in print()