Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp689 bool mayAccessVMEMThroughFlat(const MachineInstr &MI) const;
1948 bool SIInsertWaitcnts::mayAccessVMEMThroughFlat(const MachineInstr &MI) const { in mayAccessVMEMThroughFlat() function in SIInsertWaitcnts
2058 if (mayAccessVMEMThroughFlat(Inst)) { in updateEventWaitcntAfter()
2369 (SIInstrInfo::isFLAT(MI) && mayAccessVMEMThroughFlat(MI)); in isVMEMOrFlatVMEM()