Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h273 unsigned getSpillTarget() const;
H A DPPCInstrInfo.cpp3453 unsigned PPCInstrInfo::getSpillTarget() const { in getSpillTarget() function in PPCInstrInfo
3463 return {StoreSpillOpcodesArray[getSpillTarget()], SOK_LastOpcodeSpill}; in getStoreOpcodesForSpillArray()
3467 return {LoadSpillOpcodesArray[getSpillTarget()], SOK_LastOpcodeSpill}; in getLoadOpcodesForSpillArray()