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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h562 bool isGCN3Encoding(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp987 bool isGCN3Encoding(const MCSubtargetInfo &STI) { function in namespace:llvm::AMDGPU
1325 return isGCN3Encoding(ST) || isGFX10(ST);

Completed in 97 milliseconds