Searched defs:MF (Results 1 - 25 of 187) sorted by relevance

12345678

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h61 void Initialize(const MachineFunction &MF, bool isPIC) { argument
/external/llvm/include/llvm/CodeGen/
H A DMachineFunctionAnalysis.h29 MachineFunction *MF; member in struct:llvm::MachineFunctionAnalysis
36 MachineFunction &getMF() const { return *MF; }
H A DCalcSpillWeights.h43 MachineFunction &MF; member in class:llvm::VirtRegAuxInfo
50 MF(mf), LIS(lis), Loops(loops) {}
H A DEdgeBundles.h27 const MachineFunction *MF; member in class:llvm::EdgeBundles
52 const MachineFunction *getMachineFunction() const { return MF; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp56 void ARMException::BeginFunction(const MachineFunction *MF) { argument
58 if (Asm->MF->getFunction()->needsUnwindTableEntry())
66 if (!Asm->MF->getFunction()->needsUnwindTableEntry())
H A DDwarfCFIException.cpp87 void DwarfCFIException::BeginFunction(const MachineFunction *MF) { argument
H A DWin64Exception.cpp55 void Win64Exception::BeginFunction(const MachineFunction *MF) { argument
/external/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp29 int TargetFrameLowering::getFrameIndexOffset(const MachineFunction &MF, argument
31 const MachineFrameInfo *MFI = MF.getFrameInfo();
36 int TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, argument
38 const TargetRegisterInfo *RI = MF.getTarget().getRegisterInfo();
43 FrameReg = RI->getFrameRegister(MF);
44 return getFrameIndexOffset(MF, FI);
H A DCriticalAntiDepBreaker.h35 MachineFunction& MF; member in class:llvm::CriticalAntiDepBreaker
H A DExpandISelPseudos.cpp33 virtual bool runOnMachineFunction(MachineFunction &MF);
46 bool ExpandISelPseudos::runOnMachineFunction(MachineFunction &MF) { argument
48 const TargetLowering *TLI = MF.getTarget().getTargetLowering();
51 for (MachineFunction::iterator I = MF.begin(), E = MF.end(); I != E; ++I) {
H A DLiveStackAnalysis.cpp47 bool LiveStacks::runOnMachineFunction(MachineFunction &MF) { argument
48 TRI = MF.getTarget().getRegisterInfo();
H A DMachineFunctionPrinterPass.cpp44 bool runOnMachineFunction(MachineFunction &MF) { argument
46 MF.print(OS, getAnalysisIfAvailable<SlotIndexes>());
H A DEdgeBundles.cpp40 MF = &mf;
42 EC.grow(2 * MF->getNumBlockIDs());
44 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end(); I != E;
61 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) {
81 const MachineFunction *MF = G.getMachineFunction(); local
84 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end();
H A DLiveRegMatrix.cpp49 bool LiveRegMatrix::runOnMachineFunction(MachineFunction &MF) { argument
50 TRI = MF.getTarget().getRegisterInfo();
51 MRI = &MF.getRegInfo();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp28 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const {
32 void NVPTXFrameLowering::emitPrologue(MachineFunction &MF) const {
33 if (MF.getFrameInfo()->hasStackObjects()) {
34 MachineBasicBlock &MBB = MF.front();
74 void NVPTXFrameLowering::emitEpilogue(MachineFunction &MF, argument
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.h33 const MachineFunction &MF; member in class:llvm::X86MCInstLower
38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
/external/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h38 /// using MF->getDebugLocTuple().
43 const MachineFunction *MF; member in struct:llvm::JITEvent_EmittedFunctionDetails
/external/llvm/lib/Target/CellSPU/
H A DSPUMachineFunction.h34 SPUFunctionInfo(MachineFunction& MF) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h80 virtual void storeRegToAddr(MachineFunction &MF, unsigned SrcReg, bool isKill,
91 virtual void loadRegFromAddr(MachineFunction &MF, unsigned DestReg,
96 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
101 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, argument
108 unsigned createVR(MachineFunction* MF, MVT VT) const;
145 const MachineFunction &MF) const;
/external/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h36 explicit MSP430MachineFunctionInfo(MachineFunction &MF) argument
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp29 void SparcFrameLowering::emitPrologue(MachineFunction &MF) const {
30 MachineBasicBlock &MBB = MF.front();
31 MachineFrameInfo *MFI = MF.getFrameInfo();
33 *static_cast<const SparcInstrInfo*>(MF.getTarget().getInstrInfo());
70 void SparcFrameLowering::emitEpilogue(MachineFunction &MF, argument
74 *static_cast<const SparcInstrInfo*>(MF.getTarget().getInstrInfo());
H A DSparcMachineFunctionInfo.h34 explicit SparcMachineFunctionInfo(MachineFunction &MF) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h29 MachineFunction *MF; member in class:llvm::InstrEmitter
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h106 void Initialize(const MachineFunction &MF, bool isPIC) { argument
107 const ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
H A DThumb1InstrInfo.cpp66 MachineFunction &MF = *MBB.getParent(); local
67 MachineFrameInfo &MFI = *MF.getFrameInfo();
69 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI),
94 MachineFunction &MF = *MBB.getParent(); local
95 MachineFrameInfo &MFI = *MF.getFrameInfo();
97 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI),

Completed in 4693 milliseconds

12345678