Home
last modified time | relevance | path

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

12

/external/e2fsprogs/doc/
DMakefile.in14 DVI=texi2dvi
42 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp647 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()
DAggressiveAntiDepBreaker.cpp938 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()
DCodeGenPrepare.cpp5240 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/
Dllvm-dis.cpp104 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/
DMakefile.in63 DVI=texi2dvi
78 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
/external/llvm/lib/IR/
DDebugInfo.cpp229 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() argument
230 auto *N = dyn_cast<MDNode>(DVI->getVariable()); in processValue()
DVerifier.cpp3852 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/
DDebugInfo.h79 void processValue(const Module &M, const DbgValueInst *DVI);
/external/llvm/lib/Transforms/Utils/
DLocal.cpp303 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/
DScalarReplAggregates.cpp1068 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/
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/xmlrpcpp/src/
DDoxyfile778 # 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/libmtp/doc/
DDoxyfile.in891 # 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/mesa3d/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/libdaemon/doc/
Ddoxygen.conf.in893 # to generate PDF and DVI output from the Perl module output.
/external/libexif/doc/
DDoxyfile.in919 # to generate PDF and DVI output from the Perl module output.
DDoxyfile-internals.in919 # to generate PDF and DVI output from the Perl module output.
/external/libnl/doc/
DDoxyfile.in967 # to generate PDF and DVI output from the Perl module output.
/external/libusb/doc/
Ddoxygen.cfg.in989 # to generate PDF and DVI output from the Perl module output.
/external/libvpx/libvpx/
Dlibs.doxy_template991 # to generate PDF and DVI output from the Perl module output.

12