Home
last modified time | relevance | path

Searched defs:EI (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/graph/
Dedge_list.hpp105 edges(const edge_list_impl< G, EI, T, D >& g_) in edges() argument
112 typename edge_list_impl< G, EI, T, D >::vertex_descriptor source( in source() argument
119 typename edge_list_impl< G, EI, T, D >::vertex_descriptor target( in target() argument
154 typename property_map< edge_list_impl< G, EI, T, D >, edge_index_t >::type get( in get() argument
163 inline D get(edge_index_t, const edge_list_impl< G, EI, T, D >&, in get() argument
196 edges(const edge_list_impl_ra< G, EI, T, D >& g_) in edges() argument
204 typename edge_list_impl_ra< G, EI, T, D >::vertex_descriptor source( in source() argument
212 typename edge_list_impl_ra< G, EI, T, D >::vertex_descriptor target( in target() argument
246 get(edge_index_t, const edge_list_impl_ra< G, EI, T, D >&) in get() argument
254 inline D get(edge_index_t, const edge_list_impl_ra< G, EI, T, D >&, in get() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h117 size_t EI = getIndex(E); in getBytes() local
122 size_t EI = getIndex(E); in getComments() local
143 size_t getNumBytes(size_t EI) const { in getNumBytes()
148 size_t getNumComments(size_t EI) const { in getNumComments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h85 child_iterator EI = GTraits::child_begin(Node); in getEdgeSourceLabels() local
228 child_iterator EI = GTraits::child_begin(Node); in writeNode() local
238 void writeEdge(NodeRef Node, unsigned edgeidx, child_iterator EI) { in writeEdge()
DError.h277 void setPtr(ErrorInfoBase *EI) { in setPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DCodeEmitter.cpp20 EncodingInfo &EI = Encodings[MCID]; in getOrCreateEncodingInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DCodeEmitter.h64 EncodingInfo EI = getOrCreateEncodingInfo(MCID); in getEncoding() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DError.cpp65 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in logAllUnhandledErrors()
95 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) { in errorToErrorCode()
DYAMLParser.cpp1080 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamStart() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h464 const auto &EI = Val.first; in insert() local
479 auto EI = Val.first; in insert() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_main.cpp79 for (size_t EI = 0; EI < NumTestElements; ++EI) { in testInsertElement() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp46 EI = EB, in ComputeLinearIndex() local
92 EI = EB, in ComputeValueVTs() local
DModuloSchedule.cpp86 EI = MRI.use_end(); in expand() local
740 EI = MRI.use_end(); in removeDeadInstructions() local
1145 EI = MRI.use_end(); in rewriteScheduledInstr() local
1780 auto EI = Epilogs.begin(); in peelPrologAndEpilogs() local
1928 for (auto PI = Prologs.rbegin(), EI = Epilogs.rbegin(); PI != Prologs.rend(); in fixupBranches() local
DInterleavedLoadCombinePass.cpp673 ElementInfo *EI; member
DInlineSpiller.cpp1378 auto EI = SpillsInSubTreeMap[Child].first.end(); in runHoistSpills() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp428 auto &EI = CIEEdgeItr->second; in processFDE() local
464 auto &EI = PCEdgeItr->second; in processFDE() local
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dde9im.hpp258 static_mask<II, IB, IE, BI, BB, BE, EI, EB, EE> const& ) in operator ||() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp84 Instruction *InstCombiner::scalarizePHI(ExtractElementInst &EI, PHINode *PN) { in scalarizePHI()
319 Instruction *InstCombiner::visitExtractElementInst(ExtractElementInst &EI) { in visitExtractElementInst()
487 } else if (ExtractElementInst *EI = dyn_cast<ExtractElementInst>(ScalarOp)){ in collectSingleShuffleElements() local
630 if (ExtractElementInst *EI = dyn_cast<ExtractElementInst>(ScalarOp)) { in collectShuffleElements() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp372 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in libDriverMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp20 handleAllErrors(AddendOrErr.takeError(), [](const ErrorInfoBase &EI) { in getELFAddend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h270 auto EI = EdgeIndexMap.find(&N); in lookup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h258 void setPtr(ErrorInfoBase *EI) { in setPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp509 for (StructType::element_iterator EB = STy->element_begin(), EI = EB, in findFuncPointers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp661 [&W](const ErrorInfoBase &EI) { EI.log(W.startLine()); }); in dumpEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp621 BasicBlock::iterator EI; in memoryIsNotModifiedBetween() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp689 for (auto EI = ELI.second.begin(); EI != ELI.second.end();) { in ComputeCrossModuleImport() local

12