Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.cpp298 bool IsBaseKill = II->getOperand(1).isKill(); in lowerVSPILL() local
312 .addReg(Base, getKillRegState(I != 0 || IsBaseKill)) in lowerVSPILL()
367 bool IsBaseKill = II->getOperand(1).isKill(); in lowerVRELOAD() local
376 .addReg(Base, getKillRegState(I != 0 || IsBaseKill)) in lowerVRELOAD()