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.cpp1358 auto IsHazardInst = [](const MachineInstr &MI) { in fixLdsBranchVmemWARHazard() local
1366 auto InstType = IsHazardInst(*MI); in fixLdsBranchVmemWARHazard()
1370 auto IsExpiredFn = [&IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard()
1371 return IsHazardInst(I) || isStoreCountWaitZero(I); in fixLdsBranchVmemWARHazard()
1374 auto IsHazardFn = [InstType, &IsHazardInst](const MachineInstr &I) { in fixLdsBranchVmemWARHazard()
1378 auto IsHazardFn = [InstType, IsHazardInst](const MachineInstr &I) { in fixLdsBranchVmemWARHazard()
1379 auto InstType2 = IsHazardInst(I); in fixLdsBranchVmemWARHazard()
1383 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard()
1384 auto InstType2 = IsHazardInst(I); in fixLdsBranchVmemWARHazard()