HomeSort by relevance Sort by last modified time
    Searched defs:MF (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 33 const MachineFunction &MF = VRM.getMachineFunction();
35 Order = RegClassInfo.getOrder(MF.getRegInfo().getRegClass(VirtReg));
36 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM);
CriticalAntiDepBreaker.h 35 MachineFunction& MF;
EdgeBundles.cpp 39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) {
40 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();
84 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end()
    [all...]
AggressiveAntiDepBreaker.h 118 MachineFunction& MF;
LiveRangeCalc.h 37 const MachineFunction *MF;
130 LiveRangeCalc() : MF(0), MRI(0), Indexes(0), DomTree(0), Alloc(0) {}
144 void reset(const MachineFunction *MF,
PrologEpilogInserter.h 62 // via MF.getFrameInfo()->getCalleeSavedInfo().
102 MachineFunction* MF;
RegAllocBasic.cpp 63 MachineFunction *MF;
107 virtual bool runOnMachineFunction(MachineFunction &mf);
203 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
262 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM);
270 bool RABasic::runOnMachineFunction(MachineFunction &mf) {
273 << mf.getName() << '\n');
275 MF = &mf;
279 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM));
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 42 MachineFunction &MF = *MBB.getParent();
43 MachineConstantPool *ConstantPool = MF.getConstantPool();
Thumb1InstrInfo.cpp 66 MachineFunction &MF = *MBB.getParent();
67 MachineFrameInfo &MFI = *MF.getFrameInfo();
69 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI),
94 MachineFunction &MF = *MBB.getParent();
95 MachineFrameInfo &MFI = *MF.getFrameInfo();
97 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI),
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 43 MachineFunction &MF;
48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
50 MF(mf), LIS(lis), Loops(loops) {}
MachineFunctionAnalysis.h 29 MachineFunction *MF;
36 MachineFunction &getMF() const { return *MF; }
EdgeBundles.h 27 const MachineFunction *MF;
52 const MachineFunction *getMachineFunction() const { return MF; }
DFAPacketizer.h 95 const MachineFunction &MF;
111 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
LiveVariables.h 130 MachineFunction *MF;
182 virtual bool runOnMachineFunction(MachineFunction &MF);
RegisterClassInfo.h 52 const MachineFunction *MF;
55 // Callee saved registers of last MF. Assumed to be valid until the next
62 // Reserved registers in the current MF.
79 /// runOnFunction - Prepare to answer questions about MF. This must be called
81 void runOnMachineFunction(const MachineFunction &MF);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformQuant_LumaDC.c 59 OMX_U32 QbitsPlusOne, Two_f, MF;
102 MF = armVCM4P10_MFMatrix [iQP % 6][0];
109 Value = (armAbs((m2[j][i]/* + 1*/) / 2) * MF + Two_f) >> QbitsPlusOne;
omxVCM4P10_SubAndTransformQDQResidual.c 93 OMX_S32 Value, MF, ThreshDC;
181 MF = armVCM4P10_MFMatrix[QPmod][armVCM4P10_PosToVCol4x4[j * 4 + i]];
182 Value = armAbs(m[j * 4 + i]) * MF + f;
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 38 /// using MF->getDebugLocTuple().
43 const MachineFunction *MF;
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 30 MachineFunction *MF;
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 36 const uint16_t* SparcRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF)
42 BitVector SparcRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
70 MachineFunction &MF = *MI.getParent()->getParent();
71 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
94 unsigned SparcRegisterInfo::getFrameRegister(const MachineFunction &MF) const {
  /external/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 50 (const MachineFunction &MF) const {
54 (const MachineFunction &MF) const {
59 (const MachineFunction &MF) const {
80 MachineFunction &MF = *MI.getParent()->getParent();
81 MachineFrameInfo *MFI = MF.getFrameInfo();
104 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
105 if (TFI->hasFP(MF)) {
MipsSERegisterInfo.cpp 48 requiresRegisterScavenging(const MachineFunction &MF) const {
53 requiresFrameIndexScavenging(const MachineFunction &MF) const {
62 MachineFunction &MF = *MI.getParent()->getParent();
63 MachineFrameInfo *MFI = MF.getFrameInfo();
64 MipsFunctionInfo *MipsFI = MF.getInfo<MipsFunctionInfo>();
89 FrameReg = getFrameRegister(MF);
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 105 getCalleeSavedRegs(const MachineFunction *MF) const {
112 NVPTXRegisterInfo::getCalleeSavedRegClasses(const MachineFunction *MF) const {
117 BitVector NVPTXRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
131 MachineFunction &MF = *MI.getParent()->getParent();
132 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
145 unsigned NVPTXRegisterInfo::getFrameRegister(const MachineFunction &MF) const {
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 140 const MachineFunction *MF = MO.getParent()->getParent()->getParent();
142 const MCExpr *PB = MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
39 return !MF.getFrameInfo()->hasVarSizedObjects();
45 bool X86FrameLowering::hasFP(const MachineFunction &MF) const {
46 const MachineFrameInfo *MFI = MF.getFrameInfo();
47 const MachineModuleInfo &MMI = MF.getMMI();
50 return (MF.getTarget().Options.DisableFramePointerElim(MF) ||
51 RegInfo->needsStackRealignment(MF) ||
53 MFI->isFrameAddressTaken() || MF.hasMSInlineAsm() ||
54 MF.getInfo<X86MachineFunctionInfo>()->getForceFramePointer() |
    [all...]

Completed in 545 milliseconds

1 2 3 4 5 6