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

/external/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h31 ConditionalAssemblyType TheCond; member in class:llvm::AsmCond
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
H A DAsmCond.h31 ConditionalAssemblyType TheCond; member in class:llvm::AsmCond
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp475 if (TheCondState.TheCond != StartingCondState.TheCond ||
2185 TheCondState.TheCond = AsmCond::IfCond;
2209 TheCondState.TheCond = AsmCond::IfCond;
2234 if (TheCondState.TheCond != AsmCond::IfCond &&
2235 TheCondState.TheCond != AsmCond::ElseIfCond)
2238 TheCondState.TheCond = AsmCond::ElseIfCond;
2271 if (TheCondState.TheCond != AsmCond::IfCond &&
2272 TheCondState.TheCond != AsmCond::ElseIfCond)
2275 TheCondState.TheCond
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp742 if (TheCondState.TheCond != StartingCondState.TheCond ||
4350 TheCondState.TheCond = AsmCond::IfCond;
4397 TheCondState.TheCond = AsmCond::IfCond;
4421 TheCondState.TheCond = AsmCond::IfCond;
4486 TheCondState.TheCond = AsmCond::IfCond;
4498 TheCondState.TheCond = AsmCond::IfCond;
4523 if (TheCondState.TheCond != AsmCond::IfCond &&
4524 TheCondState.TheCond != AsmCond::ElseIfCond)
4527 TheCondState.TheCond
[all...]

Completed in 332 milliseconds