Searched refs:isVGPRSpill (Results 1 – 3 of 3) sorted by relevance
276 if (SpillToAGPR && TII->isVGPRSpill(MI)) { in runOnMachineFunction()
542 static bool isVGPRSpill(const MachineInstr &MI) { in isVGPRSpill() function546 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill() function
5954 if (isMUBUF(MI) || isVGPRSpill(MI)) in isLoadFromStackSlot()5968 if (isMUBUF(MI) || isVGPRSpill(MI)) in isStoreToStackSlot()