Searched refs:CSRs (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp632 void MachineRegisterInfo::setCalleeSavedRegs(ArrayRef<MCPhysReg> CSRs) { argument
636 append_range(UpdatedCSRs, CSRs);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp194 const MCPhysReg *CSRs = getCalleeSavedRegs(&MF); local
196 for (const MCPhysReg *I = CSRs; *I; ++I)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h256 /// Disables the register from the list of CSRs.
267 /// Notice that it will override ant previously disabled/saved CSRs.
268 void setCalleeSavedRegs(ArrayRef<MCPhysReg> CSRs);

Completed in 140 milliseconds