Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp223 int GCNHazardRecognizer::checkVMEMHazards(MachineInstr* VMEM) { in checkVMEMHazards() argument
237 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards()
DGCNHazardRecognizer.h44 int checkVMEMHazards(MachineInstr* VMEM);
DSIInsertWaits.cpp49 VMEM enumerator
318 if (LastOpcodeType == VMEM && Increment.Named.VM) { in pushInstruction()
328 LastOpcodeType = VMEM; in pushInstruction()