Home | History | Annotate | Download | only in ARM

Lines Matching defs:Base

10 // This file contains the Base ARM implementation of the TargetInstrInfo class.
152 const MachineOperand &Base = MI->getOperand(2);
155 unsigned BaseReg = Base.getReg();
1249 /// determine if two loads are loading from the same base address. It should
1250 /// only return true if the base pointers are the same and the only differences
1300 // Check if base addresses and chain operands match.
1325 /// from the common base address. It returns true if it decides it's desirable