Home
last modified time | relevance | path

Searched refs:Dirty (Results 1 – 12 of 12) 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/lib/CodeGen/
DRegAllocFast.cpp76 bool Dirty; // Register needs spill. member
79 Dirty(false) {} in LiveReg()
259 if (LR.Dirty) { in spillVirtReg()
263 LR.Dirty = false; in spillVirtReg()
439 return LiveVirtRegs.lookup(VirtReg).Dirty ? spillDirty : spillClean; in calcSpillCost()
458 Cost += LiveVirtRegs.lookup(VirtReg).Dirty ? spillDirty : spillClean; in calcSpillCost()
568 LR.Dirty = true; in defineVirtReg()
592 } else if (LR.Dirty) { in reloadVirtReg()
788 if (LiveVirtRegs[PhysRegState[Reg]].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/u-boot/board/keymile/km_arm/
Dkwbimage_128M16_1.cfg68 # bit 13-12: 2, Dirty RAM RTC RAM
69 # bit 15-14: 1, Dirty RAM WTC RAM
Dkwbimage_256M8_1.cfg68 # bit 13-12: 2, Dirty RAM RTC RAM
69 # bit 15-14: 1, Dirty RAM WTC RAM
/external/perfetto/docs/
Dheapprofd.md182 looking at the "Private Dirty" column.
/external/u-boot/board/qualcomm/dragonboard820c/
Dreadme.txt430 Dirty: 0 kB
/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/wayland/doc/publican/sources/css/
Dcommon.css1636 /* Dirty EVIL Mozilla hack for round corners */
/external/python/cpython3/Lib/test/
Dtest_enum.py2775 class Dirty(Enum): class
/external/e2fsprogs/debian/
Dchangelog4139 * Turned Pre-Depends into Depends to allow installation. Dirty