Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerSGPRSpills.cpp276 if (SpillToAGPR && TII->isVGPRSpill(MI)) { in runOnMachineFunction()
DSIInstrInfo.h542 static bool isVGPRSpill(const MachineInstr &MI) { in isVGPRSpill() function
546 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill() function
DSIInstrInfo.cpp5954 if (isMUBUF(MI) || isVGPRSpill(MI)) in isLoadFromStackSlot()
5968 if (isMUBUF(MI) || isVGPRSpill(MI)) in isStoreToStackSlot()