Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1837 bool atInsnStart = true; in getInlineAsmLength() local
1843 atInsnStart = true; in getInlineAsmLength()
1844 if (atInsnStart && !isSpace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength()
1846 atInsnStart = false; in getInlineAsmLength()
1848 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1850 atInsnStart = false; in getInlineAsmLength()