Searched refs:SubIdx1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 5447 unsigned SubIdx0, unsigned SubIdx1, int FI, in storeRegPairToStackSlot() argument 5454 SrcReg1 = TRI.getSubReg(SrcReg, SubIdx1); in storeRegPairToStackSlot() 5455 SubIdx1 = 0; in storeRegPairToStackSlot() 5459 .addReg(SrcReg1, getKillRegState(IsKill), SubIdx1) in storeRegPairToStackSlot() 5631 unsigned SubIdx1, int FI, in loadRegPairFromStackSlot() argument 5639 DestReg1 = TRI.getSubReg(DestReg, SubIdx1); in loadRegPairFromStackSlot() 5640 SubIdx1 = 0; in loadRegPairFromStackSlot() 5645 .addReg(DestReg1, RegState::Define | getUndefRegState(IsUndef), SubIdx1) in loadRegPairFromStackSlot()
|