HomeSort by relevance Sort by last modified time
    Searched refs:mf (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /external/genext2fs/
configure     [all...]
  /external/elfutils/0.153/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 108 MachineFunction *MF;
316 bool runOnMachineFunction(MachineFunction &mf) override;
    [all...]
MachineScheduler.cpp 88 MF(nullptr), MLI(nullptr), MDT(nullptr), PassConfig(nullptr), AA(nullptr), LIS(nullptr) {
303 bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
304 DEBUG(dbgs() << "Before MISsched:\n"; mf.print(dbgs()));
307 MF = &mf;
317 MF->verify(this, "Before machine scheduling.");
319 RegClassInfo->runOnMachineFunction(*MF);
328 MF->verify(this, "After machine scheduling.");
332 bool PostMachineScheduler::runOnMachineFunction(MachineFunction &mf) {
333 if (skipOptnoneFunction(*mf.getFunction())
    [all...]
RegisterPressure.cpp 178 void RegPressureTracker::init(const MachineFunction *mf,
187 MF = mf;
188 TRI = MF->getTarget().getRegisterInfo();
190 MRI = &MF->getRegInfo();
    [all...]
ScheduleDAGInstrs.cpp 52 ScheduleDAGInstrs::ScheduleDAGInstrs(MachineFunction &mf,
58 : ScheduleDAG(mf), MLI(mli), MDT(mdt), MFI(mf.getFrameInfo()), LIS(lis),
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 350 MachineFunction *MF;
371 STI(&TM.getSubtarget<MipsSubtarget>()), MF(nullptr), MCP(nullptr),
448 bool MipsConstantIslands::runOnMachineFunction(MachineFunction &mf) {
451 MF = &mf;
452 MCP = mf.getConstantPool();
458 TII = (const Mips16InstrInfo*)MF->getTarget().getInstrInfo();
459 MFI = MF->getInfo<MipsFunctionInfo>();
469 MF->getRegInfo().invalidateLiveness();
473 MF->RenumberBlocks()
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 557 MachineFunction &MF; // Machine function
569 explicit ScheduleDAG(MachineFunction &mf);
MachineBasicBlock.h 105 explicit MachineBasicBlock(MachineFunction &mf, const BasicBlock *bb);
SlotIndexes.h 344 MachineFunction *mf; member in class:llvm::SlotIndexes
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 697 SkMaskFilter* mf = fMaskFilter; local
700 fMaskFilter = mf; // restore
    [all...]
SkPaint.cpp 1835 SkMaskFilter* mf = this->getMaskFilter(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/icu/icu4c/source/test/intltest/
plurfmts.cpp 565 MessageFormat mf(UNICODE_STRING_SIMPLE("{0,plural,").append(fmtString).append((UChar)0x7d /* '}' */),
589 mf.format(&args, 1, result.remove(), ignore, status);
  /external/skia/src/core/
SkScalerContext.cpp 697 SkMaskFilter* mf = fMaskFilter; local
700 fMaskFilter = mf; // restore
    [all...]
SkPaint.cpp 1846 SkMaskFilter* mf = this->getMaskFilter(); local
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 818 MinikinFont* mf = mFaces[glyph.font_ix].font; local
819 MinikinFontFreeType* face = static_cast<MinikinFontFreeType*>(mf);
  /ndk/sources/host-tools/nawk-20071023/
FIXES 71 removed the 9-years-obsolete -mr and -mf flags.
450 the ill-conceived -mr and -mf arguments are now useful only
615 added -mr N and -mf N options: more record and fields.
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 162 ScheduleDAGRRList(MachineFunction &mf, bool needlatency,
165 : ScheduleDAGSDNodes(mf),
169 const TargetMachine &tm = mf.getTarget();
281 const MachineFunction &MF) {
292 const TargetRegisterClass *RC = MF.getRegInfo().getRegClass(Reg);
309 const TargetRegisterClass *RC = TII->getRegClass(Desc, Idx, TRI, MF);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 258 MachineFunction *MF;
270 bool runOnMachineFunction(MachineFunction &MF) override;
332 for (MachineFunction::iterator MBBI = MF->begin(), E = MF->end();
351 DEBUG(MF->dump());
377 bool ARMConstantIslands::runOnMachineFunction(MachineFunction &mf) {
378 MF = &mf;
379 MCP = mf.getConstantPool();
385 TII = (const ARMBaseInstrInfo*)MF->getTarget().getInstrInfo()
    [all...]
  /build/core/
definitions.mk     [all...]

Completed in 3800 milliseconds

1 2 3 4 5 67 8 910