Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h24 NoCond, // no conditional is being processed enumerator
30 ConditionalAssemblyType TheCond = NoCond;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp567 ArrayRef<MachineOperand> NoCond; in runOnMachineFunction() local
569 NoCond, Br->getDebugLoc()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td152 def NoCond : PatLeaf<(vt)> {}
281 defm JSET : J<BPF_JSET, "&", NoCond, NoCond>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1470 SmallVector<MachineOperand, 0> NoCond; in InsertUncondBranch() local
1471 TII->insertBranch(MBB, &ToMBB, nullptr, NoCond, dl); in InsertUncondBranch()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5447 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty()) in parseDirectiveEndIf()
H A DMasmParser.cpp6653 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty()) in parseDirectiveEndIf()