Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp883 bool Has0 = false, All1 = true; in evaluate() local
886 All1 = false; in evaluate()
892 if (!Has0 && !All1) in evaluate()
895 RC.fill(0, W0, (All1 ? BT::BitValue::One : BT::BitValue::Zero)); in evaluate()
H A DHexagonISelLowering.cpp2959 bool All0 = true, All1 = true; in LowerBUILD_VECTOR() local
2963 All0 = All1 = false; in LowerBUILD_VECTOR()
2968 All1 &= (C == 1); in LowerBUILD_VECTOR()
2972 if (All1) in LowerBUILD_VECTOR()
H A DHexagonISelLoweringHVX.cpp1546 SDValue All1 = in compressHvxPred() local
1548 SDValue Vrmpy = getInstr(Hexagon::V6_vrmpyub, dl, ByteTy, {Sel, All1}, DAG); in compressHvxPred()