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

References

lib/Target/AArch64/AArch64InstructionSelector.cpp
 4581   if (!RootDef)
 4584   if (!isWorthFoldingIntoExtendedReg(*RootDef, MRI))
 4588   if (RootDef->getOpcode() == TargetOpcode::G_SHL) {
 4590     MachineOperand &RHS = RootDef->getOperand(2);
 4598     MachineOperand &LHS = RootDef->getOperand(1);
 4608     Ext = getExtendTypeForInst(*RootDef, MRI);
 4611     ExtReg = RootDef->getOperand(1).getReg();
 4626   MachineIRBuilder MIB(*RootDef);