Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DGraphWriter.h84 child_iterator EI = GTraits::child_begin(Node); in getEdgeSourceLabels() local
190 child_iterator EI = GTraits::child_begin(Node); in writeNode() local
278 child_iterator EI = GTraits::child_begin(Node); in writeNode() local
288 void writeEdge(NodeRef Node, unsigned edgeidx, child_iterator EI) { in writeEdge()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h116 size_t EI = getIndex(E); in getBytes() local
121 size_t EI = getIndex(E); in getComments() local
142 size_t getNumBytes(size_t EI) const { in getNumBytes()
147 size_t getNumComments(size_t EI) const { in getNumComments()
DDbgEntityHistoryCalculator.cpp179 for (auto EI = HistoryMapEntries.begin(), EE = HistoryMapEntries.end(); in trimLocationRanges() local
/openbsd/src/gnu/llvm/llvm/lib/Support/
DError.cpp67 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in logAllUnhandledErrors()
100 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) { in errorToErrorCode()
/openbsd/src/gnu/llvm/llvm/lib/MCA/
DCodeEmitter.cpp19 EncodingInfo &EI = Encodings[MCID]; in getOrCreateEncodingInfo() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUReplaceLDSUseWithPointer.cpp207 auto *EI = &(*(K->getEntryBlock().getFirstInsertionPt())); in activateLaneZero() local
240 auto *EI = &(*(activateLaneZero(K)->getFirstInsertionPt())); in initializeLDSPointer() local
310 auto *EI = &(*(F->getEntryBlock().getFirstInsertionPt())); in getReplacementInst() local
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DCodeEmitter.h60 EncodingInfo EI = getOrCreateEncodingInfo(MCID); in getEncoding() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-cvtres/
Dllvm-cvtres.cpp84 handleAllErrors(std::move(EC), [&](const ErrorInfoBase &EI) { in error()
93 [&](const ErrorInfoBase &EI) { reportError(EI.message()); }); in error()
/openbsd/src/gnu/llvm/llvm/tools/llvm-xray/
Dxray-graph.cpp251 EdgeIdentifier EI(ThreadStack.back().FuncId, TopFuncId); in accountRecord() local
261 EdgeIdentifier EI(VI, Record.FuncId); in accountRecord() local
/openbsd/src/gnu/llvm/llvm/include/llvm/XRay/
DGraph.h464 const auto &EI = Val.first; in insert() local
479 auto EI = Val.first; in insert() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DSimpleRemoteEPC.cpp297 SimpleRemoteEPCExecutorInfo EI; in setup() local
310 auto EI = EIF.get(); in setup() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-mt/
Dllvm-mt.cpp80 handleAllErrors(std::move(EC), [&](const ErrorInfoBase &EI) { in error()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionImport.cpp677 for (auto &EI : ELI.second) { in ComputeCrossModuleImport() local
710 for (auto EI = NewExports.begin(); EI != NewExports.end();) { in ComputeCrossModuleImport() local
810 for (auto &EI : FS->mutableCalls()) { in updateValueInfoForIndirectCalls() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp195 [&](const ErrorInfoBase &EI) { error(EI.message()); }); in reportError()
208 createFileError(Input, std::move(Err)), [&](const ErrorInfoBase &EI) { in reportWarning()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGICombinerEmitter.cpp245 for (auto *EI : EdgesRemaining) { in reorientToRoots() local
258 for (auto EI = EdgesRemaining.begin(), EE = EdgesRemaining.end(); in reorientToRoots() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp58 static bool cheapToScalarize(Value *V, Value *EI) { in cheapToScalarize()
100 Instruction *InstCombinerImpl::scalarizePHI(ExtractElementInst &EI, in scalarizePHI()
395 Instruction *InstCombinerImpl::visitExtractElementInst(ExtractElementInst &EI) { in visitExtractElementInst()
651 } else if (ExtractElementInst *EI = dyn_cast<ExtractElementInst>(ScalarOp)){ in collectSingleShuffleElements() local
788 if (ExtractElementInst *EI = dyn_cast<ExtractElementInst>(ScalarOp)) { in collectShuffleElements() local
/openbsd/src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp399 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in libDriverMain()
/openbsd/src/gnu/llvm/llvm/tools/llc/
Dllc.cpp235 [&](const ErrorInfoBase &EI) { reportError(EI.message()); }); in reportError()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaType.cpp5363 FunctionType::ExtInfo EI( in GetFullTypeForDeclarator() local
7684 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true); in handleFunctionTypeAttr() local
7702 FunctionType::ExtInfo EI = in handleFunctionTypeAttr() local
7725 FunctionType::ExtInfo EI in handleFunctionTypeAttr() local
7743 FunctionType::ExtInfo EI = in handleFunctionTypeAttr() local
7764 FunctionType::ExtInfo EI = in handleFunctionTypeAttr() local
7790 FunctionType::ExtInfo EI = in handleFunctionTypeAttr() local
7909 auto EI = unwrapped.get()->getExtInfo().withCallingConv(CC); in handleFunctionTypeAttr() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DImmutableGraph.h335 size_type VI = 0, EI = 0; in get() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLazyCallGraph.h265 auto EI = EdgeIndexMap.find(&N); in lookup() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAnalysis.cpp91 EI = EB, in ComputeValueVTs() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp98 [&](const ErrorInfoBase &EI) { in print()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp352 auto &EI = CIEEdgeItr->second; in processFDE() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp469 auto *EI = cast<ExtractElementInst>(VL[I]); in isFixedVectorShuffle() local
530 auto *EI = cast<ExtractValueInst>(E); in getExtractIndex() local
731 } else if (auto *EI = dyn_cast<ExtractElementInst>(I)) { in getSameOpcode() local
1184 const BoUpSLP::EdgeInfo &EI) { in operator <<()
3949 std::optional<unsigned> EI = getExtractIndex(cast<Instruction>(V)); in getReorderingData() local
4177 if (all_of(UserTE->UserTreeIndices, [](const EdgeInfo &EI) { in reorderTopToBottom()
4302 [VF, &TE](const EdgeInfo &EI) { in reorderTopToBottom()
4357 [UserTE](const EdgeInfo &EI) { return EI.UserTE != UserTE; })) in canReorderOperands()
4377 [UserTE, I](const EdgeInfo &EI) { in canReorderOperands()
4431 [TE](const EdgeInfo &EI) { in reorderBottomToTop()
[all …]

123