/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 27 template<typename T> class [[nodiscard]] MutableArrayRef; variable 178 template <typename Allocator> MutableArrayRef<T> copy(Allocator &A) { in copy() 181 return MutableArrayRef<T>(Buff, Length); in copy() 305 class [[nodiscard]] MutableArrayRef : public ArrayRef<T> { 320 /*implicit*/ MutableArrayRef() = default; 323 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function 326 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 329 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 333 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 336 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | ArrayRef.h | 27 template<typename T> class [[nodiscard]] MutableArrayRef; variable 180 template <typename Allocator> MutableArrayRef<T> copy(Allocator &A) { in copy() 183 return MutableArrayRef<T>(Buff, Length); in copy() 307 class [[nodiscard]] MutableArrayRef : public ArrayRef<T> { 322 /*implicit*/ MutableArrayRef() = default; 325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function 328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 331 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | ArrayRef.h | 27 template<typename T> class [[nodiscard]] MutableArrayRef; variable 180 template <typename Allocator> MutableArrayRef<T> copy(Allocator &A) { in copy() 183 return MutableArrayRef<T>(Buff, Length); in copy() 307 class [[nodiscard]] MutableArrayRef : public ArrayRef<T> { 322 /*implicit*/ MutableArrayRef() = default; 325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function 328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 331 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | ArrayRef.h | 27 template<typename T> class [[nodiscard]] MutableArrayRef; variable 180 template <typename Allocator> MutableArrayRef<T> copy(Allocator &A) { in copy() 183 return MutableArrayRef<T>(Buff, Length); in copy() 307 class [[nodiscard]] MutableArrayRef : public ArrayRef<T> { 322 /*implicit*/ MutableArrayRef() = default; 325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function 328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 331 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | ArrayRef.h | 27 template<typename T> class [[nodiscard]] MutableArrayRef; variable 180 template <typename Allocator> MutableArrayRef<T> copy(Allocator &A) { in copy() 183 return MutableArrayRef<T>(Buff, Length); in copy() 307 class [[nodiscard]] MutableArrayRef : public ArrayRef<T> { 322 /*implicit*/ MutableArrayRef() = default; 325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef() function 328 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 331 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 335 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 300 class LLVM_NODISCARD MutableArrayRef : public ArrayRef<T> { 306 /*implicit*/ MutableArrayRef() = default; 309 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function 312 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 315 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 319 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 322 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function 326 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function 331 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function 336 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 283 class LLVM_NODISCARD MutableArrayRef : public ArrayRef<T> { 290 /*implicit*/ MutableArrayRef() : ArrayRef<T>() {} in MutableArrayRef() function 293 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function 296 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 299 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 303 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 306 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function 310 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function 315 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function 320 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function [all …]
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 226 class MutableArrayRef : public ArrayRef<T> { 233 /*implicit*/ MutableArrayRef() : ArrayRef<T>() {} in MutableArrayRef() function 236 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function 239 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 242 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 246 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 249 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function 253 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function 258 /*implicit*/ LLVM_CONSTEXPR MutableArrayRef(T (&Arr)[N]) in MutableArrayRef() function 282 MutableArrayRef<T> slice(size_t N) const { in slice() [all …]
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 130 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() 131 return MutableArrayRef<Expr *>( in getVarRefs() 156 typedef MutableArrayRef<Expr *>::iterator varlist_iterator; 1215 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() 1216 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies() 1243 typedef MutableArrayRef<Expr *>::iterator private_copies_iterator; 1314 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() 1315 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies() 1328 MutableArrayRef<Expr *> getInits() { in getInits() 1329 return MutableArrayRef<Expr *>(getPrivateCopies().end(), varlist_size()); in getInits() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | OpenMPClause.h | 297 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() 298 return MutableArrayRef<Expr *>( in getVarRefs() 311 using varlist_iterator = MutableArrayRef<Expr *>::iterator; 831 MutableArrayRef<Expr *> getSizesRefs() { in getSizesRefs() 832 return MutableArrayRef<Expr *>(static_cast<OMPSizesClause *>(this) in getSizesRefs() 851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() 2679 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() 2680 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies() 2706 using private_copies_iterator = MutableArrayRef<Expr *>::iterator; 2788 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | OpenMPClause.h | 297 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() 298 return MutableArrayRef<Expr *>( in getVarRefs() 311 using varlist_iterator = MutableArrayRef<Expr *>::iterator; 831 MutableArrayRef<Expr *> getSizesRefs() { in getSizesRefs() 832 return MutableArrayRef<Expr *>(static_cast<OMPSizesClause *>(this) in getSizesRefs() 851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() 2639 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() 2640 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies() 2666 using private_copies_iterator = MutableArrayRef<Expr *>::iterator; 2748 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | OpenMPClause.h | 297 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() 298 return MutableArrayRef<Expr *>( in getVarRefs() 311 using varlist_iterator = MutableArrayRef<Expr *>::iterator; 831 MutableArrayRef<Expr *> getSizesRefs() { in getSizesRefs() 832 return MutableArrayRef<Expr *>(static_cast<OMPSizesClause *>(this) in getSizesRefs() 851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() 2679 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() 2680 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies() 2706 using private_copies_iterator = MutableArrayRef<Expr *>::iterator; 2788 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() [all …]
|
D | OpenACCClause.h | 164 MutableArrayRef<Expr *> Exprs; 173 void setExprs(MutableArrayRef<Expr *> NewExprs) { in setExprs() 213 MutableArrayRef(getTrailingObjects<Expr *>(), QueueIdExprs.size() + 1)); in OpenACCWaitClause() 245 setExprs(MutableArrayRef(getTrailingObjects<Expr *>(), IntExprs.size())); in OpenACCNumGangsClause() 274 setExprs(MutableArrayRef<Expr *>{&this->IntExpr, 1}); in OpenACCClauseWithSingleIntExpr() 343 setExprs(MutableArrayRef(getTrailingObjects<Expr *>(), VarList.size())); in OpenACCPrivateClause() 362 setExprs(MutableArrayRef(getTrailingObjects<Expr *>(), VarList.size())); in OpenACCFirstPrivateClause() 381 setExprs(MutableArrayRef(getTrailingObjects<Expr *>(), VarList.size())); in OpenACCDevicePtrClause() 400 setExprs(MutableArrayRef(getTrailingObjects<Expr *>(), VarList.size())); in OpenACCAttachClause() 419 setExprs(MutableArrayRef(getTrailingObjects<Expr *>(), VarList.size())); in OpenACCNoCreateClause() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | OpenMPClause.h | 297 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() 298 return MutableArrayRef<Expr *>( in getVarRefs() 311 using varlist_iterator = MutableArrayRef<Expr *>::iterator; 831 MutableArrayRef<Expr *> getSizesRefs() { in getSizesRefs() 832 return MutableArrayRef<Expr *>(static_cast<OMPSizesClause *>(this) in getSizesRefs() 851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() 2679 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() 2680 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies() 2706 using private_copies_iterator = MutableArrayRef<Expr *>::iterator; 2788 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() [all …]
|
D | DeclOpenMP.h | 35 MutableArrayRef<OMPClause *> getClauses() { in getClauses() 124 MutableArrayRef<Expr *> getVars() { in getVars() 126 return llvm::MutableArrayRef(Storage, Data->getNumChildren()); in getVars() 138 typedef MutableArrayRef<Expr *>::iterator varlist_iterator; 324 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator; 433 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator; 487 MutableArrayRef<Expr *> getVars() { in getVars() 489 return llvm::MutableArrayRef(Storage, Data->getNumChildren()); in getVars() 501 typedef MutableArrayRef<Expr *>::iterator varlist_iterator; 505 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | compile_mlir_util.h | 43 llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>> 83 llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>> 104 llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>> 127 llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>> 137 llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>> 151 llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>> 163 llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>> 176 llvm::MutableArrayRef<std::unique_ptr<mlir::Pass>>
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 28 size_t writeMachOStruct(MutableArrayRef<char> Buf, size_t Offset, MachOStruct S, in writeMachOStruct() 41 virtual size_t write(MutableArrayRef<char> Buf, size_t Offset, 63 size_t write(MutableArrayRef<char> Buf, size_t Offset, \ 97 size_t write(MutableArrayRef<char> Buf, size_t Offset, 120 size_t write(MutableArrayRef<char> Buf, size_t Offset, 138 size_t write(MutableArrayRef<char> Buf, size_t Offset, 286 size_t write(MutableArrayRef<char> Buf, size_t Offset, 444 void write(MutableArrayRef<char> Buffer) { 472 size_t writeHeader(MutableArrayRef<char> Buf, size_t Offset) { 477 size_t writeSegments(MutableArrayRef<char> Buf, size_t Offset) { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 28 size_t writeMachOStruct(MutableArrayRef<char> Buf, size_t Offset, MachOStruct S, in writeMachOStruct() 41 virtual size_t write(MutableArrayRef<char> Buf, size_t Offset, 63 size_t write(MutableArrayRef<char> Buf, size_t Offset, \ 97 size_t write(MutableArrayRef<char> Buf, size_t Offset, 120 size_t write(MutableArrayRef<char> Buf, size_t Offset, 138 size_t write(MutableArrayRef<char> Buf, size_t Offset, 286 size_t write(MutableArrayRef<char> Buf, size_t Offset, 444 void write(MutableArrayRef<char> Buffer) { 472 size_t writeHeader(MutableArrayRef<char> Buf, size_t Offset) { 477 size_t writeSegments(MutableArrayRef<char> Buf, size_t Offset) { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 28 size_t writeMachOStruct(MutableArrayRef<char> Buf, size_t Offset, MachOStruct S, in writeMachOStruct() 41 virtual size_t write(MutableArrayRef<char> Buf, size_t Offset, 63 size_t write(MutableArrayRef<char> Buf, size_t Offset, \ 97 size_t write(MutableArrayRef<char> Buf, size_t Offset, 120 size_t write(MutableArrayRef<char> Buf, size_t Offset, 138 size_t write(MutableArrayRef<char> Buf, size_t Offset, 286 size_t write(MutableArrayRef<char> Buf, size_t Offset, 444 void write(MutableArrayRef<char> Buffer) { 472 size_t writeHeader(MutableArrayRef<char> Buf, size_t Offset) { 477 size_t writeSegments(MutableArrayRef<char> Buf, size_t Offset) { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 28 size_t writeMachOStruct(MutableArrayRef<char> Buf, size_t Offset, MachOStruct S, in writeMachOStruct() 41 virtual size_t write(MutableArrayRef<char> Buf, size_t Offset, 63 size_t write(MutableArrayRef<char> Buf, size_t Offset, \ 211 size_t write(MutableArrayRef<char> Buf, size_t Offset, in write() 369 void write(MutableArrayRef<char> Buffer) { in write() 397 size_t writeHeader(MutableArrayRef<char> Buf, size_t Offset) { in writeHeader() 402 size_t writeSegments(MutableArrayRef<char> Buf, size_t Offset) { in writeSegments() 408 size_t writeLoadCommands(MutableArrayRef<char> Buf, size_t Offset) { in writeLoadCommands() 414 size_t writeSectionContent(MutableArrayRef<char> Buf, size_t Offset) { in writeSectionContent() 433 size_t writeRelocations(MutableArrayRef<char> Buf, size_t Offset) { in writeRelocations() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/HardwareUnits/ |
D | RegisterFile.h | 218 MutableArrayRef<unsigned> UsedPhysRegs); 223 MutableArrayRef<unsigned> FreedPhysRegs); 255 void addRegisterWrite(WriteRef Write, MutableArrayRef<unsigned> UsedPhysRegs); 265 MutableArrayRef<unsigned> FreedPhysRegs); 278 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes, 279 MutableArrayRef<ReadState> Reads);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/HardwareUnits/ |
D | RegisterFile.h | 218 MutableArrayRef<unsigned> UsedPhysRegs); 223 MutableArrayRef<unsigned> FreedPhysRegs); 255 void addRegisterWrite(WriteRef Write, MutableArrayRef<unsigned> UsedPhysRegs); 265 MutableArrayRef<unsigned> FreedPhysRegs); 278 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes, 279 MutableArrayRef<ReadState> Reads);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/HardwareUnits/ |
D | RegisterFile.h | 218 MutableArrayRef<unsigned> UsedPhysRegs); 223 MutableArrayRef<unsigned> FreedPhysRegs); 255 void addRegisterWrite(WriteRef Write, MutableArrayRef<unsigned> UsedPhysRegs); 265 MutableArrayRef<unsigned> FreedPhysRegs); 278 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes, 279 MutableArrayRef<ReadState> Reads);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/HardwareUnits/ |
D | RegisterFile.h | 218 MutableArrayRef<unsigned> UsedPhysRegs); 223 MutableArrayRef<unsigned> FreedPhysRegs); 255 void addRegisterWrite(WriteRef Write, MutableArrayRef<unsigned> UsedPhysRegs); 265 MutableArrayRef<unsigned> FreedPhysRegs); 278 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes, 279 MutableArrayRef<ReadState> Reads);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RegisterFile.h | 218 MutableArrayRef<unsigned> UsedPhysRegs); 223 MutableArrayRef<unsigned> FreedPhysRegs); 255 void addRegisterWrite(WriteRef Write, MutableArrayRef<unsigned> UsedPhysRegs); 265 MutableArrayRef<unsigned> FreedPhysRegs); 278 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes, 279 MutableArrayRef<ReadState> Reads);
|