Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DAsmCond.h25 NoCond, // no conditional is being processed enumerator
31 ConditionalAssemblyType TheCond = NoCond;
/external/llvm/include/llvm/MC/MCParser/
DAsmCond.h25 NoCond, // no conditional is being processed enumerator
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DAsmCond.h25 NoCond, // no conditional is being processed enumerator
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp943 SmallVector<MachineOperand, 0> NoCond; in InsertUncondBranch() local
944 TII->InsertBranch(*BB, ToBB, NULL, NoCond, dl); in InsertUncondBranch()
/external/llvm/lib/CodeGen/
DIfConversion.cpp1035 SmallVector<MachineOperand, 0> NoCond; in InsertUncondBranch() local
1036 TII->InsertBranch(*BB, ToBB, nullptr, NoCond, dl); in InsertUncondBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp1357 SmallVector<MachineOperand, 0> NoCond; in InsertUncondBranch() local
1358 TII->insertBranch(MBB, &ToMBB, nullptr, NoCond, dl); in InsertUncondBranch()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp2295 if ((TheCondState.TheCond == AsmCond::NoCond) || in ParseDirectiveEndIf()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4653 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty()) in parseDirectiveEndIf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp5139 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty()) in parseDirectiveEndIf()