Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp332 bool IsBaseKill = II->getOperand(1).isKill(); in lowerVSPILL() local
346 .addReg(Base, getKillRegState(I != 0 || IsBaseKill)) in lowerVSPILL()
409 bool IsBaseKill = II->getOperand(1).isKill(); in lowerVRELOAD() local
418 .addReg(Base, getKillRegState(I != 0 || IsBaseKill)) in lowerVRELOAD()