Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h24 NoCond, // no conditional is being processed enumerator
30 ConditionalAssemblyType TheCond = NoCond;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp521 ArrayRef<MachineOperand> NoCond; in runOnMachineFunction() local
523 NoCond, Br->getDebugLoc()); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp1475 SmallVector<MachineOperand, 0> NoCond; in InsertUncondBranch() local
1476 TII->insertBranch(MBB, &ToMBB, nullptr, NoCond, dl); in InsertUncondBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5377 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty()) in parseDirectiveEndIf()
H A DMasmParser.cpp6372 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty()) in parseDirectiveEndIf()