reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
50 IndexType E = (end() != IndexType::None) ? end() : start(); 51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); 62 if (AS < start() || start() == IndexType::None) 64 if (end() < AE || end() == IndexType::None) { 120 if (AE == IndexType::None) 126 assert(AE != IndexType::None); 133 if (BE == IndexType::None) 164 assert(getIndex(&In) == IndexType::None && "Instruction already in map"); 168 Last = B.empty() ? IndexType::None : unsigned(Idx)-1; 181 return IndexType::None; 186 assert (Idx != IndexType::None); 188 return IndexType::None; 198 assert (Idx != IndexType::None); 202 return IndexType::None; 305 if (LD == IndexType::None) 307 if (LU == IndexType::None) 310 LastUse[R] = LastDef[R] = IndexType::None; 379 if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None) 379 if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None) 388 if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None) 388 if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None) 408 if (I.second != IndexType::None) 411 if (I.second != IndexType::None) 455 IndexType AE = (A->end() == IndexType::None) ? A->start() : A->end(); 465 IndexType ZE = (Z->end() == IndexType::None) ? Z->start() : Z->end(); 495 if (Idx == HexagonBlockRanges::IndexType::None)lib/Target/Hexagon/HexagonBlockRanges.h
72 unsigned Index = None; 197 assert(Index != None); 216 if (Index == None || Idx.Index == None) 216 if (Index == None || Idx.Index == None)lib/Target/Hexagon/HexagonFrameLowering.cpp
2130 if (LastStore[FI] == IndexType::None) 2135 if (LastStore[FI] != IndexType::None) 2137 else if (LastLoad[FI] != IndexType::None) 2139 LastLoad[FI] = IndexType::None; 2149 if (LL == IndexType::None) 2153 if (LS != IndexType::None) 2157 LS = IndexType::None; 2161 if (LS == IndexType::None) 2164 RL.add(LS, IndexType::None, false, false);