Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1906 Register Hi32Reg, Register Lo32Reg, in extendLow32IntoHigh32() argument
1911 B.buildConstant(Hi32Reg, 0); in extendLow32IntoHigh32()
1916 B.buildCopy(Hi32Reg, Lo32Reg); in extendLow32IntoHigh32()
1921 B.buildAShr(Hi32Reg, Lo32Reg, ShiftAmt); in extendLow32IntoHigh32()
1925 B.buildUndef(Hi32Reg); in extendLow32IntoHigh32()