Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h246 unsigned getSpillTarget() const;
H A DPPCInstrInfo.cpp3295 unsigned PPCInstrInfo::getSpillTarget() const { in getSpillTarget() function in PPCInstrInfo
3303 return StoreSpillOpcodesArray[getSpillTarget()]; in getStoreOpcodesForSpillArray()
3307 return LoadSpillOpcodesArray[getSpillTarget()]; in getLoadOpcodesForSpillArray()