Searched refs:OpcodesForSpill (Results 1 – 1 of 1) sorted by relevance
1072 const unsigned *OpcodesForSpill = getLoadOpcodesForSpillArray(); in isLoadFromStackSlot() local1073 const unsigned *End = OpcodesForSpill + SOK_LastOpcodeSpill; in isLoadFromStackSlot()1075 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isLoadFromStackSlot()1129 const unsigned *OpcodesForSpill = getStoreOpcodesForSpillArray(); in isStoreToStackSlot() local1130 const unsigned *End = OpcodesForSpill + SOK_LastOpcodeSpill; in isStoreToStackSlot()1132 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isStoreToStackSlot()1915 const unsigned *OpcodesForSpill = getStoreOpcodesForSpillArray(); in getStoreOpcodeForSpill() local1916 return OpcodesForSpill[getSpillIndex(RC)]; in getStoreOpcodeForSpill()1921 const unsigned *OpcodesForSpill = getLoadOpcodesForSpillArray(); in getLoadOpcodeForSpill() local1922 return OpcodesForSpill[getSpillIndex(RC)]; in getLoadOpcodeForSpill()