Searched defs:IsExpiredFn (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 545 const MachineInstr *MI, IsExpiredFn IsExpired) { in getWaitStatesSince() local 451 typedef function_ref<bool(const MachineInstr &, int WaitStates)> IsExpiredFn; global() typedef 1121 auto IsExpiredFn = [](const MachineInstr &MI, int) { fixVcmpxPermlaneHazards() local 1173 auto IsExpiredFn = [](const MachineInstr &MI, int) { fixVMEMtoScalarWriteHazards() local 1232 auto IsExpiredFn = [TII, IV](const MachineInstr &MI, int) { fixSMEMtoVectorWriteHazards() local 1298 auto IsExpiredFn = [TII, TRI](const MachineInstr &MI, int) { fixVcmpxExecWARHazard() local 1368 auto IsExpiredFn = [&IsHazardInst](const MachineInstr &I, int) { fixLdsBranchVmemWARHazard() local 1381 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { fixLdsBranchVmemWARHazard() local 1422 auto IsExpiredFn = [&](const MachineInstr &I, int WaitStates) { fixLdsDirectVALUHazard() local 1466 auto IsExpiredFn = [this, LdsdirCanWait](const MachineInstr &I, int) { fixLdsDirectVMEMHazard() local 1760 auto IsExpiredFn = [](const MachineInstr &I, int) { fixWMMAHazards() local 1917 auto IsExpiredFn = [](const MachineInstr &MI, int WaitStates) { checkFPAtomicToDenormModeHazard() local 2828 auto IsExpiredFn = [&MRI, this](const MachineInstr &I, int) { fixVALUMaskWriteHazard() local [all...] |