Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h380 MCPhysReg get32BitRegister(MCPhysReg Reg) const;
H A DSIInstrInfo.cpp728 MCRegister Super = RI.get32BitRegister(RegToFix); in copyPhysReg()
879 MCRegister NewDestReg = RI.get32BitRegister(DestReg); in copyPhysReg()
880 MCRegister NewSrcReg = RI.get32BitRegister(SrcReg); in copyPhysReg()
3081 DstReg = RI.get32BitRegister(DstReg); in FoldImmediate()
H A DSIRegisterInfo.cpp3111 MCPhysReg SIRegisterInfo::get32BitRegister(MCPhysReg Reg) const { in get32BitRegister() function in SIRegisterInfo