Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_sched_gm107.h43 int getLatest(const ScoreData& d) const in getLatest() function
58 return getLatest(rd); in getLatestRd()
62 return getLatest(wr); in getLatestWr()
64 inline int getLatest() const in getLatest() function
Dnv50_ir_emit_nvc0.cpp3069 int getLatest(const ScoreData& d) const in getLatest() function
3084 return getLatest(rd); in getLatestRd()
3088 return getLatest(wr); in getLatestWr()
3090 inline int getLatest() const in getLatest() function
3292 const int regsFree = score->getLatest(); in visit()
Dnv50_ir_emit_gm107.cpp4408 const int regsFree = score->getLatest(); in visit()
/external/clang/lib/Lex/
DPPLexerChange.cpp656 if (!Macro.second.getLatest() && in EnterSubmodule()
660 MacroState MS(Macro.second.getLatest()); in EnterSubmodule()
734 OldMD = OldMacroIt->second.getLatest(); in LeaveSubmodule()
740 for (auto *MD = Macro.getLatest(); MD != OldMD; MD = MD->getPrevious()) { in LeaveSubmodule()
DPPMacroExpansion.cpp42 : Pos->second.getLatest(); in getLocalMacroDirectiveHistory()
50 auto *OldMD = StoredMD.getLatest(); in appendMacroDirective()
74 assert(!StoredMD.getLatest() && in setLoadedMacroDirective()
232 for (auto *MD = State ? State->getLatest() : nullptr; MD; in dumpMacroInfo()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp684 if (!Macro.second.getLatest() && in EnterSubmodule()
688 MacroState MS(Macro.second.getLatest()); in EnterSubmodule()
776 OldMD = OldMacroIt->second.getLatest(); in LeaveSubmodule()
782 for (auto *MD = Macro.getLatest(); MD != OldMD; MD = MD->getPrevious()) { in LeaveSubmodule()
DPPMacroExpansion.cpp67 : Pos->second.getLatest(); in getLocalMacroDirectiveHistory()
75 auto *OldMD = StoredMD.getLatest(); in appendMacroDirective()
110 if (auto *OldMD = StoredMD.getLatest()) { in setLoadedMacroDirective()
280 for (auto *MD = State ? State->getLatest() : nullptr; MD; in dumpMacroInfo()
/external/clang/include/clang/Lex/
DPreprocessor.h435 MacroDirective *getLatest() const { in getLatest() function
461 if (auto *Latest = getLatest()) in findDirectiveAtLoc()
813 auto *MD = J->second.getLatest(); in isMacroDefinedInLocalModule()
822 auto *MD = S.getLatest(); in getMacroDefinition()
837 if (auto *MD = S.getLatest()) in getMacroDefinitionAtLoc()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h644 MacroDirective *getLatest() const { in getLatest() function
672 if (auto *Latest = getLatest()) in findDirectiveAtLoc()
1070 auto *MD = J->second.getLatest(); in isMacroDefinedInLocalModule()
1079 auto *MD = S.getLatest(); in getMacroDefinition()
1094 if (auto *MD = S.getLatest()) in getMacroDefinitionAtLoc()
/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp168 if (MacroDirective *MD = M.second.getLatest()) { in indexPreprocessorMacros()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp722 auto *MD = I->second.getLatest(); in DoPrintMacros()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp840 auto *MD = I->second.getLatest(); in DoPrintMacros()
/external/llvm-project/clang-tools-extra/modularize/
DModularize.cpp677 Location Loc(SM, M->second.getLatest()->getLocation()); in HandleTranslationUnit()