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

/external/e2fsprogs/doc/
H A DMakefile.in14 DVI=texi2dvi
42 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp101 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
102 DIVariable Var(DVI->getVariable());
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp671 for (DbgValueVector::iterator DVI = DbgValues.begin(),
672 DVE = DbgValues.end(); DVI != DVE; ++DVI)
673 if (DVI->second == Q->second->getParent())
674 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);
H A DAggressiveAntiDepBreaker.cpp920 for (DbgValueVector::iterator DVI = DbgValues.begin(),
921 DVE = DbgValues.end(); DVI != DVE; ++DVI)
922 if (DVI->second == Q->second.Operand->getParent())
923 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);
H A DCodeGenPrepare.cpp3230 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); local
3236 if (!DVI || (DVI->getValue() && isa<AllocaInst>(DVI->getValue()))) {
3241 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue());
3243 DEBUG(dbgs() << "Moving Debug Value before :\n" << *DVI << ' ' << *VI);
3244 DVI->removeFromParent();
3246 DVI->insertBefore(VI->getParent()->getFirstInsertionPt());
3248 DVI->insertAfter(VI);
/external/e2fsprogs/lib/et/
H A DMakefile.in63 DVI=texi2dvi
78 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp285 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
286 if (DVI->getValue())
966 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI))
967 if (DVI->getValue() == I->getOperand(0) &&
968 DVI->getOffset() == 0 &&
969 DVI->getVariable() == DIVar)
H A DInlineFunction.cpp478 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
481 DVI->setOperand(2, createInlinedVariable(DVI->getVariable(),
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1070 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U))
1071 DVIs.push_back(DVI);
1083 DbgValueInst *DVI = *I; local
1084 DVI->eraseFromParent();
1106 DbgValueInst *DVI = *I; variable
1123 DIB->insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()),
1125 DbgVal->setDebugLoc(DVI->getDebugLoc());
H A DSROA.cpp823 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U))
824 DVIs.push_back(DVI);
876 DbgValueInst *DVI = *I; variable
893 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()),
895 DbgVal->setDebugLoc(DVI->getDebugLoc());
/external/llvm/lib/IR/
H A DDebugInfo.cpp1142 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { argument
1143 MDNode *N = dyn_cast<MDNode>(DVI->getVariable());
/external/llvm/include/llvm/IR/
H A DDebugInfo.h860 void processValue(const Module &M, const DbgValueInst *DVI);
/external/bison/build-aux/
H A Dtexinfo.tex1132 be supported due to the design of the PDF format; use regular TeX (DVI
2569 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
2594 \unhbox0\ (\urefcode{#1})% DVI: 2nd arg given, show both it and url

Completed in 335 milliseconds