Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp356 if (!TII->isSGPRSpill(MI)) in runOnMachineFunction()
H A DSIInstrInfo.h728 static bool isSGPRSpill(const MachineInstr &MI) { in isSGPRSpill() function
734 bool isSGPRSpill(uint16_t Opcode) const { in isSGPRSpill() function
H A DSIInstrInfo.cpp8660 if (isSGPRSpill(MI)) in isLoadFromStackSlot()
8674 if (isSGPRSpill(MI)) in isStoreToStackSlot()