HomeSort by relevance Sort by last modified time
    Searched refs:mf (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 65 ScheduleDAGList(MachineFunction &mf,
67 : ScheduleDAGSDNodes(mf), AvailableQueue(availqueue) {
69 const TargetMachine &tm = mf.getTarget();
264 return new ScheduleDAGList(*IS->MF, new LatencyPriorityQueue());
ScheduleDAGSDNodes.h 41 explicit ScheduleDAGSDNodes(MachineFunction &mf);
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 127 MachineFunction *mf,
148 MachineFunction *mf,
  /external/llvm/lib/CodeGen/
InterferenceCache.h 25 MachineFunction *MF;
49 /// MF - The current function.
50 MachineFunction *MF;
76 void clear(MachineFunction *mf, SlotIndexes *indexes) {
79 MF = mf;
98 const MachineFunction *MF);
127 InterferenceCache() : TRI(0), LIUArray(0), Indexes(0), MF(0), RoundRobin(0) {}
RegisterClassInfo.cpp 27 RegisterClassInfo::RegisterClassInfo() : Tag(0), MF(0), TRI(0), CalleeSaved(0)
30 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) {
32 MF = &mf;
35 if (MF->getTarget().getRegisterInfo() != TRI) {
36 TRI = MF->getTarget().getRegisterInfo();
41 // Does this MF have different CSRs?
42 const unsigned *CSR = TRI->getCalleeSavedRegs(MF);
57 BitVector RR = TRI->getReservedRegs(*MF);
84 ArrayRef<unsigned> RawOrder = RC->getRawAllocationOrder(*MF);
    [all...]
RenderMachineFunction.cpp 1 //===-- llvm/CodeGen/RenderMachineFunction.cpp - MF->HTML -----s-----------===//
194 void MFRenderingOptions::setup(MachineFunction *mf,
198 this->mf = mf;
223 mfNamesToRender.find(mf->getFunction()->getName()) !=
313 void TargetRegisterExtraInfo::setup(MachineFunction *mf,
317 this->mf = mf;
437 unsigned capacity = trc->getRawAllocationOrder(*mf).size();
484 if (trc->getRawAllocationOrder(*mf).empty()
    [all...]
SpillPlacement.cpp 170 bool SpillPlacement::runOnMachineFunction(MachineFunction &mf) {
171 MF = &mf;
179 BlockFrequency.resize(mf.getNumBlockIDs());
180 for (MachineFunction::iterator I = mf.begin(), E = mf.end(); I != E; ++I) {
Splitter.cpp 277 mf = &fn;
278 mri = &mf->getRegInfo();
279 tii = mf->getTarget().getInstrInfo();
280 tri = mf->getTarget().getRegisterInfo();
286 fqn = mf->getFunction()->getParent()->getModuleIdentifier() + "." +
287 mf->getFunction()->getName().str();
289 dbgs() << "Splitting " << mf->getFunction()->getName() << ".";
344 for (MachineFunction::iterator bbItr = mf->begin(), bbEnd = mf->end();
427 if (headerItr == mf->begin()
    [all...]
VirtRegMap.cpp 55 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) {
56 MRI = &mf.getRegInfo();
57 TII = mf.getTarget().getInstrInfo();
58 TRI = mf.getTarget().getRegisterInfo();
59 MF = &mf;
79 ImplicitDefed.resize(MF->getRegInfo().getNumVirtRegs());
85 TRI->getAllocatableSet(mf, *I)));
93 unsigned NumRegs = MF->getRegInfo().getNumVirtRegs();
104 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize()
    [all...]
LiveDebugVariables.cpp 283 MachineFunction *MF;
314 /// @param mf MachineFunction to be scanned.
316 bool collectDebugValues(MachineFunction &mf);
324 bool runOnMachineFunction(MachineFunction &mf);
374 userValues[i]->print(OS, &MF->getTarget());
457 bool LDVImpl::collectDebugValues(MachineFunction &mf) {
459 for (MachineFunction::iterator MFI = mf.begin(), MFE = mf.end(); MFI != MFE;
659 userValues[i]->computeIntervals(MF->getRegInfo(), *LIS, *MDT, UVS);
664 bool LDVImpl::runOnMachineFunction(MachineFunction &mf) {
    [all...]
Splitter.h 52 MachineFunction *mf; member in class:llvm::LoopSplitter
InterferenceCache.cpp 24 void InterferenceCache::init(MachineFunction *mf,
28 MF = mf;
33 Entries[i].clear(mf, indexes);
54 Entries[E].reset(PhysReg, LIUArray, TRI, MF);
74 const MachineFunction *MF) {
79 Blocks.resize(MF->getNumBlockIDs());
122 MachineFunction::const_iterator MFI = MF->getBlockNumbered(MBBNum);
145 if (++MFI == MF->end())
CallingConvLower.cpp 26 CCState::CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf,
29 : CallingConv(CC), IsVarArg(isVarArg), MF(mf), TM(tm),
52 if (MF.getFrameInfo()->getMaxAlignment() < Align)
53 MF.getFrameInfo()->setMaxAlignment(Align);
  /system/core/libmincrypt/tools/
Android.mk 20 LOCAL_JAR_MANIFEST := DumpPublicKey.mf
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
JarURLConnectionTest.java 237 Manifest mf = juc.getManifest(); local
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");
  /cts/tools/cts-api-coverage/src/
Android.mk 24 LOCAL_JAR_MANIFEST := MANIFEST.mf
  /cts/tools/cts-native-xml-generator/src/
Android.mk 23 LOCAL_JAR_MANIFEST := MANIFEST.mf
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 27 MipsMCInstLower::MipsMCInstLower(Mangler *mang, const MachineFunction &mf,
29 : Ctx(mf.getContext()), Mang(mang), AsmPrinter(asmprinter) {}
  /external/skia/samplecode/
SampleXfermodesBlur.cpp 42 SkMaskFilter* mf = SkBlurMaskFilter::Create(5, SkBlurMaskFilter::kNormal_BlurStyle, 0); local
43 p.setMaskFilter(mf)->unref();
SampleStrokePath.cpp 163 SkMaskFilter* mf; local
167 mf = SkBlurMaskFilter::Create(radius, gStyle[x - 1]);
168 paint.setMaskFilter(mf)->unref();
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 297 MessageFormat mf = new MessageFormat("{0,number,integer}"); local
300 mf.applyPattern(badpattern);
660 MessageFormat mf = new MessageFormat("vm={0},{1},{2}"); local
661 result = mf.parse("vm=win,foo,bar", new ParsePosition(0));
665 mf = new MessageFormat("{0}; {0}; {0}");
667 result = mf.parse(parse, new ParsePosition(0));
670 mf = new MessageFormat("before {0}, after {1,number}");
674 result = mf.parse(parse, pos);
698 MessageFormat mf = new MessageFormat(pattern); local
699 assertTrue("Wrong pattern", mf.toPattern().equals(pattern))
752 MessageFormat mf = new MessageFormat("{0,number,#,####}", Locale.US); local
    [all...]
  /external/elfutils/
config.status     [all...]
  /external/grub/
config.status     [all...]
  /external/zlib/watcom/
watcom_f.mak 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
  /external/bison/
config.status     [all...]

Completed in 891 milliseconds

12 3 4 5