Searched refs:DVI (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/doc/
H A DMakefile.in14 DVI=texi2dvi
41 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
101 DIVariable Var(DVI->getVariable());
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp625 for (DbgValueVector::iterator DVI = DbgValues.begin(),
626 DVE = DbgValues.end(); DVI != DVE; ++DVI)
627 if (DVI->second == Q->second->getParent())
628 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);
H A DAggressiveAntiDepBreaker.cpp927 for (DbgValueVector::iterator DVI = DbgValues.begin(),
928 DVE = DbgValues.end(); DVI != DVE; ++DVI)
929 if (DVI->second == Q->second.Operand->getParent())
930 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1348 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); local
1349 if (!DVI) {
1354 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue());
1356 DEBUG(dbgs() << "Moving Debug Value before :\n" << *DVI << ' ' << *VI);
1357 DVI->removeFromParent();
1359 DVI->insertBefore(VI->getParent()->getFirstInsertionPt());
1361 DVI->insertAfter(VI);
H A DScalarReplAggregates.cpp1063 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI))
1064 DVIs.push_back(DVI);
1076 DbgValueInst *DVI = *I; local
1077 DVI->eraseFromParent();
1099 DbgValueInst *DVI = *I; local
1116 DIB->insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()),
1118 DbgVal->setDebugLoc(DVI->getDebugLoc());
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp469 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
472 DVI->setOperand(2, createInlinedVariable(DVI->getVariable(),
H A DLocal.cpp249 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
250 if (DVI->getValue())
/external/grub/docs/
H A Dtexinfo.tex1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url

Completed in 181 milliseconds