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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 4109   MachineFrameInfo &MFI = MF.getFrameInfo();
 4110   PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
 4112   EVT PtrVT = getPointerTy(MF.getDataLayout());
 4200   Function::const_arg_iterator FuncArg = MF.getFunction().arg_begin();
 4251             VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
 4253             VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
 4274             VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
 4276             VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
 4299           unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
 4317         unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
 4347           VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
 4349           VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
 4367         unsigned VReg = MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
 4442         VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
 4444         VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);