Searched refs:isXDL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 123 static bool isXDL(const GCNSubtarget &ST, const MachineInstr &MI) { in isXDL() function 2267 if (!isXDL(ST, *MI)) in checkMAIHazards90A() 2272 if (!isXDL(ST, *MI)) in checkMAIHazards90A() 2278 if (isXDL(ST, *MI) && !isXDL(ST, *MI1)) in checkMAIHazards90A() 2282 isXDL(ST, *MI1) in checkMAIHazards90A() 2330 isXDL(ST, *MI1) in checkMAIHazards90A() 2583 isXDL(ST, *MFMA) in checkMAIVALUHazards() 2669 isXDL(ST, *MFMA) in checkMAIVALUHazards() 2700 if (ST.hasGFX940Insts() && !isXDL(ST, MI)) in checkMAIVALUHazards()
|