Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp261 std::string LoopString = ""; in prettyPrintAsm() local
265 LoopString += (IsLoop1 ? " :endloop01" : " :endloop0"); in prettyPrintAsm()
267 LoopString += " :endloop1"; in prettyPrintAsm()
291 OS << "\n\t} :mem_noshuf" << LoopString; in prettyPrintAsm()
293 OS << "\t}" << LoopString; in prettyPrintAsm()