Home
last modified time | relevance | path

Searched refs:Dirty (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp74 bool Dirty; // Register needs spill. member
77 : LastUse(nullptr), VirtReg(v), PhysReg(0), LastOpNum(0), Dirty(false){} in LiveReg()
284 if (LR.Dirty) { in spillVirtReg()
288 LR.Dirty = false; in spillVirtReg()
474 return I->Dirty ? spillDirty : spillClean; in calcSpillCost()
494 Cost += I->Dirty ? spillDirty : spillClean; in calcSpillCost()
626 LRI->Dirty = true; in defineVirtReg()
650 } else if (LRI->Dirty) { in reloadVirtReg()
839 if (I->Dirty) in AllocateBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocFast.cpp89 bool Dirty = false; ///< Register needs spill. member
320 if (LR.Dirty) { in spillVirtReg()
324 LR.Dirty = false; in spillVirtReg()
497 return I->Dirty ? spillDirty : spillClean; in calcSpillCost()
517 Cost += I->Dirty ? spillDirty : spillClean; in calcSpillCost()
640 LRI->Dirty = true; in defineVirtReg()
664 } else if (LRI->Dirty) { in reloadVirtReg()
833 if (I->Dirty) in dumpState()
/external/libogg/
Dlibogg.spec.in16 # Dirty trick to tell rpm that this package actually provides what the
29 # Dirty trick to tell rpm that this package actually provides what the
/external/angle/doc/
DDirtyBits.md1 # Dirty Bits and State Changes
32 ## Dirty Bits
50 Dirty bits allow us to efficiently process groups of state updates. We use fast instrinsic functions
/external/perfetto/docs/case-studies/
Dmemory.md28 Total Dirty Clean Dirty Total Size Alloc Free
36 Looking at the "Private Dirty" column of Dalvik Heap (= Java Heap) and
95 * **Dirty**: the contents of the page diverge from the disk, or (in most
96 cases), the page has no disk backing (i.e. it's _anonymous_). Dirty pages
110 This is why we looked at *Private Dirty* in the `dumpsys meminfo` example.
/external/mesa3d/docs/relnotes/
D17.1.3.rst39 - radv: Dirty all descriptors sets when changing the pipeline.
/external/u-boot/board/keymile/km_arm/
Dkwbimage_256M8_1.cfg68 # bit 13-12: 2, Dirty RAM RTC RAM
69 # bit 15-14: 1, Dirty RAM WTC RAM
Dkwbimage_128M16_1.cfg68 # bit 13-12: 2, Dirty RAM RTC RAM
69 # bit 15-14: 1, Dirty RAM WTC RAM
/external/u-boot/doc/device-tree-bindings/arm/
Dl2c2x0.txt44 - arm,dirty-latency : Cycles of latency for Dirty RAMs. This is a single cell.
/external/u-boot/board/qualcomm/dragonboard820c/
Dreadme.txt430 Dirty: 0 kB
/external/python/enum34/enum/
Dtest.py1789 class Dirty(Enum): class
1794 unique(Dirty)
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DDbiStream.rst210 uint16_t Dirty : 1; // ``true`` if this ModInfo has been written since reading the PDB.
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md398 looking at the "Private Dirty" column.
/external/wayland/doc/publican/sources/css/
Dcommon.css1636 /* Dirty EVIL Mozilla hack for round corners */
/external/python/cpython3/Lib/test/
Dtest_enum.py2767 class Dirty(Enum): class
/external/e2fsprogs/debian/
Dchangelog4352 * Turned Pre-Depends into Depends to allow installation. Dirty