Home
last modified time | relevance | path

Searched refs:EI (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h115 size_t EI = getIndex(E); in getBytes()
117 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes()
120 size_t EI = getIndex(E); in getComments()
121 return ArrayRef(Comments).slice(Entries[EI].CommentOffset, in getComments() local
122 getNumComments(EI)); in getComments()
141 size_t getNumBytes(size_t EI) const { in getNumEntries()
142 if (EI + 1 == Entries.size()) in getNumBytes() argument
143 return DWARFBytes.size() - Entries[EI].ByteOffset; in getNumBytes()
144 return Entries[EI in getNumBytes()
116 size_t EI = getIndex(E); getBytes() local
147 getNumComments(size_t EI) getNumComments() argument
[all...]
H A DDbgEntityHistoryCalculator.cpp182 for (auto EI = HistoryMapEntries.begin(), EE = HistoryMapEntries.end(); in trimLocationRanges() local
183 EI != EE; ++EI, ++StartIndex) { in trimLocationRanges()
185 if (!EI->isDbgValue()) in trimLocationRanges()
189 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges()
200 const MachineInstr *StartMI = EI->getInstr(); in trimLocationRanges()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h84 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 …]
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DCodeEmitter.cpp19 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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp312 SimpleRemoteEPCExecutorInfo EI; in setup() local
313 if (SPSSerialize::deserialize(IB, EI)) in setup()
314 EIP.set_value(EI); in setup()
325 auto EI = EIF.get(); in setup() local
326 if (!EI) { in setup()
328 return EI.takeError(); in setup()
333 << " Triple: " << EI->TargetTriple << "\n" in setup()
334 << " Page size: " << EI->PageSize << "\n" in setup()
335 << " Bootstrap map" << (EI->BootstrapMap.empty() ? " empty" : ":") in setup()
337 for (const auto &KV : EI->BootstrapMap) in setup()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h464 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 in insert()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp69 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in logAllUnhandledErrors() argument
70 EI.log(OS); in logAllUnhandledErrors()
79 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) { in toString() argument
80 Errors.push_back(EI.message()); in toString()
87 visitErrors(E, [&Errors](const ErrorInfoBase &EI) { in toStringWithoutConsuming() argument
88 Errors.push_back(EI.message()); in toStringWithoutConsuming()
119 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) { in errorToErrorCode() argument
120 EC = EI.convertToErrorCode(); in errorToErrorCode()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp196 SimpleRemoteEPCExecutorInfo EI; in sendSetupMessage()
197 EI.TargetTriple = sys::getProcessTriple(); in sendSetupMessage()
199 EI.PageSize = *PageSize; in sendSetupMessage()
202 EI.BootstrapMap = std::move(BootstrapMap); in sendSetupMessage()
203 EI.BootstrapSymbols = std::move(BootstrapSymbols); in sendSetupMessage()
205 assert(!EI.BootstrapSymbols.count(ExecutorSessionObjectName) && in sendSetupMessage()
207 assert(!EI.BootstrapSymbols.count(DispatchFnName) && in sendSetupMessage()
209 EI.BootstrapSymbols[ExecutorSessionObjectName] = ExecutorAddr::fromPtr(this); in sendSetupMessage()
210 EI.BootstrapSymbols[DispatchFnName] = ExecutorAddr::fromPtr(jitDispatchEntry); in sendSetupMessage()
211 EI in sendSetupMessage()
194 SimpleRemoteEPCExecutorInfo EI; sendSetupMessage() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp673 ElementInfo *EI; member
679 EI = new ElementInfo[VTy->getNumElements()]; in VectorInfo()
684 virtual ~VectorInfo() { delete[] EI; } in ~VectorInfo()
698 if (!EI[i].Ofs.isProvenEqualTo(EI[0].Ofs + i * Factor * Size)) { in isInterleaved()
760 Result.EI[i + j] = in computeFromBCI()
761 ElementInfo(Old.EI[i / Factor].Ofs + j * NewSize, in computeFromBCI()
762 j == 0 ? Old.EI[i / Factor].LI : nullptr); in computeFromBCI()
843 Result.EI[j] = ElementInfo(); in computeFromSVI()
846 Result.EI[j] = LHS.EI[i]; in computeFromSVI()
848 Result.EI[j] = ElementInfo(); in computeFromSVI()
[all …]
H A DScheduleDAGPrinter.cpp48 SUnitIterator EI, in getEdgeAttributes()
50 if (EI.isArtificialDep()) in getEdgeAttributes()
52 if (EI.isCtrlDep()) in getEdgeAttributes()
H A DAnalysis.cpp94 EI = EB, in ComputeValueVTs() local
96 EI != EE; ++EI) { in ComputeValueVTs()
99 SL ? SL->getElementOffset(EI - EB) : TypeSize::getZero(); in ComputeValueVTs()
100 ComputeValueVTs(TLI, DL, *EI, ValueVTs, MemVTs, Offsets, in ComputeValueVTs()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCodeEmitter.h57 EncodingInfo EI = getOrCreateEncodingInfo(MCID); in getEncoding() local
58 return StringRef(&Code[EI.first], EI.second); in getEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp58 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->getIterator())); in scalarizePHI()
140 Value *Elt = EI.getIndexOperand(); in scalarizePHI()
180 return &EI; in scalarizePHI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp511 calleesMatch(CallTy Call, EdgeIter &EI,
899 for (auto EI = Node->CalleeEdges.begin(); EI != Node->CalleeEdges.end();) { in removeNoneTypeCalleeEdges() local
900 auto Edge = *EI; in removeNoneTypeCalleeEdges()
904 EI = Node->CalleeEdges.erase(EI); in removeNoneTypeCalleeEdges()
906 ++EI; in removeNoneTypeCalleeEdges()
933 auto EI = llvm::find_if( in eraseCalleeEdge() local
937 assert(EI != CalleeEdges.end()); in eraseCalleeEdge()
938 CalleeEdges.erase(EI); in eraseCalleeEdge()
944 auto EI = llvm::find_if( in eraseCallerEdge() local
948 assert(EI != CallerEdges.end()); in eraseCallerEdge()
[all …]
H A DFunctionImport.cpp1094 for (auto &EI : ELI.second) { in ComputeCrossModuleImport() local
1101 auto DS = DefinedGVSummaries.find(EI.getGUID()); in ComputeCrossModuleImport()
1127 for (auto EI = NewExports.begin(); EI != NewExports.end();) { in ComputeCrossModuleImport() local
1128 if (!DefinedGVSummaries.count(EI->getGUID())) in ComputeCrossModuleImport()
1129 NewExports.erase(EI++); in ComputeCrossModuleImport()
1131 ++EI; in ComputeCrossModuleImport()
1254 for (auto &EI : FS->mutableCalls()) { in updateValueInfoForIndirectCalls() local
1255 if (!EI.first.getSummaryList().empty()) in updateValueInfoForIndirectCalls()
1257 auto GUID = Index.getGUIDFromOriginalID(EI.first.getGUID()); in updateValueInfoForIndirectCalls()
1278 EI.first = VI; in updateValueInfoForIndirectCalls()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h789 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>())
790 return EI->getMMOs();
826 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>())
827 return EI->getPreInstrSymbol();
838 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>())
839 return EI->getPostInstrSymbol();
848 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>())
849 return EI->getHeapAllocMarker();
858 if (ExtraInfo *EI = Info.get<EIIK_OutOfLine>())
859 return EI->getPCSections();
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp83 static void printError(const ErrorInfoBase &EI, StringRef AuxInfo) { in printError() argument
87 EI.log(errs()); in printError()
103 [&](const ErrorInfoBase &EI) { in print() argument
104 PrintEmpty = Printer.printError(Request, EI); in print()
351 handleAllErrors(std::move(E), [&](const StringError &EI) { in symbolizeInput() argument
352 printError(EI, InputString); in symbolizeInput()
571 handleAllErrors(Status.takeError(), [&](const ErrorInfoBase &EI) { in llvm_symbolizer_main() argument
572 Printer->printError(SymRequest, EI); in llvm_symbolizer_main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h270 for (auto &EI : AllEdges) in addEdge()
271 OS << " Edge " << Count++ << ": " << getBBInfo(EI->SrcBB).Index << "-->" in addEdge()
272 << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n"; in addEdge()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h335 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp91 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes()
93 SDValue Op = EI.getNode()->getOperand(EI.getOperand()); in getEdgeAttributes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp44 handleAllErrors(std::move(EC), [&](const ErrorInfoBase &EI) { in error() argument
46 WithColor::error(errs(), ToolName) << EI.message() << ".\n"; in error()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1189 EnumValsTy::iterator &EI, in ShouldDiagnoseSwitchCaseNotInEnum() argument
1209 while (EI != EIEnd && EI->first < Val) in ShouldDiagnoseSwitchCaseNotInEnum()
1210 EI++; in ShouldDiagnoseSwitchCaseNotInEnum()
1212 if (EI != EIEnd && EI->first == Val) in ShouldDiagnoseSwitchCaseNotInEnum()
1549 auto EI = EnumVals.begin(), EIEnd = in ActOnFinishSwitchStmt() local
1556 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1563 EI = EnumVals.begin(); in ActOnFinishSwitchStmt()
1567 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1577 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
1590 for (EI = EnumVals.begin(); EI != EIEnd; EI++) { in ActOnFinishSwitchStmt()
[all …]
/freebsd/share/msgdef/
H A Det_EE.ISO8859-15.src16 ei:e:EI:E:no:n:NO:N
/freebsd/share/msgdef_unicode/
H A Det_EE.UTF-8.src16 ei:e:EI:E:no:n:NO:N

12345