Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DSpiller.cpp54 MachineFunction *mf; member in __anon9637ed540211::SpillerBase
63 SpillerBase(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) in SpillerBase()
179 TrivialSpiller(MachineFunctionPass &pass, MachineFunction &mf, in TrivialSpiller()
196 MachineFunction *mf; member in __anon9637ed540411::StandardSpiller
202 StandardSpiller(MachineFunctionPass &pass, MachineFunction &mf, in StandardSpiller()
233 MachineFunction &mf, in createSpiller()
DRegisterClassInfo.cpp30 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
DInterferenceCache.cpp21 void InterferenceCache::init(MachineFunction *mf, in init()
DRegAllocPBQP.cpp127 MachineFunction *mf; member in __anone62d12350111::RegAllocPBQP
192 std::auto_ptr<PBQPRAProblem> PBQPBuilder::build(MachineFunction *mf, in build()
338 MachineFunction *mf, in build()
DInterferenceCache.h76 void clear(MachineFunction *mf, SlotIndexes *indexes) { in clear()
DCallingConvLower.cpp26 CCState::CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, in CCState()
DLiveDebugVariables.cpp419 bool LDVImpl::collectDebugValues(MachineFunction &mf) { in collectDebugValues()
621 bool LDVImpl::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
637 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
/external/skia/gm/
Dblurs.cpp49 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDraw() local
63 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDraw() 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/icu4c/test/intltest/
Dmsfmrgts.cpp453 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4114743() local
479 MessageFormat *mf = new MessageFormat("", status); in Test4116444() local
527 MessageFormat *mf = new MessageFormat("<{0}>", status); in Test4114739() local
561 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4113018() local
695 MessageFormat *mf = new MessageFormat("", status); in Test4118592() local
736 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); in Test4118594() local
826 MessageFormat *mf = new MessageFormat("pattern", status); in Test4120552() local
865 MessageFormat *mf = new MessageFormat(pat, status); in Test4142938() local
/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/
DSampleBlur.cpp90 SkMaskFilter* mf = SkBlurMaskFilter::Create(20, in onDraw() local
102 SkMaskFilter* mf = SkBlurMaskFilter::Create(4, in onDraw() local
DSampleDrawLooper.cpp46 SkMaskFilter* mf = SkBlurMaskFilter::Create(SkIntToScalar(gParams[i].fBlur), in LooperView() local
DSampleStrokePath.cpp163 SkMaskFilter* mf; in onDrawContent() local
DSampleXfermodesBlur.cpp42 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/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp27 MipsMCInstLower::MipsMCInstLower(Mangler *mang, const MachineFunction &mf, in MipsMCInstLower()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGList.cpp65 ScheduleDAGList(MachineFunction &mf, in ScheduleDAGList()
/external/clang/test/Analysis/
Dstack-addr-ps.cpp66 int *mf() { in mf() function
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DJarURLConnectionTest.java237 Manifest mf = juc.getManifest(); in test_getManifest() local
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DManifestTest.java148 Manifest mf = new Manifest(bis); in testStreamConstructor() local

12