/external/e2fsprogs/doc/ |
D | Makefile.in | 14 DVI=texi2dvi 42 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
|
/external/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 647 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local 648 DVE = DbgValues.end(); DVI != DVE; ++DVI) in BreakAntiDependencies() 649 if (DVI->second == Q->second->getParent()) in BreakAntiDependencies() 650 UpdateDbgValue(DVI->first, AntiDepReg, NewReg); in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.cpp | 938 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local 939 DVE = DbgValues.end(); DVI != DVE; ++DVI) in BreakAntiDependencies() 940 if (DVI->second == Q.second.Operand->getParent()) in BreakAntiDependencies() 941 UpdateDbgValue(DVI->first, AntiDepReg, NewReg); in BreakAntiDependencies()
|
D | CodeGenPrepare.cpp | 5240 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in placeDbgValues() local 5246 if (!DVI || (DVI->getValue() && isa<AllocaInst>(DVI->getValue()))) { in placeDbgValues() 5251 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue()); in placeDbgValues() 5257 DEBUG(dbgs() << "Moving Debug Value before :\n" << *DVI << ' ' << *VI); in placeDbgValues() 5258 DVI->removeFromParent(); in placeDbgValues() 5260 DVI->insertBefore(&*VI->getParent()->getFirstInsertionPt()); in placeDbgValues() 5262 DVI->insertAfter(VI); in placeDbgValues()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 104 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local 109 OS << " [debug variable = " << DVI->getVariable()->getName() << "]"; in printInfoComment()
|
/external/e2fsprogs/lib/et/ |
D | Makefile.in | 63 DVI=texi2dvi 78 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 229 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() argument 230 auto *N = dyn_cast<MDNode>(DVI->getVariable()); in processValue()
|
D | Verifier.cpp | 3852 if (auto *DVI = dyn_cast<DbgValueInst>(&I)) { in verifyBitPieceExpression() local 3853 V = dyn_cast_or_null<DILocalVariable>(DVI->getRawVariable()); in verifyBitPieceExpression() 3854 E = dyn_cast_or_null<DIExpression>(DVI->getRawExpression()); in verifyBitPieceExpression()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 79 void processValue(const Module &M, const DbgValueInst *DVI);
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 303 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local 304 if (DVI->getValue()) in isInstructionTriviallyDead() 1027 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local 1028 if (DVI->getValue() == I->getOperand(0) && in LdStHasDebugValue() 1029 DVI->getOffset() == 0 && in LdStHasDebugValue() 1030 DVI->getVariable() == DIVar) in LdStHasDebugValue()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1068 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in run() local 1069 DVIs.push_back(DVI); in run() 1082 DbgValueInst *DVI = *I; in run() local 1083 DVI->eraseFromParent(); in run() 1105 DbgValueInst *DVI = *I; in updateDebugInfo() local 1121 DIB->insertDbgValueIntrinsic(Arg, 0, DVI->getVariable(), in updateDebugInfo() 1122 DVI->getExpression(), DVI->getDebugLoc(), in updateDebugInfo()
|
/external/mesa3d/src/egl/docs/ |
D | EGL_MESA_screen_surface | 216 two RAMDACs but three ports (VGA, DVI, TV).
|
/external/srtp/doc/ |
D | Doxyfile | 779 # to generate PDF and DVI output from the Perl module output.
|
/external/xmlrpcpp/src/ |
D | Doxyfile | 778 # to generate PDF and DVI output from the Perl module output.
|
/external/bison/doc/ |
D | Doxyfile.in | 819 # to generate PDF and DVI output from the Perl module output.
|
/external/libmtp/doc/ |
D | Doxyfile.in | 891 # to generate PDF and DVI output from the Perl module output.
|
/external/libvorbis/doc/ |
D | Doxyfile.in | 876 # to generate PDF and DVI output from the Perl module output.
|
/external/mesa3d/doxygen/ |
D | common.doxy | 887 # to generate PDF and DVI output from the Perl module output.
|
D | gallium.doxy | 991 # to generate PDF and DVI output from the Perl module output.
|
/external/libdaemon/doc/ |
D | doxygen.conf.in | 893 # to generate PDF and DVI output from the Perl module output.
|
/external/libexif/doc/ |
D | Doxyfile.in | 919 # to generate PDF and DVI output from the Perl module output.
|
D | Doxyfile-internals.in | 919 # to generate PDF and DVI output from the Perl module output.
|
/external/libnl/doc/ |
D | Doxyfile.in | 967 # to generate PDF and DVI output from the Perl module output.
|
/external/libusb/doc/ |
D | doxygen.cfg.in | 989 # to generate PDF and DVI output from the Perl module output.
|
/external/libvpx/libvpx/ |
D | libs.doxy_template | 991 # to generate PDF and DVI output from the Perl module output.
|