Searched refs:OpcodesForSpill (Results 1 – 1 of 1) sorted by relevance
303 const unsigned *OpcodesForSpill = getLoadOpcodesForSpillArray(); in isLoadFromStackSlot() local304 const unsigned *End = OpcodesForSpill + SOK_LastOpcodeSpill; in isLoadFromStackSlot()306 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isLoadFromStackSlot()344 const unsigned *OpcodesForSpill = getStoreOpcodesForSpillArray(); in isStoreToStackSlot() local345 const unsigned *End = OpcodesForSpill + SOK_LastOpcodeSpill; in isStoreToStackSlot()347 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isStoreToStackSlot()1015 const unsigned *OpcodesForSpill = getStoreOpcodesForSpillArray(); in getStoreOpcodeForSpill() local1095 return OpcodesForSpill[OpcodeIndex]; in getStoreOpcodeForSpill()1101 const unsigned *OpcodesForSpill = getLoadOpcodesForSpillArray(); in getLoadOpcodeForSpill() local1181 return OpcodesForSpill[OpcodeIndex]; in getLoadOpcodeForSpill()[all …]