Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h30 ConditionalAssemblyType TheCond = NoCond; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1248 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
4676 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
4705 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
4751 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfidn()
4767 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
4804 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
4805 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
4808 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
4844 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfb()
4845 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIfb()
[all …]
H A DAsmParser.cpp1001 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
5114 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
5156 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
5178 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
5204 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
5249 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
5273 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
5274 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
5277 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
5306 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
[all …]