Home
last modified time | relevance | path

Searched refs:CanDown (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp308 bool Failure = false, CanUp = true, CanDown = true; in genMuxInBlock() local
315 if (CanDown && DU.Defs[SR1]) in genMuxInBlock()
316 CanDown = false; in genMuxInBlock()
320 if (Failure || (!CanUp && !CanDown)) in genMuxInBlock()
327 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock()
DHexagonExpandCondsets.cpp1041 bool CanDown = canMoveOver(*DefI, Defs, Uses); in predicate() local
1046 CanDown = false; in predicate()
1049 << ", can move down: " << (CanDown ? "yes\n" : "no\n")); in predicate()
1053 else if (CanDown) in predicate()