Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h30 ConditionalAssemblyType TheCond = NoCond; variable
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1381 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
6154 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
6183 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
6229 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfidn()
6245 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
6282 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
6286 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
6326 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIfb()
6361 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIfdef()
6407 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIfidn()
[all …]
H A DAsmParser.cpp1024 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
5150 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
5192 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
5214 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
5267 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
5279 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
5303 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
5304 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
5307 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
5336 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
[all …]