Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5447 unsigned SubIdx0, unsigned SubIdx1, int FI, in storeRegPairToStackSlot() argument
5452 SrcReg0 = TRI.getSubReg(SrcReg, SubIdx0); in storeRegPairToStackSlot()
5453 SubIdx0 = 0; in storeRegPairToStackSlot()
5458 .addReg(SrcReg0, getKillRegState(IsKill), SubIdx0) in storeRegPairToStackSlot()
5630 Register DestReg, unsigned SubIdx0, in loadRegPairFromStackSlot() argument
5637 DestReg0 = TRI.getSubReg(DestReg, SubIdx0); in loadRegPairFromStackSlot()
5638 SubIdx0 = 0; in loadRegPairFromStackSlot()
5644 .addReg(DestReg0, RegState::Define | getUndefRegState(IsUndef), SubIdx0) in loadRegPairFromStackSlot()