Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h251 unsigned getSpillTarget() const;
H A DPPCInstrInfo.cpp3313 unsigned PPCInstrInfo::getSpillTarget() const { in getSpillTarget() function in PPCInstrInfo
3321 return StoreSpillOpcodesArray[getSpillTarget()]; in getStoreOpcodesForSpillArray()
3325 return LoadSpillOpcodesArray[getSpillTarget()]; in getLoadOpcodesForSpillArray()