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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp375 if (!TII->isSGPRSpill(MI) || !TRI->spillSGPRToVGPR())
H A DSIInstrInfo.h598 static bool isSGPRSpill(const MachineInstr &MI) { function in class:llvm::final
602 bool isSGPRSpill(uint16_t Opcode) const { function in class:llvm::final
H A DSIInstrInfo.cpp7055 if (isSGPRSpill(MI))
7069 if (isSGPRSpill(MI))

Completed in 206 milliseconds