Searched refs:mf (Results 1 - 25 of 97) sorted by relevance

1234

/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/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp17.cpp5 void mf();
10 template<> template<> void A<char>::B<char>::mf();
12 template<> void A<char>::B<int>::mf(); // expected-error{{requires 'template<>'}}
/external/llvm/lib/CodeGen/
H A DSpiller.h36 MachineFunction &mf,
42 MachineFunction &mf,
H A DSpiller.cpp53 MachineFunction *mf; member in class:__anon8734::SpillerBase
62 SpillerBase(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
63 : pass(&pass), mf(&mf), vrm(&vrm)
66 mfi = mf.getFrameInfo();
67 mri = &mf.getRegInfo();
68 tii = mf.getTarget().getInstrInfo();
69 tri = mf.getTarget().getRegisterInfo();
172 TrivialSpiller(MachineFunctionPass &pass, MachineFunction &mf, argument
174 : SpillerBase(pass, mf, vr
186 createSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
[all...]
H A DSlotIndexes.cpp54 mf = &fn;
66 MBBRanges.resize(mf->getNumBlockIDs());
67 idx2MBBMap.reserve(mf->size());
72 for (MachineFunction::iterator mbbItr = mf->begin(), mbbEnd = mf->end();
105 DEBUG(mf->print(dbgs(), this));
H A DRegAllocPBQP.cpp129 MachineFunction *mf; member in class:__anon8708::RegAllocPBQP
190 std::auto_ptr<PBQPRAProblem> PBQPBuilder::build(MachineFunction *mf, argument
196 MachineRegisterInfo *mri = &mf->getRegInfo();
197 const TargetRegisterInfo *tri = mf->getTarget().getRegisterInfo();
211 BitVector reservedRegs = tri->getReservedRegs(*mf);
227 ArrayRef<uint16_t> rawOrder = trc->getRawAllocationOrder(*mf);
318 MachineFunction *mf,
323 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs);
326 const TargetMachine &tm = mf->getTarget();
331 for (MachineFunction::const_iterator mbbItr = mf
317 build( MachineFunction *mf, const LiveIntervals *lis, const MachineLoopInfo *loopInfo, const RegSet &vregs) argument
[all...]
H A DEdgeBundles.cpp39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { argument
40 MF = &mf;
H A DInterferenceCache.h98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
101 MF = mf;
H A DRegisterClassInfo.cpp34 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { argument
36 MF = &mf;
H A DRegAllocBasic.cpp109 virtual bool runOnMachineFunction(MachineFunction &mf);
272 bool RABasic::runOnMachineFunction(MachineFunction &mf) { argument
275 << mf.getName() << '\n');
277 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 DVirtRegMap.cpp51 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) { argument
52 MRI = &mf.getRegInfo();
53 TII = mf.getTarget().getInstrInfo();
54 TRI = mf.getTarget().getRegisterInfo();
55 MF = &mf;
H A DLiveDebugVariables.cpp314 /// @param mf MachineFunction to be scanned.
316 bool collectDebugValues(MachineFunction &mf);
324 bool runOnMachineFunction(MachineFunction &mf);
457 bool LDVImpl::collectDebugValues(MachineFunction &mf) { argument
459 for (MachineFunction::iterator MFI = mf.begin(), MFE = mf.end(); MFI != MFE;
682 bool LDVImpl::runOnMachineFunction(MachineFunction &mf) { argument
683 MF = &mf;
686 TRI = mf.getTarget().getRegisterInfo();
688 LS.initialize(mf);
699 runOnMachineFunction(MachineFunction &mf) argument
[all...]
/external/skia/samplecode/
H A DSampleBigBlur.cpp32 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
36 paint.setMaskFilter(mf)->unref();
H A DSampleTextureDomain.cpp84 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
89 paint.setMaskFilter(mf)->unref();
97 mf = SkBlurMaskFilter::Create(
101 paint.setMaskFilter(mf)->unref();
H A DSampleBlur.cpp97 SkMaskFilter* mf = SkBlurMaskFilter::Create(20, local
100 paint.setMaskFilter(mf)->unref();
109 SkMaskFilter* mf = SkBlurMaskFilter::Create(4, local
112 paint.setMaskFilter(mf)->unref();
H A DSampleDrawLooper.cpp53 SkMaskFilter* mf = SkBlurMaskFilter::Create(SkIntToScalar(gParams[i].fBlur), local
55 paint->setMaskFilter(mf)->unref();
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
50 MF(mf), LIS(lis), Loops(loops) {}
H A DRegAllocPBQP.h127 MachineFunction *mf,
148 MachineFunction *mf,
/external/skia/gm/
H A Dblurs.cpp52 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
55 paint.setMaskFilter(mf)->unref();
66 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
71 paint.setMaskFilter(mf)->unref();
/external/icu4c/test/intltest/
H A Dmsfmrgts.cpp455 MessageFormat *mf = new MessageFormat(originalPattern, status); local
459 mf->applyPattern(illegalPattern, status);
463 if (!originalPattern.equals(mf.toPattern()))
464 errln("pattern after: \"" + mf.toPattern() + "\"");
466 delete mf;
481 MessageFormat *mf = new MessageFormat("", status); local
486 mf->applyPattern(pattern, status);
487 failure(status, "mf->applyPattern", TRUE);
492 Formattable *array = mf->parse(UnicodeString(""), pp, count);
518 delete mf;
529 MessageFormat *mf = new MessageFormat("<{0}>", status); local
563 MessageFormat *mf = new MessageFormat(originalPattern, status); local
697 MessageFormat *mf = new MessageFormat("", status); local
738 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); local
828 MessageFormat *mf = new MessageFormat("pattern", status); local
867 MessageFormat *mf = new MessageFormat(pat, status); local
[all...]
/external/clang/test/Analysis/
H A Dstack-addr-ps.cpp66 int *mf() { function
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp69 ScheduleDAGVLIW(MachineFunction &mf, argument
72 : ScheduleDAGSDNodes(mf), AvailableQueue(availqueue), AA(aa) {
74 const TargetMachine &tm = mf.getTarget();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DJarURLConnectionTest.java237 Manifest mf = juc.getManifest();
238 assertNotNull(mf);
240 assertEquals(mf,juc.getManifest());
241 assertNotSame(mf,juc.getManifest());
243 assertEquals(juc.getMainAttributes(),mf.getMainAttributes());
303 u = new URL("jar:"+BASE+"!/Manifest.mf");

Completed in 293 milliseconds

1234