Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1759 bool atInsnStart = true; in getInlineAsmLength() local
1765 atInsnStart = true; in getInlineAsmLength()
1766 if (atInsnStart && !isSpace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength()
1768 atInsnStart = false; in getInlineAsmLength()
1770 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1772 atInsnStart = false; in getInlineAsmLength()