Searched defs:ArrayRef (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | TinyPtrVector.h | [all...] |
H A D | ArrayRef.h | 41 class LLVM_NODISCARD ArrayRef { class 63 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() function in llvm::ArrayRef 66 /*implicit*/ ArrayRef(const T &OneElt) ArrayRef() function in llvm::ArrayRef 70 /*implicit*/ ArrayRef(const T *data, size_t length) ArrayRef() function in llvm::ArrayRef 74 ArrayRef(const T *begin, const T *end) ArrayRef() function in llvm::ArrayRef 81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) ArrayRef() function in llvm::ArrayRef 87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) ArrayRef() function in llvm::ArrayRef 92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) ArrayRef() function in llvm::ArrayRef 107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) ArrayRef() function in llvm::ArrayRef 117 ArrayRef( ArrayRef() function in llvm::ArrayRef 127 /*implicit*/ ArrayRef( ArrayRef() function in llvm::ArrayRef 137 ArrayRef(const std::vector<U *, A> &Vec, ArrayRef() function in llvm::ArrayRef [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | RegisterClassInfo.h | |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 33 class LLVM_NODISCARD ArrayRef { class 53 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {} in ArrayRef() function in llvm::ArrayRef 56 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() function in llvm::ArrayRef 59 /*implicit*/ ArrayRef(const T &OneElt) ArrayRef() function in llvm::ArrayRef 63 /*implicit*/ ArrayRef(const T *data, size_t length) ArrayRef() function in llvm::ArrayRef 67 ArrayRef(const T *begin, const T *end) ArrayRef() function in llvm::ArrayRef 74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) ArrayRef() function in llvm::ArrayRef 80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) ArrayRef() function in llvm::ArrayRef 85 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) ArrayRef() function in llvm::ArrayRef 93 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) ArrayRef() function in llvm::ArrayRef 100 ArrayRef( ArrayRef() function in llvm::ArrayRef 110 /*implicit*/ ArrayRef( ArrayRef() function in llvm::ArrayRef 120 ArrayRef(const std::vector<U *, A> &Vec, ArrayRef() function in llvm::ArrayRef [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 612 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs, in ContainsReg() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CommandLine.h | |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | CommandLine.h | |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2966 emitDebugInfoForUDTs( ArrayRef<std::pair<std::string, const DIType *>> UDTs) emitDebugInfoForUDTs() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 1877 verifyFunctionMetadata( ArrayRef<std::pair<unsigned, MDNode *>> MDs) verifyFunctionMetadata() argument
|
Completed in 25 milliseconds