Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp190 class CellMap { class in __anonfe19b4d40111::MachineConstPropagator
192 CellMap() { in CellMap() function in __anonfe19b4d40111::MachineConstPropagator::CellMap
260 CellMap Cells;
291 using CellMap = MachineConstPropagator::CellMap; typedef in __anonfe19b4d40111::MachineConstEvaluator
292 virtual bool evaluate(const MachineInstr &MI, const CellMap &Inputs,
293 CellMap &Outputs) = 0;
296 virtual bool evaluate(const MachineInstr &BrI, const CellMap &Inputs,
299 virtual bool rewrite(MachineInstr &MI, const CellMap &Inputs) = 0;
337 bool getCell(const RegSubRegPair &R, const CellMap &Inputs,
344 const RegSubRegPair &R2, const CellMap &Inputs,
[all …]