Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h85 SOK_LastOpcodeSpill // This must be last on the enum. enumerator
177 const unsigned StoreSpillOpcodesArray[4][SOK_LastOpcodeSpill] =
179 const unsigned LoadSpillOpcodesArray[4][SOK_LastOpcodeSpill] =
H A DPPCInstrInfo.cpp3495 return {StoreSpillOpcodesArray[getSpillTarget()], SOK_LastOpcodeSpill}; in getStoreOpcodesForSpillArray()
3499 return {LoadSpillOpcodesArray[getSpillTarget()], SOK_LastOpcodeSpill}; in getLoadOpcodesForSpillArray()