Searched refs:isSSetReg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp69 static bool isSSetReg(unsigned Opcode) { function
170 if (isSSetReg(MI->getOpcode()) && checkSetRegHazards(MI) > 0)
283 if (isSSetReg(MI->getOpcode()))
458 return isSSetReg(MI->getOpcode()) && IsHazard(MI);

Completed in 139 milliseconds