Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp211 class CellMap { class in __anonfdfc6f5f0111::MachineConstPropagator
213 CellMap() { in CellMap() function in __anonfdfc6f5f0111::MachineConstPropagator::CellMap
281 CellMap Cells;
312 using CellMap = MachineConstPropagator::CellMap; typedef in __anonfdfc6f5f0111::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);
365 const CellMap &Inputs, bool &Result);
[all …]