Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1346 auto IsHazardInst = [](const MachineInstr &MI) { in fixLdsBranchVmemWARHazard() local
1354 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()