Home
last modified time | relevance | path

Searched defs:mf (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm/lib/CodeGen/
DSpiller.cpp53 MachineFunction *mf; member in __anon9b808eb50211::SpillerBase
62 SpillerBase(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) in SpillerBase()
172 TrivialSpiller(MachineFunctionPass &pass, MachineFunction &mf, in TrivialSpiller()
187 MachineFunction &mf, in createSpiller()
DRegisterClassInfo.cpp34 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { in runOnMachineFunction()
DEdgeBundles.cpp39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
DRenderMachineFunction.h117 MachineFunction *mf; variable
245 MachineFunction *mf; variable
DVirtRegMap.cpp50 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
DRegAllocPBQP.cpp131 MachineFunction *mf; member in __anone946b8360111::RegAllocPBQP
193 std::auto_ptr<PBQPRAProblem> PBQPBuilder::build(MachineFunction *mf, in build()
373 MachineFunction *mf, in build()
DInterferenceCache.cpp25 void InterferenceCache::init(MachineFunction *mf, in init()
DInterferenceCache.h80 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
DRegAllocBasic.cpp298 bool RABasic::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
/external/skia/gm/
Dblurs.cpp52 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDraw() local
66 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDraw() local
/external/icu4c/test/intltest/
Dmsfmrgts.cpp455 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4114743() local
481 MessageFormat *mf = new MessageFormat("", status); in Test4116444() local
529 MessageFormat *mf = new MessageFormat("<{0}>", status); in Test4114739() local
563 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4113018() local
697 MessageFormat *mf = new MessageFormat("", status); in Test4118592() local
738 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); in Test4118594() local
828 MessageFormat *mf = new MessageFormat("pattern", status); in Test4120552() local
867 MessageFormat *mf = new MessageFormat(pat, status); in Test4142938() local
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp5.cpp5 void mf() { } in mf() function in N::Y
Dp2.cpp4 template<class T> class Array { void mf() { } }; in mf() function in Array
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DMessageFormatTest.java297 MessageFormat mf = new MessageFormat("{0,number,integer}"); in test_applyPatternLjava_lang_String() local
660 MessageFormat mf = new MessageFormat("vm={0},{1},{2}"); in test_parseLjava_lang_StringLjava_text_ParsePosition() local
698 MessageFormat mf = new MessageFormat(pattern); in test_toPattern() local
752 MessageFormat mf = new MessageFormat("{0,number,#,####}", Locale.US); in test_parse() local
DChoiceFormatTest.java417 MessageFormat mf = new MessageFormat("CHOICE {1,choice}"); in test_toPattern() local
/external/skia/samplecode/
DSampleBigBlur.cpp32 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
DSampleBlur.cpp97 SkMaskFilter* mf = SkBlurMaskFilter::Create(20, in onDrawContent() local
109 SkMaskFilter* mf = SkBlurMaskFilter::Create(4, in onDrawContent() local
DSampleTextureDomain.cpp84 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
DSampleDrawLooper.cpp53 SkMaskFilter* mf = SkBlurMaskFilter::Create(SkIntToScalar(gParams[i].fBlur), in LooperView() local
DSampleStrokePath.cpp170 SkMaskFilter* mf; in onDrawContent() local
DSampleXfermodesBlur.cpp54 SkMaskFilter* mf = SkBlurMaskFilter::Create(5, SkBlurMaskFilter::kNormal_BlurStyle, 0); in draw_mode() local
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, in VirtRegAuxInfo()
/external/clang/test/Analysis/
Dstack-addr-ps.cpp66 int *mf() { in mf() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp69 ScheduleDAGVLIW(MachineFunction &mf, in ScheduleDAGVLIW()
/external/skia/bench/
DBlurBench.cpp62 SkMaskFilter* mf = SkBlurMaskFilter::Create(fRadius, fStyle, 0); in onDraw() local

123