|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/Hexagon/HexagonConstPropagation.cpp 349 bool getCell(const RegisterSubReg &R, const CellMap &Inputs, LatticeCell &RC);
References
lib/Target/Hexagon/HexagonConstPropagation.cpp 1101 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1101 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1140 if (!getCell(R1, Inputs, LS))
1167 if (!getCell(R1, Inputs, LS))
1358 return getCell(R1, Inputs, Result);
1396 return getCell(R1, Inputs, Result);
1405 if (!getCell(R1, Inputs, LS1))
1463 return getCell(R1, Inputs, Result);
1472 if (!getCell(R1, Inputs, LS1))
1499 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1499 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1528 if (!getCell(R1, Inputs, LS1))
1561 if (!getCell(R1, Inputs, LS1))
1592 if (!getCell(R1, Inputs, LS1))
1657 if (!getCell(R1, Inputs, LS1))
1692 if (!getCell(R1, Inputs, LS1))
1729 if (!getCell(R1, Inputs, LS1))
1786 if (!getCell(R1, Inputs, LS1))
2511 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH))
2511 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH))
2672 if (!getCell(CR, Inputs, LS))
2969 bool HasC2 = getCell(R2, Inputs, LS2), HasC3 = getCell(R3, Inputs, LS3);
2969 bool HasC2 = getCell(R2, Inputs, LS2), HasC3 = getCell(R3, Inputs, LS3);
3031 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) {
3036 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) {
3069 if (getCell(R1, Inputs, LS1) && (LS1.properties() & P::Zero))
3071 else if (getCell(R2, Inputs, LS2) && (LS2.properties() & P::Zero))