Home
last modified time | relevance | path

Searched refs:SMEM (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp142 int GCNHazardRecognizer::checkSMEMSoftClauseHazards(MachineInstr *SMEM) { in checkSMEMSoftClauseHazards() argument
177 if (SMEM->mayStore()) in checkSMEMSoftClauseHazards()
180 addRegsToSet(SMEM->defs(), ClauseDefs); in checkSMEMSoftClauseHazards()
181 addRegsToSet(SMEM->uses(), ClauseUses); in checkSMEMSoftClauseHazards()
DGCNHazardRecognizer.h42 int checkSMEMSoftClauseHazards(MachineInstr *SMEM);
DSIInsertWaits.cpp48 SMEM, enumerator
326 LastOpcodeType = SMEM; in pushInstruction()
DVIInstructions.td105 // SMEM Instructions
DSIInstrInfo.td77 // Specify an SMRD opcode for SI and SMEM opcode for VI