Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h276 unsigned getSpillIndex(const TargetRegisterClass *RC) const;
DPPCInstrInfo.cpp1866 unsigned PPCInstrInfo::getSpillIndex(const TargetRegisterClass *RC) const { in getSpillIndex() function in PPCInstrInfo
1922 return OpcodesForSpill[getSpillIndex(RC)]; in getStoreOpcodeForSpill()
1928 return OpcodesForSpill[getSpillIndex(RC)]; in getLoadOpcodeForSpill()