Home
last modified time | relevance | path

Searched refs:EB (Results 1 - 17 of 17) sorted by relevance

/third_party/benchmark/test/
H A Dregister_benchmark_test.cc152 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 Dskip_with_error_test.cc189 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 DGVNExpression.h156 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 DAnalysis.cpp45 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 DModuleSummaryAnalysis.cpp509 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 Dsse-instr.h42 V(por, 66, 0F, EB) \
/third_party/mbedtls/library/
H A Daes.c124 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 Dsse-instr.h91 V(por, 66, 0F, EB) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp831 [SuccBB](BasicBlock *EB) { return EB == SuccBB; }) || in UnrollRuntimeLoopRemainder()
H A DLoopUtils.cpp709 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 DLoopInfoImpl.h90 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 DHexagonBitSimplify.cpp2907 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 DHexagonLoopIdiomRecognition.cpp2360 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 DMipsConstantIslandPass.cpp1645 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 DDwarfDebug.cpp1438 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 Dconfigure5006 add_cppflags -EB
5007 add_ldflags -EB
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex9319 \DeclareUnicodeCharacter{00EB}{\"e}

Completed in 39 milliseconds