Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2761 const bool UseSel64 = DstSize > 32 && in applyMappingImpl() local
2765 LLT SelType = UseSel64 ? LLT::scalar(64) : LLT::scalar(32); in applyMappingImpl()