Searched refs:EI (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp386 [&](const ErrorInfoBase &EI) { error(EI.message()); });
399 createFileError(Input, std::move(Err)), [&](const ErrorInfoBase &EI) {
400 WithColor::warning(errs(), ToolName) << EI.message() << "\n";
H A DARMWinEHPrinter.cpp1093 for (unsigned EI = 0, EE = Contents.size() / PDataEntrySize; EI < EE; ++EI)
1094 if (!dumpProcedureDataEntry(COFF, Section, EI, Contents))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp513 for (StructType::element_iterator EB = STy->element_begin(), EI = EB,
515 EI != EE; ++EI) {
516 auto Offset = SL->getElementOffset(EI - EB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1656 for (auto EB = Entries.begin(), EI = EB, EE = Entries.end(); EI != EE; ++EI) {
1657 const MachineInstr *Instr = EI->getInstr();
1660 size_t Index = std::distance(EB, EI);
1668 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr);
1673 if (std::next(EI) == Entries.end()) {
1676 if (EI->isClobber())
1677 EndMI = EI->getInstr();
1679 else if (std::next(EI)
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1397 auto EI = T->getExtInfo(); local
1398 if (EI.getNoReturn())
1400 if (EI.getProducesResult())
1402 if (EI.getHasRegParm())
1403 OS << " regparm " << EI.getRegParm();
1404 OS << " " << FunctionType::getNameForCallConv(EI.getCC());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp20 handleAllErrors(AddendOrErr.takeError(), [](const ErrorInfoBase &EI) {
21 report_fatal_error(EI.message());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h167 Expression createExtractvalueExpr(ExtractValueInst *EI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h270 auto EI = EdgeIndexMap.find(&N); local
271 if (EI == EdgeIndexMap.end())
273 auto &E = Edges[EI->second];
H A DBlockFrequencyInfoImpl.h1559 std::string getEdgeAttributes(NodeRef Node, EdgeIter EI, argument
1567 BranchProbability BP = BPI->getEdgeProbability(Node, EI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1212 } else if (auto *EI = dyn_cast<ExtractValueInst>(I)) {
1214 AggregateValueExpression(I->getNumOperands(), EI->getNumIndices());
1215 setBasicExpressionInfo(EI, E);
1217 std::copy(EI->idx_begin(), EI->idx_end(), int_op_inserter(E));
1823 if (auto *EI = dyn_cast<ExtractValueInst>(I)) {
1824 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand());
1825 if (WO && EI->getNumIndices() == 1 && *EI->idx_begin() == 0)
1826 // EI i
[all...]
H A DDeadStoreElimination.cpp669 BasicBlock::iterator EI; local
673 EI = SecondBBI;
678 EI = B->end();
680 for (; BI != EI; ++BI) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp396 ExpansionInfo EI = getExpandedMacro(P->getLocation().asLocation(), PP, CTU); local
413 EmitString(o, EI.MacroName) << '\n';
417 EmitString(o, EI.Expansion) << '\n';
H A DExprEngine.cpp2399 iterator I = builder.begin(), EI = builder.end(); local
2400 bool defaultIsFeasible = I == EI;
2402 for ( ; I != EI; ++I) {
3185 EI = BR.EQClasses_begin(), EE = BR.EQClasses_end(); EI != EE; ++EI) {
3187 dyn_cast<PathSensitiveBugReport>(EI->getReports()[0].get());
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp775 [&](const llvm::ErrorInfoBase &EI) {
776 EI.log(stream);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp676 [&W](const ErrorInfoBase &EI) { EI.log(W.startLine()); });
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2187 auto &EI = Entry.getExpansion();
2188 out << " spelling from " << EI.getSpellingLoc().getOffset() << "\n";
2189 out << " macro " << (EI.isMacroArgExpansion() ? "arg" : "body")
2190 << " range <" << EI.getExpansionLocStart().getOffset() << ":"
2191 << EI.getExpansionLocEnd().getOffset() << ">\n";
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5059 FunctionType::ExtInfo EI(
5065 T = Context.getFunctionNoProtoType(T, EI);
5081 T = Context.getFunctionNoProtoType(T, EI);
5086 EPI.ExtInfo = EI;
7277 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true);
7278 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
7295 FunctionType::ExtInfo EI = local
7297 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
7318 FunctionType::ExtInfo EI local
7320 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
7383 FunctionType::ExtInfo EI = local
7502 auto EI = unwrapped.get()->getExtInfo().withCallingConv(CC); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1076 EncodingInfo EI = getUnicodeEncoding(currentInput()); local
1080 T.Range = StringRef(Current, EI.second);
1082 Current += EI.second;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2250 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) {
2251 EditEntry &Entry = *EI;
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp1099 handleAllErrors(std::move(ec), [&](const llvm::ErrorInfoBase &EI) {
1100 error(EI.message() + ", processing '-filelist " + arg->getValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h450 Instruction *visitExtractElementInst(ExtractElementInst &EI);
607 Instruction *scalarizePHI(ExtractElementInst &EI, PHINode *PN);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp294 auto *EI = cast<ExtractElementInst>(VL[I]); local
295 auto *Vec = EI->getVectorOperand();
299 auto *Idx = dyn_cast<ConstantInt>(EI->getIndexOperand());
468 ExtractValueInst *EI = cast<ExtractValueInst>(E); local
469 if (EI->getNumIndices() != 1)
471 return *EI->idx_begin();
695 const BoUpSLP::EdgeInfo &EI) {
696 EI.dump(OS);
1395 const EdgeInfo &EI);
694 operator <<(raw_ostream &OS, const BoUpSLP::EdgeInfo &EI) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1025 llvm::Function::arg_iterator EI = CurFn->arg_end(); local
1026 --EI;
1027 llvm::Value *Addr = Builder.CreateStructGEP(nullptr, &*EI, Idx);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp911 for (const auto *EI : EnumD->enumerators()) {
912 if (EI->getIdentifier())
913 Hash = llvm::djbHash(EI->getIdentifier()->getName(), Hash);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp461 void visitExtractElementInst(ExtractElementInst &EI);
462 void visitInsertElementInst(InsertElementInst &EI);
463 void visitShuffleVectorInst(ShuffleVectorInst &EI);
3395 void Verifier::visitExtractElementInst(ExtractElementInst &EI) { argument
3397 ExtractElementInst::isValidOperands(EI.getOperand(0), EI.getOperand(1)),
3398 "Invalid extractelement operands!", &EI); local
3399 visitInstruction(EI);

Completed in 525 milliseconds

123