Home
last modified time | relevance | path

Searched defs:DF (Results 1 – 21 of 21) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/utils/fpcmp/
H A Dfpcmp.cpp36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance, in main() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DWinCOFFStreamer.cpp47 MCDataFragment *DF = getOrCreateDataFragment(); in EmitInstToData() local
162 MCDataFragment *DF = getOrCreateDataFragment(); in EmitCOFFSectionIndex() local
170 MCDataFragment *DF = getOrCreateDataFragment(); in EmitCOFFSecRel32() local
H A DMCObjectStreamer.cpp115 MCDataFragment *DF = getOrCreateDataFragment(); in EmitValueImpl() local
385 MCDataFragment *DF = getOrCreateDataFragment(); in EmitGPRel32Value() local
394 MCDataFragment *DF = getOrCreateDataFragment(); in EmitGPRel64Value() local
H A DMCAssembler.cpp473 const MCFixup &Fixup, const MCFragment *DF, in evaluateFixup()
821 const MCDataFragment &DF = cast<MCDataFragment>(*it); in writeSectionData() local
959 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
1034 MCDwarfLineAddrFragment &DF) { in relaxDwarfLineAddr()
1049 MCDwarfCallFrameFragment &DF) { in relaxDwarfCallFrameFragment()
1171 const MCDataFragment *DF = cast<MCDataFragment>(this); in dump() local
H A DMCMachOStreamer.cpp406 MCDataFragment *DF = getOrCreateDataFragment(); in EmitInstToData() local
H A DMCELFStreamer.cpp446 MCDataFragment *DF; in EmitInstToData() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp158 const MCFixup &Fixup, const MCFragment *DF, in processFixupValue()
196 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h65 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
H A DMipsAsmBackend.cpp398 const MCFragment *DF, in processFixupValue()
/minix3/minix/lib/libmagicrt/include/
H A Dmagic.h234 #define MAGIC_DFUNCTION_PREV(DF) ((DF)->prev) argument
235 #define MAGIC_DFUNCTION_HAS_PREV(DF) ((DF)->prev != NULL) argument
236 #define MAGIC_DFUNCTION_NEXT(DF) ((DF)->next) argument
237 #define MAGIC_DFUNCTION_HAS_NEXT(DF) ((DF)->next != NULL) argument
238 #define MAGIC_DFUNCTION_TO_FUNCTION(DF) (&((DF)->function)) argument
248 #define MAGIC_DFUNCTION_PRINT(DF, EXPAND_TYPE_STR) do { \ argument
800 #define MAGIC_MULTIPLE_LOCK(DS, DF, DSO, MP) \ argument
811 #define MAGIC_MULTIPLE_UNLOCK(DS, DF, DSO, MP) \ argument
822 #define MAGIC_MULTIPLE_LOCK_BLOCK(DS, DF, DSO, MP, BLOCK) \ argument
837 #define MAGIC_MULTIPLE_LOCK(DS, DF, DSO, MP) argument
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp134 const MCFixup &Fixup, const MCFragment *DF, in processFixupValue()
164 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h84 const MCFixup &Fixup, const MCFragment *DF, in processFixupValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DRegionInfo.cpp123 auto DF = &getAnalysis<DominanceFrontier>(); in runOnFunction() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp86 auto DF = &getAnalysis<MachineDominanceFrontier>(); in runOnMachineFunction() local
/minix3/bin/pax/
H A Doptions.h61 #define DF 0x000000008ULL macro
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp231 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
514 const MCFragment *DF, const MCValue &Target, uint64_t &Value, in processFixupValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp52 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp182 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
579 const MCFragment *DF, in processFixupValue()
H A DARMELFStreamer.cpp1189 MCDataFragment *DF = getOrCreateDataFragment(); in EmitPersonalityFixup() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp271 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2724 SmallSetVector<BasicBlock *, 4> DF; in addDeadBlock() local