Searched refs:isVMEM (Results 1 – 10 of 10) sorted by relevance
107 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI)) { in getHardClauseType()131 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI)) { in getHardClauseType()
207 if ((SIInstrInfo::isVMEM(*MI) || in getHazardType()224 if ((SIInstrInfo::isVALU(*MI) || SIInstrInfo::isVMEM(*MI) || in getHazardType()252 if ((SIInstrInfo::isVMEM(*MI) || in getHazardType()347 if (SIInstrInfo::isVMEM(*MI) || SIInstrInfo::isFLAT(*MI)) in PreEmitNoopsCommon()362 if ((SIInstrInfo::isVALU(*MI) || SIInstrInfo::isVMEM(*MI) || in PreEmitNoopsCommon()392 if (SIInstrInfo::isVMEM(*MI) || in PreEmitNoopsCommon()618 return !SIInstrInfo::isVMEM(*MI) && !SIInstrInfo::isFLAT(*MI); in breaksVMEMSoftClause()1161 if (!SIInstrInfo::isVMEM(I) && !SIInstrInfo::isDS(I) && in fixVMEMtoScalarWriteHazards()1337 SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI); in shouldRunLdsBranchVmemWARHazardFixup()1361 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI)) in fixLdsBranchVmemWARHazard()[all …]
98 return SIInstrInfo::isVMEM(MI) && MI.mayLoad(); in isVMEMLoad()
98 return SIInstrInfo::isFLAT(MI) || SIInstrInfo::isVMEM(MI); in isVMEMClauseInst()
330 if (TII->isSMRD(MI) || TII->isVMEM(MI) || TII->isFLAT(MI) || in mustRetainExeczBranch()
1982 assert(TII->isVMEM(*MI) && MI->mayLoad()); in apply()2126 if (!TII->isVMEM(*MI) || !MI->mayLoad()) in applyIGLPStrategy()2412 (TII->isVMEM(MI) || (TII->isFLAT(MI) && !TII->isDS(MI)))) in canAddMI()2417 (TII->isVMEM(MI) || (TII->isFLAT(MI) && !TII->isDS(MI)))) in canAddMI()2422 (TII->isVMEM(MI) || (TII->isFLAT(MI) && !TII->isDS(MI)))) in canAddMI()
172 return SIInstrInfo::isVMEM(Inst) || SIInstrInfo::isFLATGlobal(Inst) || in updateVMCntOnly()697 assert(SIInstrInfo::isVMEM(Inst) || SIInstrInfo::isFLAT(Inst)); in getVmemWaitEventType()2024 } else if (SIInstrInfo::isVMEM(Inst) && in updateEventWaitcntAfter()2325 return SIInstrInfo::isVMEM(MI) || in isVMEMOrFlatVMEM()
432 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function436 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
75 bool isVMEM(const MCInstrDesc &MCID);
267 } else if (isVMEM(MCID) && !AMDGPU::getMUBUFIsBufferInv(Opcode)) { in generateWaitCntInfo()303 bool AMDGPUCustomBehaviour::isVMEM(const MCInstrDesc &MCID) { in isVMEM() function in llvm::mca::AMDGPUCustomBehaviour