Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp470 Dirty = false; in InitDAGTopologicalSorting()
528 if (Dirty) { in FixOrder()
543 Dirty = Dirty || Updates.size() > 10; in AddPredQueued()
545 if (Dirty) in AddPredQueued()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h726 bool Dirty = false;
794 void MarkDirty() { Dirty = true; }
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp596 bool Dirty = true; member
2509 if (!BI.Dirty) in runOnMachineFunction()
2528 BI.Dirty = false; in runOnMachineFunction()
2536 SuccBI.Dirty = true; in runOnMachineFunction()
2545 SuccBI.Dirty = true; in runOnMachineFunction()
/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp180 We need an empty buffer. Find the LRU unpinned NON-Dirty page.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td646 // Armv9.5-A TLBI VMALL for Dirty State
1963 // v9.5a Hardware Dirty State Tracking Structure (FEAT_HDBSS)
1968 // v9.5a Hardware Accelerator for Cleaning Dirty State (FEAT_HACDBS)
H A DAArch64Features.td524 "Enable Armv9.5-A TLBI VMALL for Dirty State">;