Searched defs:IsExpiredFn (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.cpp | 447 typedef function_ref<bool(const MachineInstr &, int WaitStates)> IsExpiredFn; typedef 541 auto IsExpiredFn = [Limit](const MachineInstr &, int WaitStates) { in getWaitStatesSince() local 1119 auto IsExpiredFn = [](const MachineInstr &MI, int) { in fixVcmpxPermlaneHazards() local 1170 auto IsExpiredFn = [](const MachineInstr &MI, int) { in fixVMEMtoScalarWriteHazards() local 1228 auto IsExpiredFn = [TII, IV](const MachineInstr &MI, int) { in fixSMEMtoVectorWriteHazards() local 1289 auto IsExpiredFn = [TII, TRI](const MachineInstr &MI, int) { in fixVcmpxExecWARHazard() local 1358 auto IsExpiredFn = [&IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard() local 1371 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard() local 1412 auto IsExpiredFn = [&](const MachineInstr &I, int WaitStates) { in fixLdsDirectVALUHazard() local 1453 auto IsExpiredFn = [](const MachineInstr &I, int) { in fixLdsDirectVMEMHazard() local [all …]
|