Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp1896 Register ZextLo; in applyMappingImpl() local
1900 ZextLo = B.buildZExt(S32, Lo).getReg(0); in applyMappingImpl()
1901 MRI.setRegBank(ZextLo, *BankLo); in applyMappingImpl()
1921 ZextLo = B.buildAnd(S32, Lo, MaskLo).getReg(0); in applyMappingImpl()
1922 MRI.setRegBank(ZextLo, *BankLo); in applyMappingImpl()
1925 auto Or = B.buildOr(S32, ZextLo, ShiftHi); in applyMappingImpl()