Searched refs:Dirty (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 74 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/ |
D | RegAllocFast.cpp | 89 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/ |
D | libogg.spec.in | 16 # 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/ |
D | DirtyBits.md | 1 # 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/ |
D | memory.md | 28 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/ |
D | 17.1.3.rst | 39 - radv: Dirty all descriptors sets when changing the pipeline.
|
/external/u-boot/board/keymile/km_arm/ |
D | kwbimage_256M8_1.cfg | 68 # bit 13-12: 2, Dirty RAM RTC RAM 69 # bit 15-14: 1, Dirty RAM WTC RAM
|
D | kwbimage_128M16_1.cfg | 68 # 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/ |
D | l2c2x0.txt | 44 - arm,dirty-latency : Cycles of latency for Dirty RAMs. This is a single cell.
|
/external/u-boot/board/qualcomm/dragonboard820c/ |
D | readme.txt | 430 Dirty: 0 kB
|
/external/python/enum34/enum/ |
D | test.py | 1789 class Dirty(Enum): class 1794 unique(Dirty)
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/ |
D | DbiStream.rst | 210 uint16_t Dirty : 1; // ``true`` if this ModInfo has been written since reading the PDB.
|
/external/perfetto/docs/data-sources/ |
D | native-heap-profiler.md | 398 looking at the "Private Dirty" column.
|
/external/wayland/doc/publican/sources/css/ |
D | common.css | 1636 /* Dirty EVIL Mozilla hack for round corners */
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 2767 class Dirty(Enum): class
|
/external/e2fsprogs/debian/ |
D | changelog | 4352 * Turned Pre-Depends into Depends to allow installation. Dirty
|