reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64InstructionSelector.cpp
 4580   MachineInstr *RootDef = getDefIgnoringCopies(Root.getReg(), MRI);
 4584   if (!isWorthFoldingIntoExtendedReg(*RootDef, MRI))
 4599     MachineInstr *ExtDef = getDefIgnoringCopies(LHS.getReg(), MRI);
 4602     Ext = getExtendTypeForInst(*ExtDef, MRI);
 4608     Ext = getExtendTypeForInst(*RootDef, MRI);
 4617     if (Ext == AArch64_AM::UXTW && MRI.getType(ExtReg).getSizeInBits() == 32) {
 4618       MachineInstr *ExtInst = MRI.getVRegDef(ExtReg);