Home
last modified time | relevance | path

Searched refs:getArrayRef (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h84 ArrayRef<value_type> getArrayRef() const { return vector_; } in getArrayRef() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp342 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp173 return S.solve(Constraints.getArrayRef()); in querySolver()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1119 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
1132 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in getMostGenericAliasScope()
1164 : getOrSelfReference(A->getContext(), MDs.getArrayRef()); in getMostGenericFPMath()
H A DDIBuilder.cpp106 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
113 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp109 ConstantArray::get(ATy, Init.getArrayRef()), in appendToUsedList()
H A DCodeExtractor.cpp1880 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
H A DSimplifyCFG.cpp3342 ArrayRef<BasicBlock *> PredBBs = Pair.second.getArrayRef(); in FoldCondBranchOnValueKnownInPredecessorImpl()
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp601 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1012 return LibFunctions.getArrayRef();
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp313 EscapedDeclsForTeams = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
315 EscapedDeclsForParallel = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
481 return EscapedDecls.getArrayRef(); in getEscapedDecls()
493 return EscapedVariableLengthDecls.getArrayRef(); in getEscapedVariableLengthDecls()
499 return DelayedVariableLengthDecls.getArrayRef(); in getDelayedVariableLengthDecls()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2143 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(SetF.getArrayRef()); in emitApplyPatterns()
2145 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(UnsetF.getArrayRef(), in emitApplyPatterns()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp917 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments()
2781 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
H A DFunctionImport.cpp1874 GlobalsToImport.getArrayRef(), nullptr,
H A DAttributor.cpp916 return isPotentiallyAffectedByBarrier(A, Ptrs.getArrayRef(), QueryingAA, &I); in isPotentiallyAffectedByBarrier()
1749 return Pred(Callees.getArrayRef()); in checkForAllCallees()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3016 return GrpsUnionForParms.getArrayRef();
3029 return GrpsUnionForParms.getArrayRef();
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp791 return MDNode::get(Ctx, Union.getArrayRef()); in propagateMetadata()
H A DScalarEvolution.cpp4539 return SI->second.getArrayRef();
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5326 ArrayRef<TreeEntry *> OrderedEntries = It->second.getArrayRef(); in getScalarsVectorizationState()
9788 computeCommonAlignment<LoadInst>(UniqueValues.getArrayRef()); in getGatherCost()
9795 computeCommonAlignment<LoadInst>(UniqueValues.getArrayRef()); in getGatherCost()
9831 computeCommonAlignment<StoreInst>(UniqueValues.getArrayRef()); in getLastInstructionInBundle()
13724 ArrayRef<const TreeEntry *> PostponedNodes = PostponedGathers.getArrayRef(); in tryToVectorizeList()
15931 InstructionsState S = getSameOpcode(ValOps.getArrayRef(), *TLI); in vectorizeChainsInBlock()
15939 any_of(ValOps.getArrayRef(), in vectorizeChainsInBlock()
H A DLoopVectorize.cpp8844 for (VPSingleDefRecipe *CurrentLink : Worklist.getArrayRef().drop_front()) { in tryToBuildVPlanWithVPRecipes()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24712 getFirstIndexOf(DemandedSubvectors.getArrayRef(), DemandedSubvector);
[all...]