Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp862 unsigned NumRegsEmitted = 0; in print() local
868 NumRegsEmitted <= static_cast<unsigned>(PrintRegMaskNumRegs)) { in print()
870 NumRegsEmitted++; in print()
875 if (NumRegsEmitted != NumRegsInMask) in print()
876 OS << " and " << (NumRegsInMask - NumRegsEmitted) << " more..."; in print()