Searched refs:shouldWidenLoad (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 537 static bool shouldWidenLoad(const GCNSubtarget &ST, LLT MemoryTy, in shouldWidenLoad() function 571 static bool shouldWidenLoad(const GCNSubtarget &ST, const LegalityQuery &Query, in shouldWidenLoad() function 576 return shouldWidenLoad(ST, Query.MMODescrs[0].MemoryTy, in shouldWidenLoad() 1498 return shouldWidenLoad(ST, Query, G_LOAD); in AMDGPULegalizerInfo() 3104 if (shouldWidenLoad(ST, MemTy, AlignInBits, AddrSpace, MI.getOpcode())) { in legalizeLoad()
|