• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/

Lines Matching defs:MF

1530   MachineFunction &MF = DAG.getMachineFunction();
1531 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
1766 MachineFunction &MF = DAG.getMachineFunction();
1767 MachineFrameInfo *MFI = MF.getFrameInfo();
1768 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
1815 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
1854 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
1905 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(GPArgRegs[GPRIndex]);
1907 VReg = MF.addLiveIn(GPArgRegs[GPRIndex], &PPC::GPRCRegClass);
1924 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(FPArgRegs[FPRIndex]);
1926 VReg = MF.addLiveIn(FPArgRegs[FPRIndex], &PPC::F8RCRegClass);
1956 MachineFunction &MF = DAG.getMachineFunction();
1957 MachineFrameInfo *MFI = MF.getFrameInfo();
1958 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
2051 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin();
2100 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2102 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
2125 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2127 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
2159 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
2173 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2211 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
2213 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
2231 unsigned VReg = MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
2277 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
2309 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
2311 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
2431 MachineFunction &MF = DAG.getMachineFunction();
2432 CallingConv::ID CallerCC = MF.getFunction()->getCallingConv();
2502 MachineFunction &MF,
2515 int NewRetAddr = MF.getFrameInfo()->CreateFixedObject(SlotSize,
2528 int NewFPIdx = MF.getFrameInfo()->CreateFixedObject(SlotSize, NewFPLoc,
2542 CalculateTailCallArgDest(SelectionDAG &DAG, MachineFunction &MF, bool isPPC64,
2547 int FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
2606 LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain,
2626 } else CalculateTailCallArgDest(DAG, MF, isPPC64, Arg, SPDiff, ArgOffset,
2635 MachineFunction &MF = DAG.getMachineFunction();
2649 Chain = EmitTailCallStoreFPAndRetAddr(DAG, MF, Chain, LROp, FPOp, SPDiff,
3017 MachineFunction &MF = DAG.getMachineFunction();
3023 // in this function's (MF) stack pointer stack slot 0(SP).
3026 MF.getInfo<PPCFunctionInfo>()->setHasFastCall();
3173 CalculateTailCallArgDest(DAG, MF, false, Arg, SPDiff, LocMemOffset,
3231 MachineFunction &MF = DAG.getMachineFunction();
3237 // in this function's (MF) stack pointer stack slot 0(SP).
3240 MF.getInfo<PPCFunctionInfo>()->setHasFastCall();
3461 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
3505 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
3564 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
3590 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
3649 MachineFunction &MF, bool isVarArg,
3653 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
3728 MachineFunction &MF = DAG.getMachineFunction();
3735 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
3743 RASI = MF.getFrameInfo()->CreateFixedObject(isPPC64? 8 : 4, LROffset, true);
3752 MachineFunction &MF = DAG.getMachineFunction();
3759 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
3769 FPSI = MF.getFrameInfo()->CreateFixedObject(isPPC64? 8 : 4, FPOffset, true);
3930 MachineFunction &MF = DAG.getMachineFunction();
3931 MachineFrameInfo *FrameInfo = MF.getFrameInfo();
3941 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FrameIdx),
3980 MachineFunction &MF = DAG.getMachineFunction();
3992 int SSFI = MF.getFrameInfo()->CreateStackObject(8, 8, false);
5959 MachineFunction &MF = DAG.getMachineFunction();
5960 MachineFrameInfo *MFI = MF.getFrameInfo();
5968 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
5999 MachineFunction &MF = DAG.getMachineFunction();
6000 MachineFrameInfo *MFI = MF.getFrameInfo();
6002 bool is31 = (getTargetMachine().Options.DisableFramePointerElim(MF) ||
6005 !MF.getFunction()->getFnAttributes().hasNakedAttr();
6039 MachineFunction &MF) const {