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

References

lib/Target/ARM/ARMISelLowering.cpp
 9469   MachineRegisterInfo *MRI = &MF->getRegInfo();
 9470   MachineFrameInfo &MFI = MF->getFrameInfo();
 9480   for (MachineFunction::iterator BB = MF->begin(), E = MF->end(); BB != E;
 9480   for (MachineFunction::iterator BB = MF->begin(), E = MF->end(); BB != E;
 9491       if (!MF->hasCallSiteLandingPad(Sym)) continue;
 9493       SmallVectorImpl<unsigned> &CallSiteIdxs = MF->getCallSiteLandingPad(Sym);
 9522     MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline);
 9528   MachineBasicBlock *DispatchBB = MF->CreateMachineBasicBlock();
 9531   MachineBasicBlock *TrapBB = MF->CreateMachineBasicBlock();
 9541   MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock();
 9545   MF->insert(MF->end(), DispatchBB);
 9545   MF->insert(MF->end(), DispatchBB);
 9546   MF->insert(MF->end(), DispContBB);
 9546   MF->insert(MF->end(), DispContBB);
 9547   MF->insert(MF->end(), TrapBB);
 9547   MF->insert(MF->end(), TrapBB);
 9553   MachineMemOperand *FIMMOLd = MF->getMachineMemOperand(
 9554       MachinePointerInfo::getFixedStack(*MF, FI),
 9567   MIB.addRegMask(RI.getSjLjDispatchPreservedMask(*MF));
 9641       MachineConstantPool *ConstantPool = MF->getConstantPool();
 9642       Type *Int32Ty = Type::getInt32Ty(MF->getFunction().getContext());
 9646       unsigned Align = MF->getDataLayout().getPrefTypeAlignment(Int32Ty);
 9648         Align = MF->getDataLayout().getTypeAllocSize(C->getType());
 9686     MachineMemOperand *JTMMOLd = MF->getMachineMemOperand(
 9687         MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4);
 9742       MachineConstantPool *ConstantPool = MF->getConstantPool();
 9743       Type *Int32Ty = Type::getInt32Ty(MF->getFunction().getContext());
 9747       unsigned Align = MF->getDataLayout().getPrefTypeAlignment(Int32Ty);
 9749         Align = MF->getDataLayout().getTypeAllocSize(C->getType());
 9780     MachineMemOperand *JTMMOLd = MF->getMachineMemOperand(
 9781         MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4);
 9812   const MCPhysReg *SavedRegs = RI.getCalleeSavedRegs(MF);
 9847       MachineInstrBuilder MIB(*MF, &*II);