/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 84 ArrayRef<value_type> getArrayRef() const { return vector_; } in getArrayRef() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 342 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.cpp | 173 return S.solve(Constraints.getArrayRef()); in querySolver()
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1119 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 D | DIBuilder.cpp | 106 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 D | ModuleUtils.cpp | 109 ConstantArray::get(ATy, Init.getArrayRef()), in appendToUsedList()
|
H A D | CodeExtractor.cpp | 1880 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
|
H A D | SimplifyCFG.cpp | 3342 ArrayRef<BasicBlock *> PredBBs = Pair.second.getArrayRef(); in FoldCondBranchOnValueKnownInPredecessorImpl()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 601 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 1012 return LibFunctions.getArrayRef();
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 313 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 D | GlobalISelCombinerEmitter.cpp | 2143 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 D | IROutliner.cpp | 917 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments() 2781 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
|
H A D | FunctionImport.cpp | 1874 GlobalsToImport.getArrayRef(), nullptr,
|
H A D | Attributor.cpp | 916 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 D | UnsafeBufferUsage.cpp | 3016 return GrpsUnionForParms.getArrayRef(); 3029 return GrpsUnionForParms.getArrayRef();
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 791 return MDNode::get(Ctx, Union.getArrayRef()); in propagateMetadata()
|
H A D | ScalarEvolution.cpp | 4539 return SI->second.getArrayRef();
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 5326 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 D | LoopVectorize.cpp | 8844 for (VPSingleDefRecipe *CurrentLink : Worklist.getArrayRef().drop_front()) { in tryToBuildVPlanWithVPRecipes()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 24712 getFirstIndexOf(DemandedSubvectors.getArrayRef(), DemandedSubvector); [all...] |