Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1043 bool hasDPPSrc1SGPR() const { return HasDPPSrc1SGPR; } in hasDPPSrc1SGPR() function
H A DGCNDPPCombine.cpp320 if (!ST->hasDPPSrc1SGPR()) { in createDPPInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1308 bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp2218 bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI) { in hasDPPSrc1SGPR() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4620 if (IsDPP && !hasDPPSrc1SGPR(getSTI())) { in validateDPP()