Home
last modified time | relevance | path

Searched refs:IsHazardInst (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1449 auto IsHazardInst = [](const MachineInstr &MI) { in fixLdsBranchVmemWARHazard() local
1458 auto InstType = IsHazardInst(*MI); in fixLdsBranchVmemWARHazard()
1462 auto IsExpiredFn = [&IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard()
1463 return IsHazardInst(I) || isStoreCountWaitZero(I); in fixLdsBranchVmemWARHazard()
1466 auto IsHazardFn = [InstType, &IsHazardInst](const MachineInstr &I) { in fixLdsBranchVmemWARHazard()
1470 auto IsHazardFn = [InstType, IsHazardInst](const MachineInstr &I) { in fixLdsBranchVmemWARHazard()
1471 auto InstType2 = IsHazardInst(I); in fixLdsBranchVmemWARHazard()
1475 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard()
1476 auto InstType2 = IsHazardInst(I); in fixLdsBranchVmemWARHazard()