Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h238 unsigned getSpillIndex(const TargetRegisterClass *RC) const;
H A DPPCInstrInfo.cpp1861 unsigned PPCInstrInfo::getSpillIndex(const TargetRegisterClass *RC) const { in getSpillIndex() function in PPCInstrInfo
1917 return OpcodesForSpill[getSpillIndex(RC)]; in getStoreOpcodeForSpill()
1923 return OpcodesForSpill[getSpillIndex(RC)]; in getLoadOpcodeForSpill()