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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h150 bool isGCN3Encoding() const { function in class:llvm::AMDGPUSubtarget
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1239 bool isGCN3Encoding(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp2206 bool isGCN3Encoding(const MCSubtargetInfo &STI) { function in namespace:llvm::AMDGPU
2795 return isGCN3Encoding(ST) || isGFX10Plus(ST);

Completed in 211 milliseconds