Home
last modified time | relevance | path

Searched refs:makeMutableArrayRef (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h126 return llvm::makeMutableArrayRef(Storage, Data->getNumChildren()); in getVars()
489 return llvm::makeMutableArrayRef(Storage, Data->getNumChildren()); in getVars()
H A DStmtOpenMP.h1027 return llvm::makeMutableArrayRef(Storage, getLoopsNumber()); in getCounters()
1035 return llvm::makeMutableArrayRef(Storage, getLoopsNumber()); in getPrivateCounters()
1043 return llvm::makeMutableArrayRef(Storage, getLoopsNumber()); in getInits()
1051 return llvm::makeMutableArrayRef(Storage, getLoopsNumber()); in getUpdates()
1059 return llvm::makeMutableArrayRef(Storage, getLoopsNumber()); in getFinals()
1067 return llvm::makeMutableArrayRef(Storage, getLoopsNumber()); in getDependentCounters()
1075 return llvm::makeMutableArrayRef(Storage, getLoopsNumber()); in getDependentInits()
1083 return llvm::makeMutableArrayRef(Storage, getLoopsNumber()); in getFinalsConditions()
H A DOpenMPClause.h5276 return llvm::makeMutableArrayRef<Expr *>( in getUDMapperRefs()
8633 return llvm::makeMutableArrayRef(getTrailingObjects<OMPClause *>(), in getClauses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h534 MutableArrayRef<T> makeMutableArrayRef(T &OneElt) { in makeMutableArrayRef() function
540 MutableArrayRef<T> makeMutableArrayRef(T *data, size_t length) { in makeMutableArrayRef() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h227 makeMutableArrayRef(Results.data() + 1, Results.size() - 1)) in parallel_transform_reduce()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h626 return llvm::makeMutableArrayRef(getTrailingObjects<uint64_t>(), in getMemberOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp234 FD, makeMutableArrayRef(Buffer.end(), ChunkSize)); in getMemoryBufferForStream()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp621 llvm::makeMutableArrayRef(static_cast<uint8_t *>(buf), bytes_read); in ReadMemoryWithoutTrap()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h802 return makeMutableArrayRef( in getValueSitesForKind()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp494 newRelocs = makeMutableArrayRef( in createThunks()
498 newRelocs = makeMutableArrayRef( in createThunks()
H A DChunks.cpp828 makeMutableArrayRef(reinterpret_cast<RVAFlag *>(buf), syms.size()); in writeTo()
H A DDebugTypes.cpp640 auto newRec = makeMutableArrayRef(&merged.recs[offset], newSize); in mergeTypeRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp722 (void)apf.convertToInteger(makeMutableArrayRef(v), BitWidth, in getConstantValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp196 if (APF.convertToInteger(makeMutableArrayRef(UIntVal), 64, true, in ConvertToSInt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp34 return llvm::makeMutableArrayRef(getTrailingObjects<Stmt *>(), NumChildren); in getChildren()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1832 Val.convertToInteger(makeMutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt()