Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DAsmCond.h31 ConditionalAssemblyType TheCond; variable
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DAsmCond.h31 ConditionalAssemblyType TheCond; variable
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp475 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
2185 TheCondState.TheCond = AsmCond::IfCond; in ParseDirectiveIf()
2209 TheCondState.TheCond = AsmCond::IfCond; in ParseDirectiveIfdef()
2234 if (TheCondState.TheCond != AsmCond::IfCond && in ParseDirectiveElseIf()
2235 TheCondState.TheCond != AsmCond::ElseIfCond) in ParseDirectiveElseIf()
2238 TheCondState.TheCond = AsmCond::ElseIfCond; in ParseDirectiveElseIf()
2271 if (TheCondState.TheCond != AsmCond::IfCond && in ParseDirectiveElse()
2272 TheCondState.TheCond != AsmCond::ElseIfCond) in ParseDirectiveElse()
2275 TheCondState.TheCond = AsmCond::ElseCond; in ParseDirectiveElse()
2295 if ((TheCondState.TheCond == AsmCond::NoCond) || in ParseDirectiveEndIf()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp742 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
4350 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
4397 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
4421 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
4486 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
4498 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
4523 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
4524 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
4527 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
4559 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
[all …]