Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h175 return StrToIndexMap.getArrayRef(); in getStrToIndexMapRef()
180 return Records.getArrayRef(); in getRecords()
183 return KnownColdSymbols.getArrayRef(); in getKnownColdSymbols()
186 return KnownColdHashes.getArrayRef(); in getKnownColdHashes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h90 ArrayRef<value_type> getArrayRef() const { return vector_; } in getArrayRef() function
H A DMapVector.h61 ArrayRef<value_type> getArrayRef() const { return Vector; } in getArrayRef() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DControlFlowUtils.cpp307 convertToGuardPredicates(Branches, Outgoing.getArrayRef(), GuardBlocks, in finalize()
H A DModuleUtils.cpp153 ConstantArray::get(ATy, Init.getArrayRef()), in appendToUsedList()
H A DCodeExtractor.cpp1526 EntryFreq, LifetimesStart.getArrayRef(), Reloads); in extractCodeRegion()
1753 applyFirstDebugLoc(oldFunction, Blocks.getArrayRef(), BranchI); in emitFunctionBody()
H A DSimplifyCFG.cpp3497 ArrayRef<BasicBlock *> PredBBs = Pair.second.getArrayRef(); in foldCondBranchOnValueKnownInPredecessorImpl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp172 return S.solve(Constraints.getArrayRef()); in querySolver()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp314 EscapedDeclsForTeams = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
316 EscapedDeclsForParallel = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
481 return EscapedDecls.getArrayRef(); in getEscapedDecls()
493 return EscapedVariableLengthDecls.getArrayRef(); in getEscapedVariableLengthDecls()
499 return DelayedVariableLengthDecls.getArrayRef(); in getDelayedVariableLengthDecls()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1126 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
1139 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
1171 : getOrSelfReference(A->getContext(), MDs.getArrayRef()); in getMostGenericAliasScope()
H A DDIBuilder.cpp104 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
111 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp368 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, Load); in lowerInterleavedLoad()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp601 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1729 Covered |= RegBank.computeCoveredRegisters(OPSet.getArrayRef()); in runTargetDesc()
1738 Covered |= RegBank.computeCoveredRegisters(ConstantSet.getArrayRef()); in runTargetDesc()
H A DGlobalISelCombinerEmitter.cpp2238 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(SetF.getArrayRef()); in emitCodeGenInstructionMatchPattern()
2240 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(UnsetF.getArrayRef(), in emitCodeGenInstructionMatchPattern()
H A DSearchableTableEmitter.cpp341 make_second_range(Enum.Entries.getArrayRef())) in emitGenericEnum()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1011 return LibFunctions.getArrayRef(); in getLibFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp902 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments()
2759 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
H A DFunctionImport.cpp2023 GlobalsToImport.getArrayRef(), nullptr, in importFunctions()
H A DAttributor.cpp917 return isPotentiallyAffectedByBarrier(A, Ptrs.getArrayRef(), QueryingAA, &I); in isPotentiallyAffectedByBarrier()
1758 return Pred(Callees.getArrayRef()); in checkForAllCallees()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1013 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3976 return GrpsUnionForParms.getArrayRef(); in getGroupOfVar()
3989 return GrpsUnionForParms.getArrayRef(); in getGroupOfParms()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp2485 BufferFatPtrConsts.getArrayRef(), /*RestrictToFunc=*/nullptr, in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7209 ArrayRef<TreeEntry *> OrderedEntries = It->second.getArrayRef(); in reorderTopToBottom()
10301 BS.tryScheduleBundle(UniqueValues.getArrayRef(), this, S); in buildTreeRec()
13578 computeCommonAlignment<LoadInst>(UniqueValues.getArrayRef()); in getEntryCost()
13629 computeCommonAlignment<LoadInst>(UniqueValues.getArrayRef()); in getEntryCost()
13671 computeCommonAlignment<StoreInst>(UniqueValues.getArrayRef()); in getEntryCost()
18667 ArrayRef<const TreeEntry *> PostponedNodes = PostponedGathers.getArrayRef(); in vectorizeTree()
20981 InstructionsState S = getSameOpcode(ValOps.getArrayRef(), *TLI); in vectorizeStoreChain()
20990 any_of(ValOps.getArrayRef(), in vectorizeStoreChain()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5806 PromoteMemToReg(PromotableAllocas.getArrayRef(), DTU->getDomTree(), AC); in promoteAllocas()

12