Home
last modified time | relevance | path

Searched refs:reg_nodbg_end (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h346 static reg_nodbg_iterator reg_nodbg_end() { in reg_nodbg_end() function
352 return make_range(reg_nodbg_begin(Reg), reg_nodbg_end()); in reg_nodbg_operands()
392 return reg_nodbg_begin(RegNo) == reg_nodbg_end(); in reg_nodbg_empty()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp283 for (auto UI = MRI.reg_nodbg_begin(OldFMAReg), UE = MRI.reg_nodbg_end(); in processBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp217 E = MRI->reg_nodbg_end(); I != E; ) { in rewriteOperands()