Searched defs:IsExpiredFn (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 450 typedef function_ref<bool(const MachineInstr &, int WaitStates)> IsExpiredFn; global() typedef 544 auto IsExpiredFn = [Limit](const MachineInstr &, int WaitStates) { getWaitStatesSince() local 1120 auto IsExpiredFn = [](const MachineInstr &MI, int) { fixVcmpxPermlaneHazards() local 1172 auto IsExpiredFn = [](const MachineInstr &MI, int) { fixVMEMtoScalarWriteHazards() local 1231 auto IsExpiredFn = [TII, IV](const MachineInstr &MI, int) { fixSMEMtoVectorWriteHazards() local 1297 auto IsExpiredFn = [TII, TRI](const MachineInstr &MI, int) { fixVcmpxExecWARHazard() local 1367 auto IsExpiredFn = [&IsHazardInst](const MachineInstr &I, int) { fixLdsBranchVmemWARHazard() local 1380 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { fixLdsBranchVmemWARHazard() local 1421 auto IsExpiredFn = [&](const MachineInstr &I, int WaitStates) { fixLdsDirectVALUHazard() local 1465 auto IsExpiredFn = [this, LdsdirCanWait](const MachineInstr &I, int) { fixLdsDirectVMEMHazard() local 1779 auto IsExpiredFn = [](const MachineInstr &I, int) { fixWMMAHazards() local 1936 auto IsExpiredFn = [](const MachineInstr &MI, int WaitStates) { checkFPAtomicToDenormModeHazard() local 2816 auto IsExpiredFn = [&MRI, this](const MachineInstr &I, int) { fixVALUMaskWriteHazard() local [all...] |