Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1428 bool hasAny64BitVGPROperands(const MCInstrDesc &OpDesc);
H A DAMDGPUBaseInfo.cpp2925 bool hasAny64BitVGPROperands(const MCInstrDesc &OpDesc) { in hasAny64BitVGPROperands() function
2941 return hasAny64BitVGPROperands(OpDesc); in isDPALU_DPP()