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

1 2 3 4

  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 42 MachineFunction &MF = *MBB.getParent();
43 MachineConstantPool *ConstantPool = MF.getConstantPool();
Thumb1InstrInfo.cpp 60 MachineFunction &MF = *MBB.getParent();
61 MachineFrameInfo &MFI = *MF.getFrameInfo();
63 MF.getMachineMemOperand(
89 MachineFunction &MF = *MBB.getParent();
90 MachineFrameInfo &MFI = *MF.getFrameInfo();
92 MF.getMachineMemOperand(
Thumb2InstrInfo.cpp 130 MachineFunction &MF = *MBB.getParent();
131 MachineFrameInfo &MFI = *MF.getFrameInfo();
133 MF.getMachineMemOperand(
158 MachineFunction &MF = *MBB.getParent();
159 MachineFrameInfo &MFI = *MF.getFrameInfo();
161 MF.getMachineMemOperand(
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 43 MachineFunction &MF;
48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
50 MF(mf), LIS(lis), Loops(loops) {}
EdgeBundles.h 26 const MachineFunction *MF;
51 const MachineFunction *getMachineFunction() const { return MF; }
MachineFunctionAnalysis.h 30 MachineFunction *MF;
38 MachineFunction &getMF() const { return *MF; }
  /external/llvm/lib/Target/X86/
X86MCInstLower.h 33 const MachineFunction &MF;
38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
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 (DisableFramePointerElim(MF) ||
51 RI->needsStackRealignment(MF) ||
54 MF.getInfo<X86MachineFunctionInfo>()->getForceFramePointer() ||
89 const MachineFunction *MF = MBB.getParent();
90 const Function *F = MF->getFunction()
    [all...]
  /frameworks/base/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 35 /// using MF->getDebugLocTuple().
40 const MachineFunction *MF;
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h 36 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;
PrologEpilogInserter.h 66 // via MF.getFrameInfo()->getCalleeSavedInfo().
106 MachineFunction* MF;
RegisterClassInfo.h 47 const MachineFunction *MF;
50 // Callee saved registers of last MF. Assumed to be valid until the next
57 // Reserved registers in the current MF.
74 /// runOnFunction - Prepare to answer questions about MF. This must be called
76 void runOnMachineFunction(const MachineFunction &MF);
SpillPlacement.h 43 const MachineFunction *MF;
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 29 MachineFunction *MF;
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 58 getCalleeSavedRegs(const MachineFunction *MF) const {
71 getReservedRegs(const MachineFunction &MF) const {
88 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
90 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
92 if (!TFI->hasReservedCallFrame(MF)) {
107 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1)
111 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1)
131 MachineFunction &MF = *MI.getParent()->getParent();
132 MachineFrameInfo *MFI = MF.getFrameInfo();
143 DEBUG(dbgs() << "\nFunction : " << MF.getFunction()->getName() << "\n"
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 121 const MachineFunction *MF = MO.getParent()->getParent()->getParent();
123 const MCExpr *PB = MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp 40 SystemZRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
53 BitVector SystemZRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
55 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
57 if (TFI->hasFP(MF)) {
89 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
101 MachineFunction &MF = *MI.getParent()->getParent();
102 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
111 unsigned BasePtr = (TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D);
121 TFI->getFrameIndexOffset(MF, FrameIndex) + MI.getOperand(i+1).getImm();
130 SystemZRegisterInfo::getFrameRegister(const MachineFunction &MF) const
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaRegisterInfo.cpp 57 const unsigned* AlphaRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF)
71 BitVector AlphaRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
85 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
87 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
89 if (TFI->hasFP(MF)) {
104 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30)
108 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30)
136 MachineFunction &MF = *MBB.getParent();
137 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
139 bool FP = TFI->hasFP(MF);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 42 BlackfinRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
53 BlackfinRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
54 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
76 if (TFI->hasFP(MF))
82 requiresRegisterScavenging(const MachineFunction &MF) const {
155 eliminateCallFramePseudoInstr(MachineFunction &MF,
158 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
160 if (!TFI->hasReservedCallFrame(MF)) {
194 MachineFunction &MF = *MBB.getParent();
195 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering()
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPURegisterInfo.cpp 201 SPURegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const
230 BitVector SPURegisterInfo::getReservedRegs(const MachineFunction &MF) const {
244 SPURegisterInfo::eliminateCallFramePseudoInstr(MachineFunction &MF,
260 MachineFunction &MF = *MBB.getParent();
261 MachineFrameInfo *MFI = MF.getFrameInfo();
313 SPURegisterInfo::getFrameRegister(const MachineFunction &MF) const
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
30 const MachineFrameInfo *MFI = MF.getFrameInfo();
32 return (DisableFramePointerElim(MF) ||
33 MF.getFrameInfo()->hasVarSizedObjects() ||
37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
38 return !MF.getFrameInfo()->hasVarSizedObjects();
41 void MSP430FrameLowering::emitPrologue(MachineFunction &MF) const {
42 MachineBasicBlock &MBB = MF.front(); // Prolog goes in entry BB
43 MachineFrameInfo *MFI = MF.getFrameInfo();
44 MSP430MachineFunctionInfo *MSP430FI = MF.getInfo<MSP430MachineFunctionInfo>()
    [all...]

Completed in 419 milliseconds

1 2 3 4