/external/swiftshader/third_party/subzero/src/ |
D | IceRegAlloc.cpp | 330 Inactive.clear(); in init() 376 Inactive.reserve(Unhandled.size()); in init() 462 moveItem(Active, Index, Inactive); in handleActiveRangeExpiredOrInactive() 478 for (SizeT I = Inactive.size(); I > 0; --I) { in handleInactiveRangeExpiredOrReactivated() 480 Variable *Item = Inactive[Index]; in handleInactiveRangeExpiredOrReactivated() 485 moveItem(Inactive, Index, Handled); in handleInactiveRangeExpiredOrReactivated() 489 moveItem(Inactive, Index, Active); in handleInactiveRangeExpiredOrReactivated() 568 for (const Variable *Item : Inactive) { in filterFreeWithInactiveRanges() 678 for (const Variable *Item : Inactive) { in handleNoFreeRegisters() 755 for (SizeT I = Inactive.size(); I > 0; --I) { in handleNoFreeRegisters() [all …]
|
D | IceRegAlloc.h | 123 UnorderedRanges Active, Inactive, Handled; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 331 IntervalQueue Inactive(lowestStartPoint); in apply() local 338 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply() 341 while (!Inactive.empty()) { in apply() 344 IntervalInfo Cur = Inactive.top(); in apply() 353 Inactive.push(nextSegment(*RetireItr)); in apply() 361 Cur = Inactive.top(); in apply() 362 Inactive.pop(); in apply()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 301 IntervalQueue Inactive(lowestStartPoint); in apply() local 308 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply() 311 while (!Inactive.empty()) { in apply() 314 IntervalInfo Cur = Inactive.top(); in apply() 323 Inactive.push(nextSegment(*RetireItr)); in apply() 331 Cur = Inactive.top(); in apply() 332 Inactive.pop(); in apply()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 352 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local 353 if (Inactive.isReg()) { in scanInstructions() 354 if (Inactive.isUndef()) { in scanInstructions() 357 unsigned Reg = Inactive.getReg(); in scanInstructions()
|
/external/u-boot/board/qualcomm/dragonboard820c/ |
D | readme.txt | 421 Inactive: 72972 kB 423 Inactive(anon): 24616 kB 425 Inactive(file): 48356 kB
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 460 m_pInput->Inactive(); in Stop()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_basic_data_enum.cpp | 132 {0x598d5c53, L"inactive", XFA_AttributeEnum::Inactive},
|
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic.h | 219 Inactive, enumerator
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 818 Inactive selection background now matches active selection background, as
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 1036 Inactive selection background now matches active selection background, as
|
D | 3.6.0a1.rst | 3281 Inactive selection background now matches active selection background, as
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 919 <source>Inactive</source>
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 740 - Issue #24972: Inactive selection background now matches active selection
|
/external/python/cpython2/Lib/idlelib/ |
D | NEWS.txt | 117 - Issue #24972: Inactive selection background now matches active selection
|
/external/mockito/lib/ |
D | byte-buddy-1.8.15.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/python/cpython3/Misc/ |
D | HISTORY | 786 - Issue #24972: Inactive selection background now matches active selection
|