Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h251 unsigned getSpillTarget() const;
H A DPPCInstrInfo.cpp3365 unsigned PPCInstrInfo::getSpillTarget() const { in getSpillTarget() function in PPCInstrInfo
3373 return StoreSpillOpcodesArray[getSpillTarget()]; in getStoreOpcodesForSpillArray()
3377 return LoadSpillOpcodesArray[getSpillTarget()]; in getLoadOpcodesForSpillArray()