Home
last modified time | relevance | path

Searched refs:NumVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp684 unsigned NumVal) const { in getNewVRegsEnd()
685 return const_cast<OperandsMapper *>(this)->getNewVRegsEnd(StartIdx, NumVal); in getNewVRegsEnd()
689 unsigned NumVal) { in getNewVRegsEnd() argument
690 assert((NewVRegs.size() == StartIdx + NumVal || in getNewVRegsEnd()
691 NewVRegs.size() > StartIdx + NumVal) && in getNewVRegsEnd()
693 return NewVRegs.size() <= StartIdx + NumVal ? NewVRegs.end() in getNewVRegsEnd()
694 : &NewVRegs[StartIdx + NumVal]; in getNewVRegsEnd()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h315 getNewVRegsEnd(unsigned StartIdx, unsigned NumVal) const;
317 unsigned NumVal);