Home
last modified time | relevance | path

Searched refs:setDepthDirty (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp116 this->setDepthDirty(); in addPred()
161 this->setDepthDirty(); in removePred()
168 void SUnit::setDepthDirty() { in setDepthDirty() function in SUnit
206 setDepthDirty(); in setDepthToAtLeast()
247 Cur->setDepthDirty(); in ComputeDepth()
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp124 this->setDepthDirty(); in addPred()
171 this->setDepthDirty(); in removePred()
178 void SUnit::setDepthDirty() { in setDepthDirty() function in SUnit
216 setDepthDirty(); in setDepthToAtLeast()
257 Cur->setDepthDirty(); in ComputeDepth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp168 this->setDepthDirty(); in addPred()
211 this->setDepthDirty(); in removePred()
216 void SUnit::setDepthDirty() { in setDepthDirty() function in SUnit
249 setDepthDirty(); in setDepthToAtLeast()
285 Cur->setDepthDirty(); in ComputeDepth()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h429 void setDepthDirty();
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h389 void setDepthDirty();
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h444 void setDepthDirty();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp167 SI.getSUnit()->setDepthDirty(); in apply()