Searched refs:EI (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h115 size_t EI = getIndex(E); local
117 .slice(Entries[EI].ByteOffset, getNumBytes(EI));
120 size_t EI = getIndex(E); local
122 .slice(Entries[EI].CommentOffset, getNumComments(EI));
141 size_t getNumBytes(size_t EI) const {
142 if (EI + 1 == Entries.size())
143 return DWARFBytes.size() - Entries[EI].ByteOffset;
144 return Entries[EI
[all...]
H A DDwarfAccelTable.cpp74 for (StringMap<DataArray>::iterator EI = Entries.begin(), EE = Entries.end();
75 EI != EE; ++EI) {
78 std::stable_sort(EI->second.Values.begin(), EI->second.Values.end(), compareDIEs);
79 EI->second.Values.erase(
80 std::unique(EI->second.Values.begin(), EI->second.Values.end()),
81 EI->second.Values.end());
83 HashData *Entry = new (Allocator) HashData(EI
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h70 child_iterator EI = GTraits::child_begin(Node); local
74 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) {
75 std::string label = DTraits.getEdgeSourceLabel(Node, EI);
88 if (EI != EE && hasEdgeSourceLabels)
230 child_iterator EI = GTraits::child_begin(Node); local
232 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i)
233 if (!DTraits.isNodeHidden(*EI))
234 writeEdge(Node, i, EI);
240 writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp68 Instruction *InstCombiner::scalarizePHI(ExtractElementInst &EI, PHINode *PN) { argument
78 if (PHIUser == cast<Instruction>(&EI))
91 PHINode::Create(EI.getType(), PN->getNumIncomingValues(), ""), *PN));
96 Value *Elt = EI.getIndexOperand();
128 return ReplaceInstUsesWith(EI, scalarPHI);
131 Instruction *InstCombiner::visitExtractElementInst(ExtractElementInst &EI) { argument
133 EI.getVectorOperand(), EI.getIndexOperand(), DL, TLI, DT, AC))
134 return ReplaceInstUsesWith(EI, V);
136 // If vector val is constant with all elements the same, replace EI wit
[all...]
H A DInstCombineInternal.h326 Instruction *visitExtractElementInst(ExtractElementInst &EI);
391 Instruction *scalarizePHI(ExtractElementInst &EI, PHINode *PN);
/freebsd-11.0-release/gnu/usr.bin/groff/font/devlbp/
H A DMakefile6 TB TBI TI TR CR CB CI ER EB EI
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp57 SUnitIterator EI,
59 if (EI.isArtificialDep())
61 if (EI.isCtrlDep())
56 getEdgeAttributes(const SUnit *Node, SUnitIterator EI, const ScheduleDAG *Graph) argument
H A DAnalysis.cpp49 EI = EB,
51 EI != EE; ++EI) {
52 if (Indices && *Indices == unsigned(EI - EB))
53 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
54 CurIndex = ComputeLinearIndex(*EI, nullptr, nullptr, CurIndex);
94 EI = EB, local
96 EI != EE; ++EI)
97 ComputeValueVTs(TLI, DL, *EI, ValueVT
[all...]
/freebsd-11.0-release/contrib/groff/font/devlbp/
H A DMakefile.sub8 ER EB EI
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h179 for (auto &EI : AllEdges)
180 OS << " Edge " << Count++ << ": " << getBBInfo(EI->SrcBB).Index << "-->"
181 << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n";
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp98 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, argument
100 SDValue Op = EI.getNode()->getOperand(EI.getOperand());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp701 EnumValsTy::iterator &EI,
718 while (EI != EIEnd && EI->first < Val)
719 EI++;
721 if (EI != EIEnd && EI->first == Val)
1074 auto EI = EnumVals.begin(), EIEnd = local
1081 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1088 EI = EnumVals.begin();
1092 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEn
698 ShouldDiagnoseSwitchCaseNotInEnum(const Sema &S, const EnumDecl *ED, const Expr *CaseExpr, EnumValsTy::iterator &EI, EnumValsTy::iterator &EIEnd, const llvm::APSInt &Val) argument
1212 EnumValsTy::const_iterator EI = EnumVals.begin(); local
[all...]
H A DSemaType.cpp3922 FunctionType::ExtInfo EI(getCCForDeclaratorChunk(S, D, FTI, chunkIndex));
3926 T = Context.getFunctionNoProtoType(T, EI);
3952 T = Context.getFunctionNoProtoType(T, EI);
3957 EPI.ExtInfo = EI;
5860 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true);
5861 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
5876 FunctionType::ExtInfo EI
5878 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
5902 FunctionType::ExtInfo EI = local
5904 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
5960 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withCallingConv(CC); local
[all...]
H A DSemaCast.cpp1322 for (CXXBasePath::const_reverse_iterator EI = PI->rbegin(),
1324 EI != EE; ++EI)
1325 PathDisplayStr += EI->Base->getType().getAsString() + " -> ";
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp566 EI = EvalCallCheckers.begin(), EE = EvalCallCheckers.end();
567 EI != EE; ++EI) {
570 Pred->getLocationContext(), EI->Checker);
576 evaluated = (*EI)(CE, C);
H A DExprEngine.cpp1795 iterator I = builder.begin(), EI = builder.end(); local
1796 bool defaultIsFeasible = I == EI;
1798 for ( ; I != EI; ++I) {
2715 EI = BR.EQClasses_begin(), EE = BR.EQClasses_end(); EI != EE; ++EI) {
2716 ExplodedNode *N = const_cast<ExplodedNode*>(EI->begin()->getErrorNode());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp124 Expression create_extractvalue_expression(ExtractValueInst* EI);
223 Expression ValueTable::create_extractvalue_expression(ExtractValueInst *EI) { argument
224 assert(EI && "Not an ExtractValueInst?");
226 e.type = EI->getType();
229 IntrinsicInst *I = dyn_cast<IntrinsicInst>(EI->getAggregateOperand());
230 if (I != nullptr && EI->getNumIndices() == 1 && *EI->idx_begin() == 0 ) {
231 // EI might be an extract from one of our recognised intrinsics. If it
263 e.opcode = EI->getOpcode();
264 for (Instruction::op_iterator OI = EI
[all...]
H A DDeadStoreElimination.cpp687 BasicBlock::iterator EI; local
691 EI = SecondBBI;
696 EI = B->end();
698 for (; BI != EI; ++BI) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp315 auto EI = T->getExtInfo(); local
316 if (EI.getNoReturn()) OS << " noreturn";
317 if (EI.getProducesResult()) OS << " produces_result";
318 if (EI.getHasRegParm()) OS << " regparm " << EI.getRegParm();
319 OS << " " << FunctionType::getNameForCallConv(EI.getCC());
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp723 for (unsigned EI = 0, EE = Contents.size() / PDataEntrySize; EI < EE; ++EI)
724 if (!dumpProcedureDataEntry(COFF, Section, EI, Contents))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp2174 auto &EI = Entry.getExpansion();
2175 out << " spelling from " << EI.getSpellingLoc().getOffset() << "\n";
2176 out << " macro " << (EI.isMacroArgExpansion() ? "arg" : "body")
2177 << " range <" << EI.getExpansionLocStart().getOffset() << ":"
2178 << EI.getExpansionLocEnd().getOffset() << ">\n";
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp1082 EncodingInfo EI = getUnicodeEncoding(currentInput()); local
1086 T.Range = StringRef(Current, EI.second);
1088 Current += EI.second;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp2250 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) {
2251 EditEntry &Entry = *EI;
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp614 StructType::element_iterator EI = ST->element_begin(); local
616 for (; EI != EE; ++EI) {
617 Type* fieldTy = static_cast<Type*>(*EI);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp385 void visitExtractElementInst(ExtractElementInst &EI);
386 void visitInsertElementInst(InsertElementInst &EI);
387 void visitShuffleVectorInst(ShuffleVectorInst &EI);
2702 void Verifier::visitExtractElementInst(ExtractElementInst &EI) { argument
2704 ExtractElementInst::isValidOperands(EI.getOperand(0), EI.getOperand(1)),
2705 "Invalid extractelement operands!", &EI); local
2706 visitInstruction(EI);

Completed in 578 milliseconds

12