HomeSort by relevance Sort by last modified time
    Searched refs:DVI (Results 1 - 25 of 40) sorted by null

1 2

  /hardware/interfaces/tv/input/1.0/
types.hal 39 DVI = 8,
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugInfoProbe.cpp 82 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
83 Addr = DVI->getValue();
84 Node = DVI->getVariable();
133 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
134 Addr = DVI->getValue();
135 Node = DVI->getVariable();
  /external/e2fsprogs/doc/
Makefile.in 14 DVI=texi2dvi --clean
20 all:: libext2fs.info libext2fs.dvi libext2fs.html
22 install-doc-libs: libext2fs.info libext2fs.dvi
40 libext2fs.dvi: $(srcdir)/libext2fs.texinfo
42 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
44 libext2fs.ps: libext2fs.dvi
46 -$(Q) $(DVIPS) libext2fs.dvi
72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
  /external/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
101 DIVariable Var(DVI->getVariable());
  /external/llvm/include/llvm/IR/
DebugInfo.h 66 void processValue(const Module &M, const DbgValueInst *DVI);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 304 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
305 if (DVI->getValue())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 78 void processValue(const Module &M, const DbgValueInst *DVI);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 78 void processValue(const Module &M, const DbgValueInst *DVI);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 78 void processValue(const Module &M, const DbgValueInst *DVI);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 78 void processValue(const Module &M, const DbgValueInst *DVI);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 78 void processValue(const Module &M, const DbgValueInst *DVI);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 78 void processValue(const Module &M, const DbgValueInst *DVI);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 78 void processValue(const Module &M, const DbgValueInst *DVI);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 78 void processValue(const Module &M, const DbgValueInst *DVI);
  /external/llvm/lib/IR/
DebugInfo.cpp 173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) {
174 auto *N = dyn_cast<MDNode>(DVI->getVariable());
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 110 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
115 OS << " [debug variable = " << DVI->getVariable()->getName() << "]";
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 648 for (DbgValueVector::iterator DVI = DbgValues.begin(),
649 DVE = DbgValues.end(); DVI != DVE; ++DVI)
650 if (DVI->second == Q->second->getParent())
651 UpdateDbgValue(*DVI->first, AntiDepReg, NewReg);
AggressiveAntiDepBreaker.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.cpp 630 for (DbgValueVector::iterator DVI = DbgValues.begin(),
631 DVE = DbgValues.end(); DVI != DVE; ++DVI)
632 if (DVI->second == Q->second->getParent())
633 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);
AggressiveAntiDepBreaker.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/ImageMagick/MagickCore/
vms.c 266 item_list[0].ile3$w_code=DVI$_DEVCLASS;
  /external/e2fsprogs/lib/et/
Makefile.in 62 DVI=texi2dvi
68 com_err.ps : com_err.dvi
69 com_err.dvi: com_err.texinfo
75 com_err.dvi: $(srcdir)/com_err.texinfo
77 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
79 com_err.ps: com_err.dvi
81 -$(Q) $(DVIPS) com_err.dvi
155 $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln \
  /external/autotest/client/cros/multimedia/
display_facade_adapter.py 347 @param connector_type: A string, like "VGA", "DVI", "HDMI", or "DP".
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 360 @param connector_type: A string, like "VGA", "DVI", "HDMI", or "DP".

Completed in 462 milliseconds

1 2