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

/external/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.h44 int checkVMEMHazards(MachineInstr* VMEM);
H A DGCNHazardRecognizer.cpp223 int GCNHazardRecognizer::checkVMEMHazards(MachineInstr* VMEM) { argument
231 // A read of an SGPR by a VMEM instruction requires 5 wait states when the
237 for (const MachineOperand &Use : VMEM->uses()) {
H A DSIInsertWaits.cpp49 VMEM enumerator in enum:__anon13004::__anon13007
309 // Any occurrence of consecutive VMEM or SMEM instructions forms a VMEM
318 if (LastOpcodeType == VMEM && Increment.Named.VM) {
328 LastOpcodeType = VMEM;

Completed in 123 milliseconds