Searched refs:DMI (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 407 const MachineInstr *DMI = &DiffIt.MI; in join() local 409 BuildMI(MBB, MBB.instr_begin(), DMI->getDebugLoc(), DMI->getDesc(), in join() 410 DMI->isIndirectDebugValue(), DMI->getOperand(0).getReg(), 0, in join() 411 DMI->getDebugVariable(), DMI->getDebugExpression()); in join() 412 if (DMI->isIndirectDebugValue()) in join() 413 MI->getOperand(1).setImm(DMI->getOperand(1).getImm()); in join()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | PassManager.cpp | 574 DenseMap<Pass *, SmallPtrSet<Pass *, 8> >::iterator DMI = in collectLastUses() local 576 if (DMI == InversedLastUser.end()) in collectLastUses() 579 SmallPtrSet<Pass *, 8> &LU = DMI->second; in collectLastUses() 589 DenseMap<Pass *, AnalysisUsage *>::iterator DMI = AnUsageMap.find(P); in findAnalysisUsage() local 590 if (DMI != AnUsageMap.end()) in findAnalysisUsage() 591 AnUsage = DMI->second; in findAnalysisUsage() 753 for (DenseMap<Pass *, Pass *>::iterator DMI = LastUser.begin(), in initializeAllAnalysisInfo() local 754 DME = LastUser.end(); DMI != DME; ++DMI) { in initializeAllAnalysisInfo() 756 InversedLastUser.find(DMI->second); in initializeAllAnalysisInfo() 759 L.insert(DMI->first); in initializeAllAnalysisInfo() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | AssumptionCache.h | 139 typedef DenseMapInfo<Value *> DMI; typedef 148 FunctionCallbackVH::DMI> FunctionCallsMap;
|
/external/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 554 DenseMap<Pass *, SmallPtrSet<Pass *, 8> >::iterator DMI = in collectLastUses() local 556 if (DMI == InversedLastUser.end()) in collectLastUses() 559 SmallPtrSet<Pass *, 8> &LU = DMI->second; in collectLastUses() 568 auto DMI = AnUsageMap.find(P); in findAnalysisUsage() local 569 if (DMI != AnUsageMap.end()) in findAnalysisUsage() 570 AnUsage = DMI->second; in findAnalysisUsage() 796 for (DenseMap<Pass *, Pass *>::iterator DMI = LastUser.begin(), in initializeAllAnalysisInfo() local 797 DME = LastUser.end(); DMI != DME; ++DMI) { in initializeAllAnalysisInfo() 798 SmallPtrSet<Pass *, 8> &L = InversedLastUser[DMI->second]; in initializeAllAnalysisInfo() 799 L.insert(DMI->first); in initializeAllAnalysisInfo()
|
/external/syslinux/com32/lua/doc/ |
D | syslinux.asc | 130 DMI subsection 135 Returns +true+ if DMI is supported on machine, +false+ otherwise. 139 Returns a list if key-value pairs. The key is one of the DMI property strings:
|
/external/syslinux/txt/ |
D | syslinux.cfg.txt | 189 *DMI*::: (5.10+) The following strings are derived from DMI/SMBIOS
|
/external/syslinux/ |
D | NEWS | 127 DMI/SMBIOS information if available. 307 namespace: VESA, PCI, DMI, kernel loading (Marcel Ritter). 723 * Fix errors in the PCI and DMI detection modules (Erwan Velu, 948 * COM32 module by Erwan Velu to make decisions based on DMI
|
/external/blktrace/btt/doc/ |
D | btt.tex | 1066 \texttt{DMI} & Device Merge Information:\\ 1103 DMI 8,16 309907 106729 2.903681286 8 182 1024 19504768
|
/external/syslinux/doc/ |
D | syslinux.txt | 220 The following strings are derived from DMI/SMBIOS information
|