Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNSubtarget.h1043 bool hasDPPSrc1SGPR() const { return HasDPPSrc1SGPR; } in hasDPPSrc1SGPR() function
HDGCNDPPCombine.cpp320 if (!ST->hasDPPSrc1SGPR()) { in createDPPInst()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h1308 bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI);
HDAMDGPUBaseInfo.cpp2218 bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI) { in hasDPPSrc1SGPR() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp4620 if (IsDPP && !hasDPPSrc1SGPR(getSTI())) { in validateDPP()