Home
last modified time | relevance | path

Searched refs:isVGPRSpill (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h613 static bool isVGPRSpill(const MachineInstr &MI) { in isVGPRSpill() function
617 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill() function
DSIFrameLowering.cpp1343 if (TII->isVGPRSpill(MI)) { in processFunctionBeforeFrameFinalized()
DSIInstrInfo.cpp4716 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()