Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoaderPass.cpp44 unsigned ReadCount; member in __anonf3e7175c0111::LoaderPass
134 if (ReadCount < ECs.size()) { in readEdge()
135 double weight = ECs[ReadCount++]; in readEdge()
144 << " (# "<< (ReadCount-1) << "): " in readEdge()
160 ReadCount = 0; in runOnModule()
172 if (ReadCount != Counters.size()) { in runOnModule()
176 NumEdgesRead = ReadCount; in runOnModule()
181 ReadCount = 0; in runOnModule()
220 if (ReadCount != Counters.size()) { in runOnModule()
224 NumEdgesRead = ReadCount; in runOnModule()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h118 size_t ReadCount = peekTokens(Buf, ShouldSkipSpace); variable
120 assert(ReadCount == 1);
121 (void)ReadCount;
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h187 size_t ReadCount = peekTokens(Buf, ShouldSkipSpace); variable
189 assert(ReadCount == 1);
190 (void)ReadCount;
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp453 size_t ReadCount; in peekTokens() local
454 for (ReadCount = 0; ReadCount < Buf.size(); ++ReadCount) { in peekTokens()
457 Buf[ReadCount] = Token; in peekTokens()
471 return ReadCount; in peekTokens()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp513 size_t ReadCount; in peekTokens() local
514 for (ReadCount = 0; ReadCount < Buf.size(); ++ReadCount) { in peekTokens()
517 Buf[ReadCount] = Token; in peekTokens()
524 return ReadCount; in peekTokens()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp408 size_t ReadCount = Parser.getLexer().peekTokens(tokens); in tryParseRelocExpression() local
410 if (ReadCount == 2) { in tryParseRelocExpression()
628 size_t ReadCount = Parser.getLexer().peekTokens(Tokens); in parseLiteralValues() local
629 if (ReadCount == 2 && Parser.getTok().getKind() == AsmToken::Identifier && in parseLiteralValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp808 size_t ReadCount = getLexer().peekTokens(Buf); in parseRegister() local
809 if (ReadCount == 2 && Buf[1].getKind() == AsmToken::RParen) { in parseRegister()