Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/device-tree/Bindings/display/connector/
H A Ddvi-connector.txt1 DVI Connector
9 - ddc-i2c-bus: phandle to the i2c bus that is connected to DVI DDC
10 - analog: the connector has DVI analog pins
11 - digital: the connector has DVI digital pins
12 - dual-link: the connector has pins for DVI dual-link
16 - Video port for DVI input
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp73 auto *DVI = dyn_cast<DbgValueInst>(U.getUser()); in applyDebugifyMetadataToMachineFunction() local
74 if (!DVI || DVI->getFunction() != &F) in applyDebugifyMetadataToMachineFunction()
76 unsigned Line = DVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
78 Line2Var[Line] = DVI->getVariable(); in applyDebugifyMetadataToMachineFunction()
80 EarliestDVI = DVI; in applyDebugifyMetadataToMachineFunction()
81 Expr = DVI->getExpression(); in applyDebugifyMetadataToMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp32 DbgVariableRecord::DbgVariableRecord(const DbgVariableIntrinsic *DVI) in DbgVariableRecord() argument
33 : DbgRecord(ValueKind, DVI->getDebugLoc()), in DbgVariableRecord()
34 DebugValueUser({DVI->getRawLocation(), nullptr, nullptr}), in DbgVariableRecord()
35 Variable(DVI->getVariable()), Expression(DVI->getExpression()),
37 switch (DVI->getIntrinsicID()) {
47 static_cast<const DbgAssignIntrinsic *>(DVI);
432 DbgVariableIntrinsic *DVI; in createDebugIntrinsic() local
443 DVI = cast<DbgVariableIntrinsic>(CallInst::Create( in createDebugIntrinsic()
449 DVI = cast<DbgVariableIntrinsic>( in createDebugIntrinsic()
452 DVI->setTailCall(); in createDebugIntrinsic()
[all …]
H A DTypeFinder.cpp95 if (const DbgVariableRecord *DVI = in run() local
97 for (Value *V : DVI->location_ops()) in run()
99 if (DVI->isDbgAssign()) { in run()
100 if (Value *Addr = DVI->getAddress()) in run()
H A DUser.cpp36 if (auto DVI = dyn_cast_or_null<DbgVariableIntrinsic>(this)) { in replaceUsesOfWith() local
37 if (is_contained(DVI->location_ops(), From)) { in replaceUsesOfWith()
38 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp171 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&Inst)) { in visit() local
179 if (DVIVec.empty() || DVIVec.back() != DVI) in visit()
180 DVIVec.push_back(DVI); in visit()
183 for_each(DVI->location_ops(), AddIfInteresting); in visit()
184 if (auto *DAI = dyn_cast<DbgAssignIntrinsic>(DVI)) in visit()
300 static DbgAssignIntrinsic *DynCastToDbgAssign(DbgVariableIntrinsic *DVI) { in DynCastToDbgAssign() argument
301 return dyn_cast<DbgAssignIntrinsic>(DVI); in DynCastToDbgAssign()
H A DLCSSA.cpp251 for (auto *DVI : DbgValues) { in formLCSSAForInstructionsImpl() local
252 BasicBlock *UserBB = DVI->getParent(); in formLCSSAForInstructionsImpl()
261 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructionsImpl()
H A DMemoryOpRemark.cpp324 auto FindDI = [&](const auto *DVI) { in visitVariable() argument
325 if (DILocalVariable *DILV = DVI->getVariable()) { in visitVariable()
H A DLocal.cpp1614 for (auto *DVI : DbgValues) { in PhiHasDebugValue() local
1615 assert(is_contained(DVI->getValues(), APN)); in PhiHasDebugValue()
1616 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue()
2202 DbgValueInst *DVI, in updateOneDbgValueForAlloca() argument
2218 if (DVI) { in updateOneDbgValueForAlloca()
2219 DVI->setExpression(DIExpr); in updateOneDbgValueForAlloca()
2220 DVI->replaceVariableLocationOp(0u, NewAddress); in updateOneDbgValueForAlloca()
2235 for (auto *DVI : DbgUsers) in replaceDbgValueForAlloca() local
2236 updateOneDbgValueForAlloca(DVI->getDebugLoc(), DVI->getVariable(), in replaceDbgValueForAlloca()
2237 DVI->getExpression(), NewAllocaAddress, DVI, in replaceDbgValueForAlloca()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts9 model = "Eukrea MBIMXSD25 with the DVI-SVGA Display";
13 model = "DVI-SVGA";
H A Dimx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts9 model = "Eukrea MBIMXSD25 with the DVI-VGA Display";
13 model = "DVI-VGA";
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Ddove-sbc-a510.dts50 * 0.2 DVI transmitter TI TFP410 MSEN
51 * 0.3 DVI transmitter TI TFP410 PD# (active low power down)
117 * - DVI transmitter TI TFP410, 0x39
118 * - HDMI/DVI DDC channel
129 /* TI TFP410 DVI transmitter */
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,omap-dss.txt86 The Panda board has a DVI and a HDMI connector, and the board contains a TFP410
87 chip (MIPI DPI to DVI encoder) and a TPD12S015 chip (HDMI ESD protection & level
90 DSS Core --(MIPI DPI)--> TFP410 --(DVI)--> DVI Connector
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h115 LLVM_ABI void processVariable(DILocalVariable *DVI);
293 VarRecord(DbgVariableIntrinsic *DVI) in VarRecord()
294 : Var(DVI->getVariable()), DL(getDebugValueLoc(DVI)) {} in VarRecord()
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dti,tfp410.txt1 TFP410 DPI to DVI encoder
30 - Port 1 is the DVI output port. Its endpoint subnode shall contain a
/freebsd/contrib/file/magic/Magdir/
H A Dtex6 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
10 # Although we may know the offset of certain text fields in TeX DVI
15 >>14 pstring >\0 TeX DVI file (%s)
H A Dtroff34 >4 search/1 dvi for DVI
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1221 for (auto *DVI : DIs) in insertSpills() local
1222 DVI->replaceUsesOfWith(Alloca, G); in insertSpills()
1918 DbgVariableIntrinsic &DVI, bool UseEntryValue) { in salvageDebugInfo() argument
1920 Function *F = DVI.getFunction(); in salvageDebugInfo()
1923 bool SkipOutermostLoad = !isa<DbgValueInst>(DVI); in salvageDebugInfo()
1924 Value *OriginalStorage = DVI.getVariableLocationOp(0); in salvageDebugInfo()
1928 DVI.getExpression(), SkipOutermostLoad); in salvageDebugInfo()
1935 DVI.replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
1936 DVI.setExpression(Expr); in salvageDebugInfo()
1940 if (isa<DbgDeclareInst>(DVI)) { in salvageDebugInfo()
[all …]
H A DCoroInternal.h44 DbgVariableIntrinsic &DVI, bool IsEntryPoint);
H A DSpillUtils.cpp525 for (DbgValueInst *DVI : DVIs) in collectSpillsFromDbgInfo()
526 if (Checker.isDefinitionAcrossSuspend(*V, DVI)) in collectSpillsFromDbgInfo()
527 Spills[V].push_back(DVI); in collectSpillsFromDbgInfo()
H A DCoroSplit.cpp630 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) in collectDbgVariableIntrinsics() local
631 Intrinsics.push_back(DVI); in collectDbgVariableIntrinsics()
646 for (DbgVariableIntrinsic *DVI : Worklist) in salvageDebugInfo()
647 coro::salvageDebugInfo(ArgToAllocaMap, *DVI, UseEntryValue); in salvageDebugInfo()
658 auto RemoveOne = [&](auto *DVI) { in salvageDebugInfo() argument
659 if (IsUnreachableBlock(DVI->getParent())) in salvageDebugInfo()
660 DVI->eraseFromParent(); in salvageDebugInfo()
661 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()
664 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
669 DVI->eraseFromParent(); in salvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp141 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
146 OS << " [debug variable = " << DVI->getVariable()->getName() << "]"; in printInfoComment()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddiu.txt4 drive DVI monitors.
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dsm501fb.txt4 drive DVI monitors.
H A Darm,hdlcd.txt6 digital encoder (DVI or HDMI).

123