Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp163 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue() argument
169 Value *V = DVI->getValue(); in diagnoseMisSizedDbgValue()
175 if (DVI->getExpression()->getNumElements()) in diagnoseMisSizedDbgValue()
180 Optional<uint64_t> DbgVarSize = DVI->getFragmentSizeInBits(); in diagnoseMisSizedDbgValue()
186 auto Signedness = DVI->getVariable()->getSignedness(); in diagnoseMisSizedDbgValue()
196 DVI->print(dbg()); in diagnoseMisSizedDbgValue()
256 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata() local
257 if (!DVI) in checkDebugifyMetadata()
261 (void)to_integer(DVI->getVariable()->getName(), Var, 10); in checkDebugifyMetadata()
263 bool HasBadSize = diagnoseMisSizedDbgValue(M, DVI); in checkDebugifyMetadata()
DBasicBlockUtils.cpp342 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan() local
343 DebugVariable Key(DVI->getVariable(), in removeRedundantDbgInstrsUsingBackwardScan()
344 DVI->getExpression(), in removeRedundantDbgInstrsUsingBackwardScan()
345 DVI->getDebugLoc()->getInlinedAt()); in removeRedundantDbgInstrsUsingBackwardScan()
351 ToBeRemoved.push_back(DVI); in removeRedundantDbgInstrsUsingBackwardScan()
389 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan() local
390 DebugVariable Key(DVI->getVariable(), in removeRedundantDbgInstrsUsingForwardScan()
392 DVI->getDebugLoc()->getInlinedAt()); in removeRedundantDbgInstrsUsingForwardScan()
397 VMI->second.first != DVI->getValue() || in removeRedundantDbgInstrsUsingForwardScan()
398 VMI->second.second != DVI->getExpression()) { in removeRedundantDbgInstrsUsingForwardScan()
[all …]
DLoopUtils.cpp627 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); in deleteDeadLoop() local
628 if (!DVI) in deleteDeadLoop()
630 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
633 DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
634 DeadDebugInst.push_back(DVI); in deleteDeadLoop()
647 for (auto *DVI : DeadDebugInst) in deleteDeadLoop() local
649 DVI->getVariable(), DVI->getExpression(), in deleteDeadLoop()
650 DVI->getDebugLoc(), InsertDbgValueBefore); in deleteDeadLoop()
DLocal.cpp383 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead() local
384 if (DVI->getValue()) in wouldInstructionBeTriviallyDead()
1221 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local
1222 if (DVI->getValue() == I->getOperand(0) && in LdStHasDebugValue()
1223 DVI->getVariable() == DIVar && in LdStHasDebugValue()
1224 DVI->getExpression() == DIExpr) in LdStHasDebugValue()
1239 for (auto *DVI : DbgValues) { in PhiHasDebugValue() local
1240 assert(DVI->getValue() == APN); in PhiHasDebugValue()
1241 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue()
1532 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues() local
[all …]
DLCSSA.cpp223 for (auto DVI : DbgValues) { in formLCSSAForInstructions() local
224 BasicBlock *UserBB = DVI->getParent(); in formLCSSAForInstructions()
233 DVI->setOperand(0, MetadataAsValue::get(Ctx, ValueAsMetadata::get(V))); in formLCSSAForInstructions()
DCodeExtractor.cpp1587 for (DbgVariableIntrinsic *DVI : DbgUsers) in extractCodeRegion()
1588 DVI->eraseFromParent(); in extractCodeRegion()
/third_party/e2fsprogs/doc/
DMakefile.in15 DVI=texi2dvi --clean
43 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
/third_party/python/Doc/library/
Daudioop.rst20 single: Intel/DVI ADPCM
21 single: ADPCM, Intel/DVI
25 This module provides support for a-LAW, u-LAW and Intel/DVI ADPCM encodings.
50 Decode an Intel/DVI ADPCM coded fragment to a linear fragment. See the
129 Convert samples to 4 bit Intel/DVI ADPCM encoding. ADPCM coding is an adaptive
131 and the next, divided by a (varying) step. The Intel/DVI ADPCM algorithm has
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp537 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(I)) { in runOnFunction() local
539 dyn_cast_or_null<AllocaInst>(DVI->getVariableLocation())) { in runOnFunction()
540 Allocas[AI].DbgVariableIntrinsics.push_back(DVI); in runOnFunction()
682 for (auto DVI : Info.DbgVariableIntrinsics) in runOnFunction() local
683 DVI->setArgOperand( in runOnFunction()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid.h9 DVI, enumerator
Dedid-parse.c139 UNDEFINED, DVI, HDMI_A, HDMI_B, MDDI, DISPLAY_PORT in decode_display_parameters()
589 case DVI: interface = "DVI"; break; in dump_monitor_info()
/third_party/e2fsprogs/lib/et/
DMakefile.in63 DVI=texi2dvi
78 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h74 void processValue(const Module &M, const DbgValueInst *DVI);
/third_party/openssl/crypto/rand/
Drand_vms.c67 {4, DVI$_ERRCNT},
68 {4, DVI$_REFCNT},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2659 for (auto *DVI: DbgValues) { in undo() local
2662 DVI->setOperand(0, MV); in undo()
7244 DbgValueInst &DVI = *cast<DbgValueInst>(I); in fixupDbgValue() local
7247 Value *Location = DVI.getVariableLocation(); in fixupDbgValue()
7255 DVI.setOperand(0, MetadataAsValue::get(DVI.getContext(), in fixupDbgValue()
7274 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in placeDbgValues() local
7275 if (!DVI) in placeDbgValues()
7278 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue()); in placeDbgValues()
7290 if (DT.dominates(VI, DVI)) in placeDbgValues()
7294 << *DVI << ' ' << *VI); in placeDbgValues()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp110 else if (auto *DVI = dyn_cast<DbgValueInst>(&I)) in processInstruction() local
111 processValue(M, DVI); in processInstruction()
213 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() argument
214 auto *N = dyn_cast<MDNode>(DVI->getVariable()); in processValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp559 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
563 DILocalVariable *DILocVar = DVI->getVariable(); in filterInstsUnrelatedToPDI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1194 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&Inst)) in sanitizeFunction() local
1196 dyn_cast_or_null<AllocaInst>(DVI->getVariableLocation())) in sanitizeFunction()
1198 DVI->setArgOperand( in sanitizeFunction()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_framebuffer_sRGB.txt557 output standards, in particular DVI?
559 RESOLVED: The DVI 1.0 specification recommends "as a default
563 means DVI output devices should benefit from blending in the
/third_party/openGLES/extensions/ARB/
DARB_framebuffer_sRGB.txt572 output standards, in particular DVI?
574 RESOLVED: The DVI 1.0 specification recommends "as a default
578 means DVI output devices should benefit from blending in the
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_sRGB.txt631 output standards, in particular DVI?
633 RESOLVED: The DVI 1.0 specification recommends "as a default
637 means DVI output devices should benefit from blending in the
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_sRGB.txt631 output standards, in particular DVI?
633 RESOLVED: The DVI 1.0 specification recommends "as a default
637 means DVI output devices should benefit from blending in the
/third_party/mesa3d/docs/_extra/specs/OLD/
DEGL_MESA_screen_surface.txt216 two RAMDACs but three ports (VGA, DVI, TV).
/third_party/popt/
DDoxyfile.in949 # to generate PDF and DVI output from the Perl module output.
/third_party/ninja/doc/
Ddoxygen.config948 # to generate PDF and DVI output from the Perl module output.

1234