Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1220 MachineOperand BaseLo = Def->getOperand(1); in processBaseWithConstOffset() local
1222 if (!BaseLo.isReg() || !BaseHi.isReg()) in processBaseWithConstOffset()
1225 MachineInstr *BaseLoDef = MRI->getUniqueVRegDef(BaseLo.getReg()); in processBaseWithConstOffset()
1237 BaseLo = *Src1; in processBaseWithConstOffset()
1241 BaseLo = *Src0; in processBaseWithConstOffset()
1256 Addr.Base.LoReg = BaseLo.getReg(); in processBaseWithConstOffset()
1258 Addr.Base.LoSubReg = BaseLo.getSubReg(); in processBaseWithConstOffset()