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

/freebsd-9.3-release/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
101 DIVariable Var(DVI->getVariable());
/freebsd-9.3-release/contrib/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.cpp910 for (DbgValueVector::iterator DVI = DbgValues.begin(),
911 DVE = DbgValues.end(); DVI != DVE; ++DVI)
912 if (DVI->second == Q->second.Operand->getParent())
913 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);
/freebsd-9.3-release/share/mk/
H A Dbsd.info.mk14 # DVIPS A program which convert a TeX DVI file to PostScript [dvips]
17 # converted from a TeX DVI file to ascii/latin1 [dvips2ascii]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp281 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
282 if (DVI->getValue())
960 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI))
961 if (DVI->getValue() == I->getOperand(0) &&
962 DVI->getOffset() == 0 &&
963 DVI->getVariable() == DIVar)
H A DInlineFunction.cpp480 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
483 DVI->setOperand(2, createInlinedVariable(DVI->getVariable(),
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1982 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); local
1983 if (!DVI) {
1988 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue());
1990 DEBUG(dbgs() << "Moving Debug Value before :\n" << *DVI << ' ' << *VI);
1991 DVI->removeFromParent();
1993 DVI->insertBefore(VI->getParent()->getFirstInsertionPt());
1995 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());
H A DSROA.cpp749 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI))
750 DVIs.push_back(DVI);
802 DbgValueInst *DVI = *I; local
819 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()),
821 DbgVal->setDebugLoc(DVI->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp1114 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { argument
1115 MDNode *N = dyn_cast<MDNode>(DVI->getVariable());
/freebsd-9.3-release/contrib/llvm/include/llvm/
H A DDebugInfo.h782 void processValue(const Module &M, const DbgValueInst *DVI);
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1879 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1994 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url

Completed in 205 milliseconds