|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Target/AMDGPU/SIInsertWaitcnts.cpp 538 if (TII->isDS(Inst) && (Inst.mayStore() || Inst.mayLoad())) {
544 setExpScore(&Inst, TII, TRI, MRI, AddrOpIdx, CurrScore);
551 &Inst, TII, TRI, MRI,
557 setExpScore(&Inst, TII, TRI, MRI,
574 setExpScore(&Inst, TII, TRI, MRI, I, CurrScore);
578 } else if (TII->isFLAT(Inst)) {
581 &Inst, TII, TRI, MRI,
586 &Inst, TII, TRI, MRI,
590 } else if (TII->isMIMG(Inst)) {
592 setExpScore(&Inst, TII, TRI, MRI, 0, CurrScore);
595 &Inst, TII, TRI, MRI,
599 } else if (TII->isMTBUF(Inst)) {
601 setExpScore(&Inst, TII, TRI, MRI, 0, CurrScore);
603 } else if (TII->isMUBUF(Inst)) {
605 setExpScore(&Inst, TII, TRI, MRI, 0, CurrScore);
608 &Inst, TII, TRI, MRI,
613 if (TII->isEXP(Inst)) {
630 setExpScore(&Inst, TII, TRI, MRI, I, CurrScore);
649 RegInterval Interval = getRegInterval(&Inst, TII, MRI, TRI, I, true);
656 if (TII->isDS(Inst) && Inst.mayStore()) {