Home
last modified time | relevance | path

Searched refs:DVI (Results 1 – 25 of 50) sorted by relevance

12

/external/e2fsprogs/doc/
DMakefile.in14 DVI=texi2dvi
41 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
101 DIVariable Var(DVI->getVariable()); in printInfoComment()
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp625 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
626 DVE = DbgValues.end(); DVI != DVE; ++DVI) in BreakAntiDependencies()
627 if (DVI->second == Q->second->getParent()) in BreakAntiDependencies()
628 UpdateDbgValue(DVI->first, AntiDepReg, NewReg); in BreakAntiDependencies()
DAggressiveAntiDepBreaker.cpp910 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
911 DVE = DbgValues.end(); DVI != DVE; ++DVI) in BreakAntiDependencies()
912 if (DVI->second == Q->second.Operand->getParent()) in BreakAntiDependencies()
913 UpdateDbgValue(DVI->first, AntiDepReg, NewReg); in BreakAntiDependencies()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp284 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local
285 if (DVI->getValue()) in isInstructionTriviallyDead()
968 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local
969 if (DVI->getValue() == I->getOperand(0) && in LdStHasDebugValue()
970 DVI->getOffset() == 0 && in LdStHasDebugValue()
971 DVI->getVariable() == DIVar) in LdStHasDebugValue()
DInlineFunction.cpp479 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in fixupLineNumbers() local
482 DVI->setOperand(2, createInlinedVariable(DVI->getVariable(), in fixupLineNumbers()
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp1990 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in PlaceDbgValues() local
1991 if (!DVI) { in PlaceDbgValues()
1996 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue()); in PlaceDbgValues()
1998 DEBUG(dbgs() << "Moving Debug Value before :\n" << *DVI << ' ' << *VI); in PlaceDbgValues()
1999 DVI->removeFromParent(); in PlaceDbgValues()
2001 DVI->insertBefore(VI->getParent()->getFirstInsertionPt()); in PlaceDbgValues()
2003 DVI->insertAfter(VI); in PlaceDbgValues()
DScalarReplAggregates.cpp1063 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI)) in run() local
1064 DVIs.push_back(DVI); in run()
1076 DbgValueInst *DVI = *I; in run() local
1077 DVI->eraseFromParent(); in run()
1099 DbgValueInst *DVI = *I; in updateDebugInfo() local
1116 DIB->insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
1118 DbgVal->setDebugLoc(DVI->getDebugLoc()); in updateDebugInfo()
DSROA.cpp749 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI)) in run() local
750 DVIs.push_back(DVI); in run()
781 DbgValueInst *DVI = *I; in updateDebugInfo() local
798 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
800 DbgVal->setDebugLoc(DVI->getDebugLoc()); in updateDebugInfo()
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
DREADME59 a program to print its DVI output files, and `texinfo.tex', the Texinfo
63 produces output files called DVI files. To print a typeset document,
64 you need a program to print DVI files. If your system has TeX
67 devices) is `dvips'. The DVI print command may require a file name
/external/llvm/lib/IR/
DDebugInfo.cpp1006 void DebugInfoFinder::processValue(const DbgValueInst *DVI) { in processValue() argument
1007 MDNode *N = dyn_cast<MDNode>(DVI->getVariable()); in processValue()
/external/llvm/include/llvm/
DDebugInfo.h735 void processValue(const DbgValueInst *DVI);
/external/chromium_org/third_party/mesa/src/src/egl/docs/
DEGL_MESA_screen_surface216 two RAMDACs but three ports (VGA, DVI, TV).
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface216 two RAMDACs but three ports (VGA, DVI, TV).
/external/srtp/doc/
DDoxyfile779 # to generate PDF and DVI output from the Perl module output.
/external/bison/doc/
DDoxyfile.in819 # to generate PDF and DVI output from the Perl module output.
/external/dropbear/libtomcrypt/
DDoxyfile887 # to generate PDF and DVI output from the Perl module output.
/external/libmtp/doc/
DDoxyfile.in891 # to generate PDF and DVI output from the Perl module output.
/external/mesa3d/doxygen/
Dcommon.doxy887 # to generate PDF and DVI output from the Perl module output.
/external/chromium_org/third_party/mesa/src/doxygen/
Dcommon.doxy887 # to generate PDF and DVI output from the Perl module output.
Dgallium.doxy991 # to generate PDF and DVI output from the Perl module output.
/external/libvorbis/doc/
DDoxyfile.in876 # to generate PDF and DVI output from the Perl module output.
/external/clang/docs/
Ddoxygen.cfg.in933 # to generate PDF and DVI output from the Perl module output.
/external/libexif/doc/
DDoxyfile-internals.in919 # to generate PDF and DVI output from the Perl module output.
DDoxyfile.in919 # to generate PDF and DVI output from the Perl module output.

12