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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp210 class CellMap { class in class:__anon2231::MachineConstPropagator
212 CellMap() { function in class:__anon2231::MachineConstPropagator::CellMap
282 CellMap Cells;
313 using CellMap = MachineConstPropagator::CellMap;
314 virtual bool evaluate(const MachineInstr &MI, const CellMap &Inputs,
315 CellMap &Outputs) = 0;
318 virtual bool evaluate(const MachineInstr &BrI, const CellMap &Inputs,
321 virtual bool rewrite(MachineInstr &MI, const CellMap &Inputs) = 0;
359 bool getCell(const RegisterSubReg &R, const CellMap
[all...]

Completed in 22 milliseconds