Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp211 class CellMap { class in __anon58b299290111::MachineConstPropagator
213 CellMap() { in CellMap() function in __anon58b299290111::MachineConstPropagator::CellMap
281 CellMap Cells;
312 using CellMap = MachineConstPropagator::CellMap; typedef in __anon58b299290111::MachineConstEvaluator
313 virtual bool evaluate(const MachineInstr &MI, const CellMap &Inputs,
314 CellMap &Outputs) = 0;
317 virtual bool evaluate(const MachineInstr &BrI, const CellMap &Inputs,
320 virtual bool rewrite(MachineInstr &MI, const CellMap &Inputs) = 0;
358 bool getCell(const RegisterSubReg &R, const CellMap &Inputs, LatticeCell &RC);
364 const CellMap &Inputs, bool &Result);
[all …]