| /src/external/gpl3/gcc/dist/libgcc/config/rx/ |
| rx-lib.h | 2 #define DF SF
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rx/ |
| rx-lib.h | 2 #define DF SF
|
| /src/external/apache2/llvm/dist/llvm/utils/fpcmp/ |
| fpcmp.cpp | 35 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance, 39 return DF;
|
| /src/external/bsd/pcc/dist/pcc/arch/arm/ |
| table.c | 1827 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 1829 { UMUL, DF( UMUL ), }, 1831 { ASSIGN, DF(ASSIGN), }, 1833 { STASG, DF(STASG), }, 1835 { FLD, DF(FLD), }, 1837 { OPLEAF, DF(NAME), }, 1839 /* { INIT, DF(INIT), }, */ 1841 { OPUNARY, DF(UMINUS), }, 1843 { OPANY, DF(BITYPE), },
|
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| table.c | 1320 #define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 1322 { FLD, DF(FLD), },
|
| /src/external/bsd/pcc/dist/pcc/arch/nova/ |
| table.c | 1554 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 1556 { UMUL, DF( UMUL ), }, 1558 { ASSIGN, DF(ASSIGN), }, 1560 { STASG, DF(STASG), }, 1562 { FLD, DF(FLD), }, 1564 { OPLEAF, DF(NAME), }, 1566 { OPUNARY, DF(UMINUS), }, 1568 { OPANY, DF(BITYPE), },
|
| /src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| table.c | 1124 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 1126 { UMUL, DF( UMUL ), }, 1128 { ASSIGN, DF(ASSIGN), }, 1130 { OPLEAF, DF(NAME), }, 1132 { OPUNARY, DF(UMINUS), },
|
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| table.c | 1786 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 1788 { UMUL, DF( UMUL ), }, 1790 { ASSIGN, DF(ASSIGN), }, 1792 { STASG, DF(STASG), }, 1794 { FLD, DF(FLD), }, 1796 { OPLEAF, DF(NAME), }, 1798 /* { INIT, DF(INIT), }, */ 1800 { OPUNARY, DF(UMINUS), }, 1802 { OPANY, DF(BITYPE), },
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| DominanceFrontier.cpp | 40 : FunctionPass(ID), DF() { 45 DF.releaseMemory(); 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); 60 DF.print(OS); 83 DominanceFrontier DF; 84 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); 85 return DF;
|
| RegionInfo.cpp | 99 DF = DF_; 128 auto DF = &getAnalysis<DominanceFrontierWrapperPass>().getDominanceFrontier(); 130 RI.recalculate(F, DT, PDT, DF); 191 auto *DF = &AM.getResult<DominanceFrontierAnalysis>(F); 193 RI.recalculate(F, DT, PDT, DF);
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCXCOFFStreamer.cpp | 107 MCDataFragment *DF = getOrCreateDataFragment(&STI); 108 const size_t ContentsSize = DF->getContents().size(); 109 auto &DataFragmentFixups = DF->getFixups(); 115 DF->setHasInstructions(STI); 116 DF->getContents().append(Code.begin(), Code.end());
|
| MCWasmStreamer.cpp | 39 void MCWasmStreamer::mergeFragment(MCDataFragment *DF, MCDataFragment *EF) { 40 flushPendingLabels(DF, DF->getContents().size()); 44 DF->getContents().size()); 45 DF->getFixups().push_back(EF->getFixups()[I]); 47 if (DF->getSubtargetInfo() == nullptr && EF->getSubtargetInfo()) 48 DF->setHasInstructions(*EF->getSubtargetInfo()); 49 DF->getContents().append(EF->getContents().begin(), EF->getContents().end()); 171 MCDataFragment *DF = getOrCreateDataFragment(); 175 Fixups[I].setOffset(Fixups[I].getOffset() + DF->getContents().size()) [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| table.c | 1574 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 1576 { UMUL, DF( UMUL ), }, 1578 { ASSIGN, DF(ASSIGN), }, 1580 { STASG, DF(STASG), }, 1582 { FLD, DF(FLD), }, 1584 { OPLEAF, DF(NAME), }, 1586 /* { INIT, DF(INIT), }, */ 1588 { OPUNARY, DF(UMINUS), }, 1590 { OPANY, DF(BITYPE), },
|
| /src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| table.c | 823 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 825 { UMUL, DF( UMUL ), }, 827 { ASSIGN, DF(ASSIGN), }, 829 { STASG, DF(STASG), }, 831 { FLD, DF(FLD), }, 833 { OPLEAF, DF(NAME), }, 835 /* { INIT, DF(INIT), }, */ 837 { OPUNARY, DF(UMINUS), }, 839 { OPANY, DF(BITYPE), },
|
| /src/external/bsd/pcc/dist/pcc/arch/vax/ |
| table.c | 859 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 861 { UMUL, DF( UMUL ), }, 863 { ASSIGN, DF(ASSIGN), }, 865 { STASG, DF(STASG), }, 867 { OPLEAF, DF(NAME), }, 875 { OPUNARY, DF(UMINUS), }, 877 { OPANY, DF(BITYPE), },
|
| /src/external/gpl2/mkhybrid/dist/ |
| desktop.c | 2 ** make_desktop: create "Desktop DB" and "Desktop DF" files. 15 ** Desktop DF: Empty 35 #define DF "Desktop DF" 124 /* setup "Desktop DF" file as an empty file */ 128 /* create DF file (if it doesn't exist) - no need to open it */ 129 hfs_create(vol, DF, ent.type, ent.creator); 132 if (hfs_setattr(vol, DF, &ent) < 0)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCObjectStreamer.h | 47 MCDataFragment *DF; 49 : Sym(McSym), Fixup(McFixup), DF(F) {}
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineRegionInfo.cpp | 65 DF = DF_; 89 auto DF = &getAnalysis<MachineDominanceFrontier>(); 91 RI.recalculate(F, DT, PDT, DF);
|
| /src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| table.c | 991 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 993 { UMUL, DF( UMUL ), }, 995 { ASSIGN, DF(ASSIGN), }, 997 { STASG, DF(STASG), }, 999 { FLD, DF(FLD), }, 1001 { OPLEAF, DF(NAME), }, 1003 /* { INIT, DF(INIT), }, */ 1005 { OPUNARY, DF(UMINUS), }, 1007 { OPANY, DF(BITYPE), },
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| table.c | 1602 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 1604 { UMUL, DF( UMUL ), }, 1606 { ASSIGN, DF(ASSIGN), }, 1608 { STASG, DF(STASG), }, 1610 { FLD, DF(FLD), }, 1612 { OPLEAF, DF(NAME), }, 1614 /* { INIT, DF(INIT), }, */ 1616 { OPUNARY, DF(UMINUS), }, 1618 { OPANY, DF(BITYPE), },
|
| /src/external/bsd/pcc/dist/pcc/arch/i86/ |
| table.c | 1544 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 1546 { UMUL, DF( UMUL ), }, 1548 { ASSIGN, DF(ASSIGN), }, 1550 { STASG, DF(STASG), }, 1552 { FLD, DF(FLD), }, 1554 { OPLEAF, DF(NAME), }, 1556 /* { INIT, DF(INIT), }, */ 1558 { OPUNARY, DF(UMINUS), }, 1560 { OPANY, DF(BITYPE), },
|
| /src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| table.c | 987 # define DF(x) FORREW,SANY,TANY,SANY,TANY,REWRITE,x,"" 989 { UMUL, DF( UMUL ), }, 991 { ASSIGN, DF(ASSIGN), }, 993 { STASG, DF(STASG), }, 995 { FLD, DF(FLD), }, 997 { OPLEAF, DF(NAME), }, 999 /* { INIT, DF(INIT), }, */ 1001 { OPUNARY, DF(UMINUS), }, 1003 { OPANY, DF(BITYPE), },
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| DominanceFrontier.h | 156 DominanceFrontier DF; 163 DominanceFrontier &getDominanceFrontier() { return DF; } 164 const DominanceFrontier &getDominanceFrontier() const { return DF; }
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| PPCELFStreamer.cpp | 162 MCDataFragment *DF = static_cast<MCDataFragment *>(LabelSym->getFragment()); 163 assert(DF && "Expecting a valid data fragment."); 166 DF->getFixups().push_back(
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| RISCVMCExpr.cpp | 59 const auto *DF = dyn_cast_or_null<MCDataFragment>(AUIPCSymbol->getFragment()); 61 if (!DF) 65 if (DF->getContents().size() == Offset) { 66 DF = dyn_cast_or_null<MCDataFragment>(DF->getNextNode()); 67 if (!DF) 72 for (const MCFixup &F : DF->getFixups()) { 84 *DFOut = DF;
|