Searched defs:DF (Results 1 - 18 of 18) sorted by relevance

/external/llvm/utils/fpcmp/
H A Dfpcmp.cpp36 int DF = DiffFilesWithTolerance(sys::PathWithStatus(File1), local
41 return DF;
/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h96 const MCFixup &Fixup, const MCFragment *DF,
123 const MCInstFragment *DF,
94 processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value, bool &IsResolved) argument
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp57 const MCInstFragment *DF,
91 const MCInstFragment *DF,
89 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCInstFragment *DF, const MCAsmLayout &Layout) const argument
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp208 const MCInstFragment *DF,
206 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCInstFragment *DF, const MCAsmLayout &Layout) const argument
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h575 DominanceFrontier *DF; member in class:llvm::RegionInfo
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp408 MCDataFragment *DF = getOrCreateDataFragment(); local
418 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
419 DF->addFixup(Fixups[i]);
421 DF->getContents().append(Code.begin(), Code.end());
H A DMCObjectStreamer.cpp94 MCDataFragment *DF = getOrCreateDataFragment(); local
102 DF->addFixup(MCFixup::Create(DF->getContents().size(),
105 DF->getContents().resize(DF->getContents().size() + Size, 0);
259 MCDataFragment *DF = getOrCreateDataFragment(); local
261 DF->addFixup(MCFixup::Create(DF->getContents().size(), Value, FK_GPRel_4));
262 DF->getContents().resize(DF
267 MCDataFragment *DF = getOrCreateDataFragment(); local
[all...]
H A DMCPureStreamer.cpp211 MCDataFragment *DF = getOrCreateDataFragment(); local
221 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
222 DF->addFixup(Fixups[i]);
224 DF->getContents().append(Code.begin(), Code.end());
H A DMCELFStreamer.cpp469 MCDataFragment *DF = getOrCreateDataFragment(); local
482 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
483 DF->addFixup(Fixups[i]);
485 DF->getContents().append(Code.begin(), Code.end());
H A DWinCOFFStreamer.cpp298 MCDataFragment *DF = getOrCreateDataFragment(); local
300 DF->addFixup(MCFixup::Create(DF->getContents().size(),
303 DF->getContents().resize(DF->getContents().size() + 4, 0);
H A DMCAssembler.cpp248 const MCFixup &Fixup, const MCFragment *DF,
274 *DF, false, true);
301 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset();
311 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
442 MCDataFragment &DF = cast<MCDataFragment>(F); local
443 assert(FragmentSize == DF.getContents().size() && "Invalid size!");
444 OW->WriteBytes(DF.getContents().str());
516 MCDataFragment &DF = cast<MCDataFragment>(*it); local
517 assert(DF.fixup_begin() == DF
247 evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value) const argument
623 MCDataFragment *DF = dyn_cast<MCDataFragment>(it2); local
652 fixupNeedsRelaxation(const MCFixup &Fixup, const MCInstFragment *DF, const MCAsmLayout &Layout) const argument
736 relaxDwarfLineAddr(MCAsmLayout &Layout, MCDwarfLineAddrFragment &DF) argument
753 relaxDwarfCallFrameFragment(MCAsmLayout &Layout, MCDwarfCallFrameFragment &DF) argument
870 const MCDataFragment *DF = cast<MCDataFragment>(this); local
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp93 const MCInstFragment *DF,
91 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCInstFragment *DF, const MCAsmLayout &Layout) const argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp115 const MCInstFragment *DF,
257 const MCInstFragment *DF,
255 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCInstFragment *DF, const MCAsmLayout &Layout) const argument
H A DX86BaseInfo.h326 // D8-DF - These escape opcodes are used by the floating point unit. These
331 DE = 9 << Op0Shift, DF = 10 << Op0Shift, enumerator in enum:llvm::X86II::__anon9007
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp113 const MCFixup &Fixup, const MCFragment *DF,
121 const MCInstFragment *DF,
164 const MCInstFragment *DF,
521 const MCFragment *DF,
162 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCInstFragment *DF, const MCAsmLayout &Layout) const argument
518 processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value, bool &IsResolved) argument
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp48 MAP(DF, 55)
77 DC = 7, DD = 8, DE = 9, DF = 10, enumerator in enum:X86Local::__anon9344
924 case X86Local::DF:
/external/qemu/target-i386/
H A Dexec.h46 #define DF (env->df) macro
273 return env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
280 DF = 1 - (2 * ((eflags >> 10) & 1));
/external/llvm/lib/Linker/
H A DLinkModules.cpp819 // Any uses of DF need to change to NewDF, with cast.
1276 Function *DF = cast<Function>(ValueMap[SF]); local
1278 if (!DF->use_empty()) {
1289 linkFunctionBody(DF, SF);
1309 Function *DF = cast<Function>(ValueMap[SF]); local
1310 if (DF->use_empty())
1311 DF->eraseFromParent();

Completed in 264 milliseconds