Searched defs:VMEM (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
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 183 milliseconds