Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp482 Register getAVLReg() const { in getAVLReg() function in __anone9ca7dbb0111::VSETVLIInfo
496 setAVLReg(Info.getAVLReg()); in setAVL()
512 if (getAVLReg() == RISCV::X0) in hasNonZeroAVL()
514 if (MachineInstr *MI = MRI.getVRegDef(getAVLReg()); in hasNonZeroAVL()
531 return getAVLReg() == Other.getAVLReg(); in hasSameAVL()
893 if (InstrInfo.hasAVLReg() && InstrInfo.getAVLReg().isVirtual()) { in computeInfoForInstr()
894 MachineInstr *DefMI = MRI->getVRegDef(InstrInfo.getAVLReg()); in computeInfoForInstr()
935 Info.getAVLReg().isVirtual()) { in insertVSETVLI()
960 Register AVLReg = Info.getAVLReg(); in insertVSETVLI()
1056 if (Require.hasAVLReg() && Require.getAVLReg().isVirtual() && in needVSETVLI()
[all …]