Home
last modified time | relevance | path

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

12

/minix/external/bsd/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp103 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
104 DIVariable Var(DVI->getVariable()); in printInfoComment()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp648 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
649 DVE = DbgValues.end(); DVI != DVE; ++DVI) in BreakAntiDependencies()
650 if (DVI->second == Q->second->getParent()) in BreakAntiDependencies()
651 UpdateDbgValue(DVI->first, AntiDepReg, NewReg); in BreakAntiDependencies()
H A DAggressiveAntiDepBreaker.cpp927 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
928 DVE = DbgValues.end(); DVI != DVE; ++DVI) in BreakAntiDependencies()
929 if (DVI->second == Q->second.Operand->getParent()) in BreakAntiDependencies()
930 UpdateDbgValue(DVI->first, AntiDepReg, NewReg); in BreakAntiDependencies()
H A DCodeGenPrepare.cpp4324 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in PlaceDbgValues() local
4330 if (!DVI || (DVI->getValue() && isa<AllocaInst>(DVI->getValue()))) { in PlaceDbgValues()
4335 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue()); in PlaceDbgValues()
4337 DEBUG(dbgs() << "Moving Debug Value before :\n" << *DVI << ' ' << *VI); in PlaceDbgValues()
4338 DVI->removeFromParent(); in PlaceDbgValues()
4340 DVI->insertBefore(VI->getParent()->getFirstInsertionPt()); in PlaceDbgValues()
4342 DVI->insertAfter(VI); in PlaceDbgValues()
/minix/external/bsd/file/dist/magic/magdir/
H A Dtex6 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
10 # Although we may know the offset of certain text fields in TeX DVI
13 0 string \367\002 TeX DVI file
H A Dtroff28 >4 search/1 dvi for DVI
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp288 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local
289 if (DVI->getValue()) in isInstructionTriviallyDead()
985 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local
986 if (DVI->getValue() == I->getOperand(0) && in LdStHasDebugValue()
987 DVI->getOffset() == 0 && in LdStHasDebugValue()
988 DVI->getVariable() == DIVar) in LdStHasDebugValue()
H A DInlineFunction.cpp872 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in fixupLineNumbers() local
875 DVI->setOperand(2, MetadataAsValue::get( in fixupLineNumbers()
876 Ctx, createInlinedVariable(DVI->getVariable(), in fixupLineNumbers()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1076 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in run() local
1077 DVIs.push_back(DVI); in run()
1090 DbgValueInst *DVI = *I; in run() local
1091 DVI->eraseFromParent(); in run()
1113 DbgValueInst *DVI = *I; in updateDebugInfo() local
1130 Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
1131 DIExpression(DVI->getExpression()), Inst); in updateDebugInfo()
1132 DbgVal->setDebugLoc(DVI->getDebugLoc()); in updateDebugInfo()
H A DSROA.cpp1099 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in run() local
1100 DVIs.push_back(DVI); in run()
1149 for (DbgValueInst *DVI : DVIs) { in updateDebugInfo()
1166 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()), in updateDebugInfo()
1167 DIExpression(DVI->getExpression()), Inst); in updateDebugInfo()
1168 DbgVal->setDebugLoc(DVI->getDebugLoc()); in updateDebugInfo()
/minix/external/bsd/bind/dist/doc/arm/
H A DREADME-SGML224 To convert the resulting TeX file in to a DVI file you need to do:
233 generating the PDF and DVI output. These substitute the correct paths
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1111 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() argument
1112 MDNode *N = dyn_cast<MDNode>(DVI->getVariable()); in processValue()
/minix/external/bsd/nvi/dist/dist/
H A DMakefile.am285 VI=-DVI=\"$(bindir)/`echo vi-ipc | sed '$(transform)'`\"
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h1041 void processValue(const Module &M, const DbgValueInst *DVI);
/minix/share/misc/
H A Dacronyms.comp367 DVI device independent
368 DVI Digital Visual Interface
/minix/external/bsd/bind/dist/doc/doxygen/
H A DDoxyfile.in960 # to generate PDF and DVI output from the Perl module output.
/minix/crypto/external/bsd/netpgp/dist/doc/
H A Ddoxygen-user.cfg918 # to generate PDF and DVI output from the Perl module output.
/minix/external/bsd/llvm/dist/clang/docs/
H A Ddoxygen.cfg.in986 # to generate PDF and DVI output from the Perl module output.
/minix/external/bsd/llvm/dist/llvm/docs/
H A Ddoxygen.cfg.in1309 # to generate PDF and DVI output from the Perl module output.
/minix/crypto/external/bsd/libsaslc/dist/doc/
H A DDoxyfile1295 # to generate PDF and DVI output from the Perl module output.
/minix/share/mk/
H A Dbsd.README878 TOOL_ROFF_DVI Generate DVI groff output. [${TOOL_GROFF} -Tdvi]
/minix/external/bsd/dhcp/dist/doc/devel/
H A Ddoxyfile.in1442 # to generate PDF and DVI output from the Perl module output.
/minix/external/bsd/flex/dist/doc/
H A Dtexinfo.tex1132 be supported due to the design of the PDF format; use regular TeX (DVI
2584 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
2609 \unhbox0\ (\urefcode{#1})% DVI: 2nd arg given, show both it and url
/minix/minix/lib/liblwip/dist/doc/doxygen/
H A Dlwip.Doxyfile1989 # Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
/minix/external/gpl2/gmake/patches/
H A D0000-gmake-nbsd.patch7372 - Program to make TeX DVI files from TeX source; default `tex'.
7375 - Program to make TeX DVI files from Texinfo source; default
9239 - should normally be included in the distribution, and DVI files
9437 - Here's an example rule for generating DVI files from Texinfo:

12