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()1131 const unsigned *OpcodesForSpill = getStoreOpcodesForSpillArray(); in isStoreToStackSlot() local1132 const unsigned *End = OpcodesForSpill + SOK_LastOpcodeSpill; in isStoreToStackSlot()1134 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isStoreToStackSlot()1922 const unsigned *OpcodesForSpill = getStoreOpcodesForSpillArray(); in getStoreOpcodeForSpill() local1923 return OpcodesForSpill[getSpillIndex(RC)]; in getStoreOpcodeForSpill()1928 const unsigned *OpcodesForSpill = getLoadOpcodesForSpillArray(); in getLoadOpcodeForSpill() local1929 return OpcodesForSpill[getSpillIndex(RC)]; in getLoadOpcodeForSpill()