Home
last modified time | relevance | path

Searched defs:IsExpiredFn (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp435 using IsExpiredFn = function_ref<bool(const MachineInstr &, int WaitStates)>; typedef
529 auto IsExpiredFn = [Limit](const MachineInstr &, int WaitStates) { in getWaitStatesSince() local
1215 auto IsExpiredFn = [](const MachineInstr &MI, int) { in fixVcmpxPermlaneHazards() local
1266 auto IsExpiredFn = [](const MachineInstr &MI, int) { in fixVMEMtoScalarWriteHazards() local
1325 auto IsExpiredFn = [TII, IV](const MachineInstr &MI, int) { in fixSMEMtoVectorWriteHazards() local
1391 auto IsExpiredFn = [TII, TRI](const MachineInstr &MI, int) { in fixVcmpxExecWARHazard() local
1462 auto IsExpiredFn = [&IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard() local
1475 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard() local
1516 auto IsExpiredFn = [&](const MachineInstr &I, int WaitStates) { in fixLdsDirectVALUHazard() local
1559 auto IsExpiredFn = [this, LdsdirCanWait](const MachineInstr &I, int) { in fixLdsDirectVMEMHazard() local
[all …]