Home
last modified time | relevance | path

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

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