Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h330 MCPhysReg get32BitRegister(MCPhysReg Reg) const;
H A DSIInstrInfo.cpp662 MCRegister Super = RI.get32BitRegister(RegToFix); in copyPhysReg()
811 MCRegister NewDestReg = RI.get32BitRegister(DestReg); in copyPhysReg()
812 MCRegister NewSrcReg = RI.get32BitRegister(SrcReg); in copyPhysReg()
2748 DstReg = RI.get32BitRegister(DstReg); in FoldImmediate()
H A DSIRegisterInfo.cpp2436 MCPhysReg SIRegisterInfo::get32BitRegister(MCPhysReg Reg) const { in get32BitRegister() function in SIRegisterInfo