Searched refs:CanNegateL (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1349 bool CanNegateL; in isConjunctionDisjunctionTree() local 1350 if (!isConjunctionDisjunctionTree(O0, CanNegateL, Depth+1)) in isConjunctionDisjunctionTree() 1359 if (!CanNegateL && !CanNegateR) in isConjunctionDisjunctionTree() 1363 CanNegate = CanNegateL && CanNegateR; in isConjunctionDisjunctionTree() 1446 bool CanNegateL; in emitConjunctionDisjunctionTreeRec() local 1447 bool isValidL = isConjunctionDisjunctionTree(LHS, CanNegateL); in emitConjunctionDisjunctionTreeRec() 1455 assert((CanNegateL || CanNegateR) && "Valid conjunction/disjunction tree"); in emitConjunctionDisjunctionTreeRec() 1459 if (!CanNegateL) in emitConjunctionDisjunctionTreeRec()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1633 bool CanNegateL; in canEmitConjunction() local 1635 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1)) in canEmitConjunction() 1648 if (!CanNegateL && !CanNegateR) in canEmitConjunction() 1652 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction() 1721 bool CanNegateL; in emitConjunctionRec() local 1723 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec() 1738 std::swap(CanNegateL, CanNegateR); in emitConjunctionRec() 1748 if (!CanNegateL) { in emitConjunctionRec()
|