Searched refs:IsHazardInst (Results 1 – 1 of 1) sorted by relevance
1346 auto IsHazardInst = [](const MachineInstr &MI) { in fixLdsBranchVmemWARHazard() local1354 auto InstType = IsHazardInst(*MI); in fixLdsBranchVmemWARHazard()1358 auto IsExpiredFn = [&IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard()1359 return IsHazardInst(I) || isStoreCountWaitZero(I); in fixLdsBranchVmemWARHazard()1362 auto IsHazardFn = [InstType, &IsHazardInst](const MachineInstr &I) { in fixLdsBranchVmemWARHazard()1366 auto IsHazardFn = [InstType, IsHazardInst](const MachineInstr &I) { in fixLdsBranchVmemWARHazard()1367 auto InstType2 = IsHazardInst(I); in fixLdsBranchVmemWARHazard()1371 auto IsExpiredFn = [InstType, &IsHazardInst](const MachineInstr &I, int) { in fixLdsBranchVmemWARHazard()1372 auto InstType2 = IsHazardInst(I); in fixLdsBranchVmemWARHazard()