Searched refs:isVGPRSpill (Results 1 – 3 of 3) sorted by relevance
613 static bool isVGPRSpill(const MachineInstr &MI) { in isVGPRSpill() function617 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill() function
1343 if (TII->isVGPRSpill(MI)) { in processFunctionBeforeFrameFinalized()
4716 if ((MI.mayStore() || MI.mayLoad()) && !isVGPRSpill(MI)) { in verifyInstruction()7561 if (isMUBUF(MI) || isVGPRSpill(MI)) in isLoadFromStackSlot()7575 if (isMUBUF(MI) || isVGPRSpill(MI)) in isStoreToStackSlot()