Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2627 const bool UseSel64 = DstSize > 32 && in applyMappingImpl() local
2631 LLT SelType = UseSel64 ? LLT::scalar(64) : LLT::scalar(32); in applyMappingImpl()