Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1845 bool atInsnStart = true; in getInlineAsmLength() local
1851 atInsnStart = true; in getInlineAsmLength()
1852 if (atInsnStart && !isSpace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength()
1854 atInsnStart = false; in getInlineAsmLength()
1856 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1858 atInsnStart = false; in getInlineAsmLength()