|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Target/Hexagon/HexagonBlockRanges.cpp 128 add(AS, BS, A.Fixed, false);
134 add(BS, AE, A.Fixed, false);
136 add(BE, AE, A.Fixed, false);
309 LiveMap[R].add(LD, LU, false, false);
438 DeadMap[R].add(IndexType::Entry, IndexType::Exit, false, false);
449 DeadMap[R].add(IndexType::Entry, DE, false, false);
460 DeadMap[R].add(DS, DE, false, false);
468 DeadMap[R].add(DS, IndexType::Exit, false, false);
lib/Target/Hexagon/HexagonFrameLowering.cpp 2136 RL.add(LastStore[FI], LastLoad[FI], false, false);
2138 RL.add(IndexType::Entry, LastLoad[FI], false, false);
2154 RL.add(LS, LL, false, false);
2156 RL.add(IndexType::Entry, LL, false, false);
2164 RL.add(LS, IndexType::None, false, false);