/third_party/benchmark/test/ |
H A D | register_benchmark_test.cc | 152 auto EB = ExpectedResults.begin(); in RunTestOne() local 155 assert(EB != ExpectedResults.end()); in RunTestOne() 156 EB->CheckRun(run); in RunTestOne() 157 ++EB; in RunTestOne() 159 assert(EB == ExpectedResults.end()); in RunTestOne() 181 auto EB = ExpectedResults.begin(); in RunTestTwo() local 184 assert(EB != ExpectedResults.end()); in RunTestTwo() 185 EB->CheckRun(run); in RunTestTwo() 186 ++EB; in RunTestTwo() 188 assert(EB in RunTestTwo() [all...] |
H A D | skip_with_error_test.cc | 189 auto EB = ExpectedResults.begin(); in main() local 192 assert(EB != ExpectedResults.end()); in main() 193 EB->CheckRun(run); in main() 194 ++EB; in main() 196 assert(EB == ExpectedResults.end()); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 156 static bool classof(const Expression *EB) { in classof() argument 157 ExpressionType ET = EB->getExpressionType(); in classof() 275 static bool classof(const Expression *EB) { 276 return EB->getExpressionType() > ET_MemoryStart && 277 EB->getExpressionType() < ET_MemoryEnd; 309 static bool classof(const Expression *EB) { 310 return EB->getExpressionType() == ET_Call; 345 static bool classof(const Expression *EB) { 346 return EB->getExpressionType() == ET_Load; 387 static bool classof(const Expression *EB) { [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 45 for (StructType::element_iterator EB = STy->element_begin(), in ComputeLinearIndex() 46 EI = EB, in ComputeLinearIndex() 49 if (Indices && *Indices == unsigned(EI - EB)) in ComputeLinearIndex() 91 for (StructType::element_iterator EB = STy->element_begin(), 92 EI = EB, 96 StartingOffset + SL->getElementOffset(EI - EB));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 509 for (StructType::element_iterator EB = STy->element_begin(), EI = EB, in findFuncPointers() 512 auto Offset = SL->getElementOffset(EI - EB); in findFuncPointers()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | sse-instr.h | 42 V(por, 66, 0F, EB) \
|
/third_party/mbedtls/library/ |
H A D | aes.c | 124 V(15, FA, FA, EF), V(EB, 59, 59, B2), V(C9, 47, 47, 8E), V(0B, F0, F0, FB), \ 134 V(26, EB, EB, CD), V(69, 27, 27, 4E), V(CD, B2, B2, 7F), V(9F, 75, 75, EA), \ 175 V(38, E1, E1, D9), V(13, F8, F8, EB), V(B3, 98, 98, 2B), V(33, 11, 11, 22), \ 252 V(E7, 5F, 8F, 03), V(95, 9C, 92, 15), V(EB, 7A, 6D, BF), V(DA, 59, 52, 95), \ 260 V(07, 28, EB, B2), V(03, C2, B5, 2F), V(9A, 7B, C5, 86), V(A5, 08, 37, D3), \ 264 V(9D, 53, 2E, 34), V(A0, 55, F3, A2), V(32, E1, 8A, 05), V(75, EB, F6, A4), \ 302 V(8C, 61, D7, 9A), V(7A, 0C, A1, 37), V(8E, 14, F8, 59), V(89, 3C, 13, EB), \
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | sse-instr.h | 91 V(por, 66, 0F, EB) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 831 [SuccBB](BasicBlock *EB) { return EB == SuccBB; }) || in UnrollRuntimeLoopRemainder()
|
H A D | LoopUtils.cpp | 709 if (any_of(ExitBlocks, [](const BasicBlock *EB) { in getLoopEstimatedTripCount() 710 return !EB->getTerminatingDeoptimizeCall(); in getLoopEstimatedTripCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfoImpl.h | 90 for (BlockT *EB : UniqueExitBlocks) in hasDedicatedExits() 91 for (BlockT *Predecessor : children<Inverse<BlockT *>>(EB)) in hasDedicatedExits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2907 MachineBasicBlock *eb) : LB(lb), PB(pb), EB(eb) {} 2909 MachineBasicBlock *LB, *PB, *EB; 3186 if (C.EB == nullptr) 3340 MachineBasicBlock *EB = nullptr; 3347 EB = *SI; 3351 Cand.push_back(LoopCand(&B, PB, EB));
|
H A D | HexagonLoopIdiomRecognition.cpp | 2360 auto DominatedByBB = [this,BB] (BasicBlock *EB) -> bool { in runOnLoopBlock() 2361 return DT->dominates(BB, EB); in runOnLoopBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 1645 B->instr_begin(), EB = B->instr_end(); I != EB; ++I) { in prescanForConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1438 for (auto EB = Entries.begin(), EI = EB, EE = Entries.end(); EI != EE; ++EI) { 1442 size_t Index = std::distance(EB, EI);
|
/third_party/ffmpeg/ |
H A D | configure | 5006 add_cppflags -EB 5007 add_ldflags -EB
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 9319 \DeclareUnicodeCharacter{00EB}{\"e}
|