Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp263 bool IsLoop1 = HexagonMCInstrInfo::isOuterLoop(Inst); in prettyPrintAsm() local
265 LoopString += (IsLoop1 ? " :endloop01" : " :endloop0"); in prettyPrintAsm()
266 } else if (IsLoop1) { in prettyPrintAsm()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp753 if (IsLoop0 || IsLoop1) in getInstructionSeparator()
756 OS << (IsLoop1 ? ":endloop01" : ":endloop0"); in getInstructionSeparator()
757 else if (IsLoop1) in getInstructionSeparator()
824 IsLoop1 = true; in printInst()
836 bool IsLoop1 = false; member in __anonb0dd98cb0611::HexagonPrettyPrinter
842 IsLoop1 = false; in reset()