| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugLocStream.h | 116 size_t EI = getIndex(E); in getBytes() local 118 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes() 121 size_t EI = getIndex(E); in getComments() local 122 return ArrayRef(Comments).slice(Entries[EI].CommentOffset, in getComments() 123 getNumComments(EI)); in getComments() 142 size_t getNumBytes(size_t EI) const { in getNumBytes() argument 143 if (EI + 1 == Entries.size()) in getNumBytes() 144 return DWARFBytes.size() - Entries[EI].ByteOffset; in getNumBytes() 145 return Entries[EI + 1].ByteOffset - Entries[EI].ByteOffset; in getNumBytes() 147 size_t getNumComments(size_t EI) const { in getNumComments() argument [all …]
|
| D | DbgEntityHistoryCalculator.cpp | 179 for (auto EI = HistoryMapEntries.begin(), EE = HistoryMapEntries.end(); in trimLocationRanges() local 180 EI != EE; ++EI, ++StartIndex) { in trimLocationRanges() 182 if (!EI->isDbgValue()) in trimLocationRanges() 186 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges() 197 const MachineInstr *StartMI = EI->getInstr(); in trimLocationRanges()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | GraphWriter.h | 84 child_iterator EI = GTraits::child_begin(Node); in getEdgeSourceLabels() local 91 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) { in getEdgeSourceLabels() 92 std::string label = DTraits.getEdgeSourceLabel(Node, EI); in getEdgeSourceLabels() 109 if (EI != EE && hasEdgeSourceLabels) { in getEdgeSourceLabels() 190 child_iterator EI = GTraits::child_begin(Node); in writeNode() local 192 for (; EI != EE && ColSpan != 64; ++EI, ++ColSpan) in writeNode() 197 if (EI != EE) in writeNode() 278 child_iterator EI = GTraits::child_begin(Node); in writeNode() local 280 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) in writeNode() 281 if (!DTraits.isNodeHidden(*EI, G)) in writeNode() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/MCA/ |
| D | CodeEmitter.cpp | 19 EncodingInfo &EI = Encodings[MCID]; in getOrCreateEncodingInfo() local 20 if (EI.second) in getOrCreateEncodingInfo() 21 return EI; in getOrCreateEncodingInfo() 29 EI.first = Code.size(); in getOrCreateEncodingInfo() 31 EI.second = Code.size() - EI.first; in getOrCreateEncodingInfo() 32 return EI; in getOrCreateEncodingInfo()
|
| /openbsd/src/regress/usr.sbin/bgpd/integrationtests/ |
| D | exabgp.attr.ok | 19 EI N-? 10.13.2.0/24 10.12.57.4 100 0 i 20 EI N-? 10.13.3.0/24 10.12.57.4 100 0 i 23 EI N-? 10.13.6.0/24 10.12.57.4 100 0 i 24 EI N-? 10.13.7.0/24 10.12.57.4 100 0 i 25 EI N-? 10.13.8.0/24 10.12.57.4 100 0 i
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/XRay/ |
| D | Graph.h | 464 const auto &EI = Val.first; in insert() local 465 Vertices.FindAndConstruct(EI.first); in insert() 466 Vertices.FindAndConstruct(EI.second); in insert() 467 InNeighbors[EI.second].insert(EI.first); in insert() 468 OutNeighbors[EI.first].insert(EI.second); in insert() 479 auto EI = Val.first; in insert() local 482 Vertices.FindAndConstruct(EI.first); in insert() 483 Vertices.FindAndConstruct(EI.second); in insert() 484 InNeighbors[EI.second].insert(EI.first); in insert() 485 OutNeighbors[EI.first].insert(EI.second); in insert()
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | SimpleRemoteEPC.cpp | 297 SimpleRemoteEPCExecutorInfo EI; in setup() local 298 if (SPSSerialize::deserialize(IB, EI)) in setup() 299 EIP.set_value(EI); in setup() 310 auto EI = EIF.get(); in setup() local 311 if (!EI) { in setup() 313 return EI.takeError(); in setup() 318 << " Triple: " << EI->TargetTriple << "\n" in setup() 319 << " Page size: " << EI->PageSize << "\n" in setup() 321 for (const auto &KV : EI->BootstrapSymbols) in setup() 325 TargetTriple = Triple(EI->TargetTriple); in setup() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | InterleavedLoadCombinePass.cpp | 672 ElementInfo *EI; member 678 EI = new ElementInfo[VTy->getNumElements()]; in VectorInfo() 681 virtual ~VectorInfo() { delete[] EI; } in ~VectorInfo() 695 if (!EI[i].Ofs.isProvenEqualTo(EI[0].Ofs + i * Factor * Size)) { in isInterleaved() 757 Result.EI[i + j] = in computeFromBCI() 758 ElementInfo(Old.EI[i / Factor].Ofs + j * NewSize, in computeFromBCI() 759 j == 0 ? Old.EI[i / Factor].LI : nullptr); in computeFromBCI() 840 Result.EI[j] = ElementInfo(); in computeFromSVI() 843 Result.EI[j] = LHS.EI[i]; in computeFromSVI() 845 Result.EI[j] = ElementInfo(); in computeFromSVI() [all …]
|
| D | ScheduleDAGPrinter.cpp | 48 SUnitIterator EI, in getEdgeAttributes() 50 if (EI.isArtificialDep()) in getEdgeAttributes() 52 if (EI.isCtrlDep()) in getEdgeAttributes()
|
| D | Analysis.cpp | 91 EI = EB, in ComputeValueVTs() local 93 EI != EE; ++EI) { in ComputeValueVTs() 95 uint64_t EltOffset = SL ? SL->getElementOffset(EI - EB) : 0; in ComputeValueVTs() 96 ComputeValueVTs(TLI, DL, *EI, ValueVTs, MemVTs, Offsets, in ComputeValueVTs()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineVectorOps.cpp | 58 static bool cheapToScalarize(Value *V, Value *EI) { in cheapToScalarize() argument 59 ConstantInt *CEI = dyn_cast<ConstantInt>(EI); in cheapToScalarize() 86 if (cheapToScalarize(V0, EI) || cheapToScalarize(V1, EI)) in cheapToScalarize() 91 if (cheapToScalarize(V0, EI) || cheapToScalarize(V1, EI)) in cheapToScalarize() 100 Instruction *InstCombinerImpl::scalarizePHI(ExtractElementInst &EI, in scalarizePHI() argument 110 if (EI.getIndexOperand() == EU->getIndexOperand()) in scalarizePHI() 129 !cheapToScalarize(PHIUser, EI.getIndexOperand())) in scalarizePHI() 135 PHINode::Create(EI.getType(), PN->getNumIncomingValues(), ""), *PN)); in scalarizePHI() 140 Value *Elt = EI.getIndexOperand(); in scalarizePHI() 177 return &EI; in scalarizePHI() [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MCA/ |
| D | CodeEmitter.h | 60 EncodingInfo EI = getOrCreateEncodingInfo(MCID); in getEncoding() local 61 return StringRef(&Code[EI.first], EI.second); in getEncoding()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | Error.cpp | 67 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in logAllUnhandledErrors() argument 68 EI.log(OS); in logAllUnhandledErrors() 100 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) { in errorToErrorCode() argument 101 EC = EI.convertToErrorCode(); in errorToErrorCode()
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | GICombinerEmitter.cpp | 245 for (auto *EI : EdgesRemaining) { in reorientToRoots() local 246 if (Visited.count(EI->getFromMI())) { in reorientToRoots() 247 if (Roots.count(EI->getToMI())) in reorientToRoots() 249 Visited.insert(EI->getToMI()); in reorientToRoots() 250 EdgesToRemove.insert(EI); in reorientToRoots() 258 for (auto EI = EdgesRemaining.begin(), EE = EdgesRemaining.end(); in reorientToRoots() local 259 EI != EE; ++EI) { in reorientToRoots() 260 if (Visited.count((*EI)->getToMI())) { in reorientToRoots() 261 (*EI)->reverse(); in reorientToRoots() 262 Visited.insert((*EI)->getToMI()); in reorientToRoots() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUReplaceLDSUseWithPointer.cpp | 207 auto *EI = &(*(K->getEntryBlock().getFirstInsertionPt())); in activateLaneZero() local 208 IRBuilder<> Builder(EI); in activateLaneZero() 240 auto *EI = &(*(activateLaneZero(K)->getFirstInsertionPt())); in initializeLDSPointer() local 241 IRBuilder<> Builder(EI); in initializeLDSPointer() 310 auto *EI = &(*(F->getEntryBlock().getFirstInsertionPt())); in getReplacementInst() local 311 IRBuilder<> Builder(EI); in getReplacementInst()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-cvtres/ |
| D | llvm-cvtres.cpp | 84 handleAllErrors(std::move(EC), [&](const ErrorInfoBase &EI) { in error() argument 85 reportError(Twine(Input) + ": " + EI.message() + ".\n"); in error() 93 [&](const ErrorInfoBase &EI) { reportError(EI.message()); }); in error() argument
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | CFGMST.h | 254 for (auto &EI : AllEdges) in dumpEdges() 255 OS << " Edge " << Count++ << ": " << getBBInfo(EI->SrcBB).Index << "-->" in dumpEdges() 256 << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n"; in dumpEdges()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachineInstr.h | 720 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>()) 721 return EI->getMMOs(); 757 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>()) 758 return EI->getPreInstrSymbol(); 769 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>()) 770 return EI->getPostInstrSymbol(); 779 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>()) 780 return EI->getHeapAllocMarker(); 789 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>()) 790 return EI->getPCSections(); [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | ImmutableGraph.h | 335 size_type VI = 0, EI = 0; in get() local 338 VertexArray[VI].Edges = &EdgeArray[EI]; in get() 340 for (size_type VEI = 0; VEI < NumEdges; ++VEI, ++EI) { in get() 342 EdgeArray[EI].Value = std::move(E.first); in get() 343 EdgeArray[EI].Dest = &VertexArray[E.second]; in get() 346 assert(VI == VertexSize && EI == EdgeSize && "ImmutableGraph malformed"); in get()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGPrinter.cpp | 91 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes() 93 SDValue Op = EI.getNode()->getOperand(EI.getOperand()); in getEdgeAttributes()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | FunctionImport.cpp | 677 for (auto &EI : ELI.second) { in ComputeCrossModuleImport() local 684 auto DS = DefinedGVSummaries.find(EI.getGUID()); in ComputeCrossModuleImport() 710 for (auto EI = NewExports.begin(); EI != NewExports.end();) { in ComputeCrossModuleImport() local 711 if (!DefinedGVSummaries.count(EI->getGUID())) in ComputeCrossModuleImport() 712 NewExports.erase(EI++); in ComputeCrossModuleImport() 714 ++EI; in ComputeCrossModuleImport() 810 for (auto &EI : FS->mutableCalls()) { in updateValueInfoForIndirectCalls() local 811 if (!EI.first.getSummaryList().empty()) in updateValueInfoForIndirectCalls() 813 auto GUID = Index.getGUIDFromOriginalID(EI.first.getGUID()); in updateValueInfoForIndirectCalls() 834 EI.first = VI; in updateValueInfoForIndirectCalls()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-mt/ |
| D | llvm-mt.cpp | 80 handleAllErrors(std::move(EC), [&](const ErrorInfoBase &EI) { in error() argument 81 reportError(EI.message()); in error()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaStmt.cpp | 1158 EnumValsTy::iterator &EI, in ShouldDiagnoseSwitchCaseNotInEnum() argument 1178 while (EI != EIEnd && EI->first < Val) in ShouldDiagnoseSwitchCaseNotInEnum() 1179 EI++; in ShouldDiagnoseSwitchCaseNotInEnum() 1181 if (EI != EIEnd && EI->first == Val) in ShouldDiagnoseSwitchCaseNotInEnum() 1514 auto EI = EnumVals.begin(), EIEnd = in ActOnFinishSwitchStmt() local 1521 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1528 EI = EnumVals.begin(); in ActOnFinishSwitchStmt() 1532 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1542 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1555 for (EI = EnumVals.begin(); EI != EIEnd; EI++) { in ActOnFinishSwitchStmt() [all …]
|
| /openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| D | 2906.key | 3 2EI/KnE4ftZs/KjCoKnDwsky/tneYpvFh8gJQ75wun/iAq2MGEqTTBVvNlwRTn22
|
| D | 111.key | 20 Ucg8XJjfH9oJETVzFLlRQsxYqJYtdx4BBjXG1ma2aZihAn8w4l6lI3tl2cmzj+EI
|