Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5320 MCRegister SrcRegD = TRI->getMatchingSuperReg(SrcReg, AArch64::ssub, in copyPhysReg() local
5327 .addReg(SrcRegD, RegState::Undef) in copyPhysReg()
5343 MCRegister SrcRegD = TRI->getMatchingSuperReg(SrcReg, AArch64::hsub, in copyPhysReg() local
5350 .addReg(SrcRegD, RegState::Undef) in copyPhysReg()
5370 MCRegister SrcRegD = TRI->getMatchingSuperReg(SrcReg, AArch64::bsub, in copyPhysReg() local
5377 .addReg(SrcRegD, RegState::Undef) in copyPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1558 MCRegister SrcRegD = in expandPostRAPseudo() local
1560 if (!DstRegD || !SrcRegD) in expandPostRAPseudo()
1586 MI.getOperand(1).setReg(SrcRegD); in expandPostRAPseudo()