Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1921 ArrayRef<unsigned> OpcodesForSpill = getStoreOpcodesForSpillArray(); in getStoreOpcodeForSpill() local
1922 return OpcodesForSpill[getSpillIndex(RC)]; in getStoreOpcodeForSpill()
1927 ArrayRef<unsigned> OpcodesForSpill = getLoadOpcodesForSpillArray(); in getLoadOpcodeForSpill() local
1928 return OpcodesForSpill[getSpillIndex(RC)]; in getLoadOpcodeForSpill()