Searched defs:IsExpiredFn (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.cpp | 452 using IsExpiredFn = function_ref<bool(const MachineInstr &, int WaitStates)>; typedef 546 auto IsExpiredFn = [Limit](const MachineInstr &, int WaitStates) { in getWaitStatesSince() local 1123 auto IsExpiredFn = [](const MachineInstr &MI, int) { in fixVcmpxPermlaneHazards() local 1175 auto IsExpiredFn = [](const MachineInstr &MI, int) { in fixVMEMtoScalarWriteHazards() local 1234 auto IsExpiredFn = [TII, IV](const MachineInstr &MI, int) { in fixSMEMtoVectorWriteHazards() local 1300 auto IsExpiredFn = [TII, TRI](const MachineInstr &MI, int) { in fixVcmpxExecWARHazard() local 1370 auto IsExpiredFn = [&IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard() local 1383 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard() local 1424 auto IsExpiredFn = [&](const MachineInstr &I, int WaitStates) { in fixLdsDirectVALUHazard() local 1468 auto IsExpiredFn = [this, LdsdirCanWait](const MachineInstr &I, int) { in fixLdsDirectVMEMHazard() local [all …]
|