Home
last modified time | relevance | path

Searched refs:isVRegCycle (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h274 bool isVRegCycle : 1; ///< May use and def the same vreg. variable
309 : Node(node), NodeNum(nodenum), isVRegCycle(false), isCall(false), in SUnit()
320 : Instr(instr), NodeNum(nodenum), isVRegCycle(false), isCall(false), in SUnit()
330 : isVRegCycle(false), isCall(false), isCallOp(false), isTwoAddress(false), in SUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2415 SU->isVRegCycle = true; in initVRegCycle()
2419 Pred.getSUnit()->isVRegCycle = true; in initVRegCycle()
2426 if (!SU->isVRegCycle) in resetVRegCycle()
2432 if (PredSU->isVRegCycle) { in resetVRegCycle()
2435 Pred.getSUnit()->isVRegCycle = false; in resetVRegCycle()
2444 if (SU->isVRegCycle) in hasVRegCycleUse()
2449 if (Pred.getSUnit()->isVRegCycle && in hasVRegCycleUse()
DScheduleDAGSDNodes.cpp93 SU->isVRegCycle = Old->isVRegCycle; in Clone()