HomeSort by relevance Sort by last modified time
    Searched defs:DF (Results 1 - 17 of 17) sorted by null

  /external/llvm/utils/fpcmp/
fpcmp.cpp 36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance,
40 return DF;
  /external/llvm/lib/Analysis/
RegionInfo.cpp 101 DF = DF_;
132 auto DF = &getAnalysis<DominanceFrontier>();
134 RI.recalculate(F, DT, PDT, DF);
  /external/llvm/lib/CodeGen/
MachineRegionInfo.cpp 60 DF = DF_;
86 auto DF = &getAnalysis<MachineDominanceFrontier>();
88 RI.recalculate(F, DT, PDT, DF);
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 46 MCDataFragment *DF = getOrCreateDataFragment();
55 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
56 DF->getFixups().push_back(Fixups[i]);
59 DF->getContents().append(Code.begin(), Code.end());
195 MCDataFragment *DF = getOrCreateDataFragment();
197 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2);
198 DF->getFixups().push_back(Fixup);
199 DF->getContents().resize(DF->getContents().size() + 2, 0);
203 MCDataFragment *DF = getOrCreateDataFragment()
    [all...]
MCELFStreamer.cpp 47 void MCELFStreamer::mergeFragment(MCDataFragment *DF,
58 Assembler, EF, DF->getContents().size(), FSize);
73 DF->getContents().append(Code.begin(), Code.end());
77 flushPendingLabels(DF, DF->getContents().size());
81 DF->getContents().size());
82 DF->getFixups().push_back(EF->getFixups()[i]);
84 DF->setHasInstructions(true);
85 DF->getContents().append(EF->getContents().begin(), EF->getContents().end());
498 MCDataFragment *DF;
    [all...]
MCMachOStreamer.cpp 435 MCDataFragment *DF = getOrCreateDataFragment();
444 Fixup.setOffset(Fixup.getOffset() + DF->getContents().size());
445 DF->getFixups().push_back(Fixup);
447 DF->getContents().append(Code.begin(), Code.end());
MCObjectStreamer.cpp 127 MCDataFragment *DF = getOrCreateDataFragment();
128 flushPendingLabels(DF, DF->getContents().size());
138 DF->getFixups().push_back(
139 MCFixup::create(DF->getContents().size(), Value,
141 DF->getContents().resize(DF->getContents().size() + Size, 0);
369 MCDataFragment *DF = getOrCreateDataFragment();
370 flushPendingLabels(DF, DF->getContents().size())
    [all...]
MCAssembler.cpp 438 const MCFixup &Fixup, const MCFragment *DF,
470 *this, SA, *DF, false, true);
497 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset();
507 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
829 const MCDataFragment &DF = cast<MCDataFragment>(F);
830 assert(DF.fixup_begin() == DF.fixup_end() &&
832 for (unsigned i = 0, e = DF.getContents().size(); i != e; ++i)
833 if (DF.getContents()[i]) {
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.c 112 #define DF(r) OP (0, RX_Operand_Flag, flagmap[r], 0)
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 681 DomFrontierT *DF;
847 DominanceFrontier *DF);
    [all...]
  /external/mksh/src/
main.c 1346 #ifdef DF
1357 #ifdef DF
1365 #ifdef DF
1384 DF("=== open ===");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 865 enum DF
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 623 milliseconds