HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 126 - 150 of 1983) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.h 25 template <typename T> class ArrayRef;
44 ArrayRef<unsigned> Idxs);
46 ArrayRef<unsigned> Idxs);
53 ArrayRef<Value *> Idxs);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.h 28 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/Disassembler/
LanaiDisassembler.h 31 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsCallLowering.h 57 ArrayRef<unsigned> VRegs) const override;
61 ArrayRef<ArgInfo> OrigArgs) const override;
73 ArrayRef<ArgInfo> Args,
74 ArrayRef<unsigned> OrigArgIndices,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageReport.h 37 void renderFunctionReports(ArrayRef<std::string> Files,
43 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
60 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files) const;
64 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files,
  /art/dex2oat/linker/mips64/
relative_patcher_mips64_test.cc 35 static const ArrayRef<const uint8_t> kUnpatchedPcRelativeCode;
43 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
57 const ArrayRef<const uint8_t> Mips64RelativePatcherTest::kUnpatchedPcRelativeCode(
60 void Mips64RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
62 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
76 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
89 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
  /art/openjdkjvmti/
ti_class_definition.h 84 art::ArrayRef<const unsigned char> new_data(new_dex_data, new_dex_len);
88 dex_data_ = art::ArrayRef<const unsigned char>(dex_data_memory_);
93 art::ArrayRef<const unsigned char> GetNewOriginalDexFile() const {
98 return art::ArrayRef<const unsigned char>();
141 art::ArrayRef<const unsigned char> GetDexData() const {
173 art::ArrayRef<const unsigned char> dex_data_;
181 art::ArrayRef<const unsigned char> current_dex_file_;
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 25 template <typename T> class ArrayRef;
97 void DecodePSHUFBMask(ArrayRef<uint64_t> RawMask,
118 void DecodeVPPERMMask(ArrayRef<uint64_t> RawMask,
141 void DecodeVPERMILPMask(MVT VT, ArrayRef<uint64_t> RawMask,
145 void DecodeVPERMIL2PMask(MVT VT, unsigned M2Z, ArrayRef<uint64_t> RawMask,
149 void DecodeVPERMVMask(ArrayRef<uint64_t> RawMask,
153 void DecodeVPERMV3Mask(ArrayRef<uint64_t> RawMask,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
MDBuilder.h 27 template <typename T> class ArrayRef;
64 MDNode *createBranchWeights(ArrayRef<uint32_t> Weights);
95 MDNode *createCallees(ArrayRef<Function *> Callees);
161 MDNode *createTBAAStructNode(ArrayRef<TBAAStructField> Fields);
167 ArrayRef<std::pair<MDNode *, uint64_t>> Fields);
182 ArrayRef<TBAAStructField> Fields =
183 ArrayRef<TBAAStructField>());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
MergingTypeTableBuilder.cpp 11 #include "llvm/ADT/ArrayRef.h"
79 ArrayRef<ArrayRef<uint8_t>> MergingTypeTableBuilder::records() const {
88 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc,
89 ArrayRef<uint8_t> Data) {
96 ArrayRef<uint8_t> &Record) {
104 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record);
116 MergingTypeTableBuilder::insertRecordBytes(ArrayRef<uint8_t> &Record) {
TypeHashing.cpp 29 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) {
34 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData,
35 ArrayRef<GloballyHashedType> PreviousTypes,
36 ArrayRef<GloballyHashedType> PreviousIds) {
47 ArrayRef<uint8_t> PreData = RecordData.slice(Off, PreLen);
54 ArrayRef<TypeIndex> Indices(
57 ArrayRef<uint8_t> BytesToHash;
TypeStreamMerger.cpp 76 ArrayRef<TypeIndex> TypeSourceToDest,
85 ArrayRef<GloballyHashedType> Hashes);
87 ArrayRef<TypeIndex> TypeSourceToDest,
89 ArrayRef<GloballyHashedType> Hashes);
91 ArrayRef<GloballyHashedType> Hashes);
127 ArrayRef<uint8_t> remapIndices(const CVType &OriginalType,
130 inline bool remapIndex(TypeIndex &Idx, ArrayRef<TypeIndex> Map) {
137 inline bool remapIndexSimple(TypeIndex &Idx, ArrayRef<TypeIndex> Map) const {
153 bool remapIndexFallback(TypeIndex &Idx, ArrayRef<TypeIndex> Map);
175 ArrayRef<GloballyHashedType> GlobalHashes
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 25 template <typename T> class ArrayRef;
111 void DecodePSHUFBMask(ArrayRef<uint64_t> RawMask,
134 void DecodeVPPERMMask(ArrayRef<uint64_t> RawMask,
159 ArrayRef<uint64_t> RawMask,
164 ArrayRef<uint64_t> RawMask,
168 void DecodeVPERMVMask(ArrayRef<uint64_t> RawMask,
172 void DecodeVPERMV3Mask(ArrayRef<uint64_t> RawMask,
  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 78 ArrayRef<CharSourceRange> Ranges,
84 ArrayRef<CharSourceRange> Ranges,
90 ArrayRef<FixItHint> Hints,
118 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints,
122 ArrayRef<CharSourceRange> Ranges,
126 ArrayRef<CharSourceRange> Ranges,
127 ArrayRef<FixItHint> Hints,
145 StringRef Message, ArrayRef<CharSourceRange> Ranges,
146 ArrayRef<FixItHint> FixItHints
    [all...]
TextDiagnostic.h 81 ArrayRef<CharSourceRange> Ranges,
87 ArrayRef<CharSourceRange> Ranges,
93 ArrayRef<FixItHint> Hints,
112 ArrayRef<FixItHint> Hints,
117 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeHashing.h 35 ArrayRef<uint8_t> RecordData;
38 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData);
81 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {}
82 GloballyHashedType(ArrayRef<uint8_t> H) {
92 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData,
93 ArrayRef<GloballyHashedType> PreviousTypes,
94 ArrayRef<GloballyHashedType> PreviousIds);
101 ArrayRef<GloballyHashedType> PreviousTypes,
102 ArrayRef<GloballyHashedType> PreviousIds) {
121 hashIds(Range &&Records, ArrayRef<GloballyHashedType> TypeHashes)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
BinaryStreamReader.h 13 #include "llvm/ADT/ArrayRef.h"
37 explicit BinaryStreamReader(ArrayRef<uint8_t> Data,
58 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
67 Error readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size);
80 ArrayRef<uint8_t> Bytes;
113 Error readWideString(ArrayRef<UTF16> &Dest);
159 ArrayRef<uint8_t> Buffer;
176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) {
177 ArrayRef<uint8_t> Bytes;
179 Array = ArrayRef<T>()
    [all...]
BinaryByteStream.h 14 #include "llvm/ADT/ArrayRef.h"
35 BinaryByteStream(ArrayRef<uint8_t> Data, llvm::support::endianness Endian)
43 ArrayRef<uint8_t> &Buffer) override {
51 ArrayRef<uint8_t> &Buffer) override {
60 ArrayRef<uint8_t> data() const { return Data; }
69 ArrayRef<uint8_t> Data;
102 ArrayRef<uint8_t> &Buffer) override {
107 ArrayRef<uint8_t> &Buffer) override {
113 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override {
150 ArrayRef<uint8_t> &Buffer) override
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
BinaryStreamRef.cpp 20 ArrayRefImpl(ArrayRef<uint8_t> Data, endianness Endian) : BBS(Data, Endian) {}
26 ArrayRef<uint8_t> &Buffer) override {
30 ArrayRef<uint8_t> &Buffer) override {
49 ArrayRef<uint8_t> &Buffer) override {
53 ArrayRef<uint8_t> &Buffer) override {
58 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override {
73 BinaryStreamRef::BinaryStreamRef(ArrayRef<uint8_t> Data, endianness Endian)
81 ArrayRef<uint8_t> &Buffer) const {
88 uint32_t Offset, ArrayRef<uint8_t> &Buffer) const {
119 ArrayRef<uint8_t> Data) const
    [all...]
  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 39 static const ArrayRef<const uint8_t> kCallCode;
41 static const ArrayRef<const uint8_t> kNopCode;
43 static const ArrayRef<const uint8_t> kUnpatchedPcRelativeCode;
143 uint32_t Create2MethodsWithGap(const ArrayRef<const uint8_t>& method1_code,
144 const ArrayRef<const LinkerPatch>& method1_patches,
145 const ArrayRef<const uint8_t>& last_method_code,
146 const ArrayRef<const LinkerPatch>& last_method_patches,
175 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code));
222 const ArrayRef<const uint8_t>& code,
223 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>())
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CVSymbolVisitor.h 29 bool consumeObject(ArrayRef<uint8_t> &Data, const T *&Res) {
50 ArrayRef<uint8_t> Data = Record.Data;
84 void visitUnknownSymbol(SymbolKind Kind, ArrayRef<uint8_t> Data) {}
88 void visitSymbolBegin(SymbolKind Leaf, ArrayRef<uint8_t> RecordData) {}
89 void visitSymbolEnd(SymbolKind Leaf, ArrayRef<uint8_t> OriginalSymData) {}
SymbolRecord.h 67 ArrayRef<uint8_t> &Data) {
100 StringRef Name, ArrayRef<uint8_t> VariantData)
106 ArrayRef<uint8_t> &Data) {
109 ArrayRef<uint8_t> VariantData;
119 ArrayRef<uint8_t> VariantData;
139 ArrayRef<uint8_t> &Data) {
171 ArrayRef<uint8_t> &Data) {
203 ArrayRef<uint8_t> &Data) {
224 ArrayRef<uint8_t> &Data) {
237 ArrayRef<TypeIndex> Indices
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
Error.cpp 27 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind,
43 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) {
47 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) {
57 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
74 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
  /external/clang/lib/AST/
OpenMPClause.cpp 165 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) {
174 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL) {
190 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) {
196 void OMPFirstprivateClause::setInits(ArrayRef<Expr *> VL) {
205 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL,
206 ArrayRef<Expr *> InitVL, Stmt *PreInit) {
223 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) {
229 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs)
    [all...]
  /art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc 40 static const ArrayRef<const uint8_t> kCallCode;
42 static const ArrayRef<const uint8_t> kNopCode;
110 uint32_t Create2MethodsWithGap(const ArrayRef<const uint8_t>& method1_code,
111 const ArrayRef<const LinkerPatch>& method1_patches,
112 const ArrayRef<const uint8_t>& last_method_code,
113 const ArrayRef<const LinkerPatch>& last_method_patches,
142 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code));
195 const ArrayRef<const uint8_t>& code,
196 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>())
    [all...]

Completed in 1590 milliseconds

1 2 3 4 56 7 8 91011>>