Searched defs:mf (Results 1 - 25 of 44) sorted by relevance

12

/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp5.cpp5 void mf() { } function in class:N::Y
17 template void N::Y<double>::mf();
H A Dp2.cpp4 template<class T> class Array { void mf() { } }; function in class:Array
7 template void Array<int>::mf();
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
50 MF(mf), LIS(lis), Loops(loops) {}
/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp30 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { argument
32 MF = &mf;
H A DScheduleDAG.cpp34 ScheduleDAG::ScheduleDAG(MachineFunction &mf) argument
35 : TM(mf.getTarget()),
38 MF(mf), MRI(mf.getRegInfo()),
H A DEdgeBundles.cpp39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { argument
40 MF = &mf;
H A DSplitter.h52 MachineFunction *mf; member in class:llvm::LoopSplitter
H A DCallingConvLower.cpp26 CCState::CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, argument
29 : CallingConv(CC), IsVarArg(isVarArg), MF(mf), TM(tm),
H A DInterferenceCache.cpp24 void InterferenceCache::init(MachineFunction *mf, argument
28 MF = mf;
33 Entries[i].clear(mf, indexes);
H A DInterferenceCache.h76 void clear(MachineFunction *mf, SlotIndexes *indexes) { argument
79 MF = mf;
H A DSpillPlacement.cpp170 bool SpillPlacement::runOnMachineFunction(MachineFunction &mf) { argument
171 MF = &mf;
179 BlockFrequency.resize(mf.getNumBlockIDs());
180 for (MachineFunction::iterator I = mf.begin(), E = mf.end(); I != E; ++I) {
H A DSpiller.cpp54 MachineFunction *mf; member in class:__anon6688::SpillerBase
63 SpillerBase(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
64 : pass(&pass), mf(&mf), vrm(&vrm)
67 mfi = mf.getFrameInfo();
68 mri = &mf.getRegInfo();
69 tii = mf.getTarget().getInstrInfo();
70 tri = mf.getTarget().getRegisterInfo();
179 TrivialSpiller(MachineFunctionPass &pass, MachineFunction &mf, argument
181 : SpillerBase(pass, mf, vr
196 MachineFunction *mf; member in class:__anon6690::StandardSpiller
202 StandardSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
232 createSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
[all...]
H A DVirtRegMap.cpp55 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) { argument
56 MRI = &mf.getRegInfo();
57 TII = mf.getTarget().getInstrInfo();
58 TRI = mf.getTarget().getRegisterInfo();
59 MF = &mf;
85 TRI->getAllocatableSet(mf, *I)));
H A DLiveVariables.cpp480 bool LiveVariables::runOnMachineFunction(MachineFunction &mf) { argument
481 MF = &mf;
482 MRI = &mf.getRegInfo();
485 ReservedRegisters = TRI->getReservedRegs(mf);
495 analyzePHINodes(mf);
H A DRegAllocBasic.cpp129 virtual bool runOnMachineFunction(MachineFunction &mf);
535 bool RABasic::runOnMachineFunction(MachineFunction &mf) { argument
538 << ((Value*)mf.getFunction())->getName() << '\n');
540 MF = &mf;
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp27 MipsMCInstLower::MipsMCInstLower(Mangler *mang, const MachineFunction &mf, argument
29 : Ctx(mf.getContext()), Mang(mang), AsmPrinter(asmprinter) {}
/external/skia/gm/
H A Dblurs.cpp49 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
52 paint.setMaskFilter(mf)->unref();
63 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
68 paint.setMaskFilter(mf)->unref();
/external/clang/test/Analysis/
H A Dstack-addr-ps.cpp66 int *mf() { function
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGList.cpp65 ScheduleDAGList(MachineFunction &mf, argument
67 : ScheduleDAGSDNodes(mf), AvailableQueue(availqueue) {
69 const TargetMachine &tm = mf.getTarget();
/external/skia/samplecode/
H A DSampleDrawLooper.cpp46 SkMaskFilter* mf = SkBlurMaskFilter::Create(SkIntToScalar(gParams[i].fBlur), local
48 paint->setMaskFilter(mf)->unref();
H A DSampleBlur.cpp90 SkMaskFilter* mf = SkBlurMaskFilter::Create(20, local
93 paint.setMaskFilter(mf)->unref();
102 SkMaskFilter* mf = SkBlurMaskFilter::Create(4, local
105 paint.setMaskFilter(mf)->unref();
H A DSampleStrokePath.cpp163 SkMaskFilter* mf; local
167 mf = SkBlurMaskFilter::Create(radius, gStyle[x - 1]);
168 paint.setMaskFilter(mf)->unref();
H A DSampleXfermodesBlur.cpp42 SkMaskFilter* mf = SkBlurMaskFilter::Create(5, SkBlurMaskFilter::kNormal_BlurStyle, 0); local
43 p.setMaskFilter(mf)->unref();
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp32 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf, argument
34 : Ctx(mf.getContext()), Mang(mang), MF(mf), TM(mf.getTarget()),
/external/icu4c/test/intltest/
H A Dmsfmrgts.cpp453 MessageFormat *mf = new MessageFormat(originalPattern, status); local
457 mf->applyPattern(illegalPattern, status);
461 if (!originalPattern.equals(mf.toPattern()))
462 errln("pattern after: \"" + mf.toPattern() + "\"");
464 delete mf;
479 MessageFormat *mf = new MessageFormat("", status); local
484 mf->applyPattern(pattern, status);
485 failure(status, "mf->applyPattern", TRUE);
490 Formattable *array = mf->parse(UnicodeString(""), pp, count);
516 delete mf;
527 MessageFormat *mf = new MessageFormat("<{0}>", status); local
561 MessageFormat *mf = new MessageFormat(originalPattern, status); local
695 MessageFormat *mf = new MessageFormat("", status); local
736 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); local
826 MessageFormat *mf = new MessageFormat("pattern", status); local
865 MessageFormat *mf = new MessageFormat(pat, status); local
[all...]

Completed in 1578 milliseconds

12