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

1 2 34 5 6 7 8 91011>>

  /external/llvm/include/llvm/MC/
SubtargetFeature.h 27 template <typename T> class ArrayRef;
109 ArrayRef<SubtargetFeatureKV> FeatureTable);
113 ArrayRef<SubtargetFeatureKV> FeatureTable);
117 ArrayRef<SubtargetFeatureKV> CPUTable,
118 ArrayRef<SubtargetFeatureKV> FeatureTable);
  /external/llvm/lib/IR/
ConstantFold.h 23 template <typename T> class ArrayRef;
42 ArrayRef<unsigned> Idxs);
44 ArrayRef<unsigned> Idxs);
50 ArrayRef<Constant *> Idxs);
52 ArrayRef<Value *> Idxs);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
AppendingTypeTableBuilder.h 13 #include "llvm/ADT/ArrayRef.h"
36 SmallVector<ArrayRef<uint8_t>, 2> SeenRecords;
57 ArrayRef<ArrayRef<uint8_t>> records() const;
58 TypeIndex insertRecordBytes(ArrayRef<uint8_t> &Record);
62 ArrayRef<uint8_t> Data = SimpleSerializer.serialize(Record);
GlobalTypeTableBuilder.h 13 #include "llvm/ADT/ArrayRef.h"
45 SmallVector<ArrayRef<uint8_t>, 2> SeenRecords;
69 ArrayRef<ArrayRef<uint8_t>> records() const;
70 ArrayRef<GloballyHashedType> hashes() const;
88 TypeIndex insertRecordBytes(ArrayRef<uint8_t> Data);
92 ArrayRef<uint8_t> Data = SimpleSerializer.serialize(Record);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
SubtargetFeature.h 29 template <typename T> class ArrayRef;
107 ArrayRef<SubtargetFeatureKV> FeatureTable);
111 ArrayRef<SubtargetFeatureKV> FeatureTable);
115 ArrayRef<SubtargetFeatureKV> CPUTable,
116 ArrayRef<SubtargetFeatureKV> FeatureTable);
  /art/compiler/driver/
compiled_method_storage_test.cc 32 ArrayRef<const uint8_t> code[] = {
33 ArrayRef<const uint8_t>(raw_code1),
34 ArrayRef<const uint8_t>(raw_code2),
38 ArrayRef<const uint8_t> vmap_table[] = {
39 ArrayRef<const uint8_t>(raw_vmap_table1),
40 ArrayRef<const uint8_t>(raw_vmap_table2),
44 ArrayRef<const uint8_t> cfi_info[] = {
45 ArrayRef<const uint8_t>(raw_cfi_info1),
46 ArrayRef<const uint8_t>(raw_cfi_info2),
56 ArrayRef<const linker::LinkerPatch> patches[] =
    [all...]
compiled_method_storage.h 54 const LengthPrefixedArray<uint8_t>* DeduplicateCode(const ArrayRef<const uint8_t>& code);
57 const LengthPrefixedArray<uint8_t>* DeduplicateVMapTable(const ArrayRef<const uint8_t>& table);
60 const LengthPrefixedArray<uint8_t>* DeduplicateCFIInfo(const ArrayRef<const uint8_t>& cfi_info);
64 const ArrayRef<const linker::LinkerPatch>& linker_patches);
70 ArrayRef<const uint8_t> GetThunkCode(const linker::LinkerPatch& linker_patch,
75 ArrayRef<const uint8_t> code,
91 const LengthPrefixedArray<T>* AllocateOrDeduplicateArray(const ArrayRef<const T>& data,
105 using ArrayDedupeSet = DedupeSet<ArrayRef<const T>,
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
PDBFileBuilder.h 13 #include "llvm/ADT/ArrayRef.h"
40 void setStreamSizes(ArrayRef<support::ulittle32_t> S);
41 void setDirectoryBlocks(ArrayRef<support::ulittle32_t> D);
42 void setStreamMap(const std::vector<ArrayRef<support::ulittle32_t>> &S);
  /external/llvm/include/llvm/ObjectYAML/
YAML.h 61 ArrayRef<uint8_t> Data;
66 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
73 ArrayRef<uint8_t>::size_type binary_size() const {
  /external/llvm/include/llvm/Support/
MD5.h 36 template <typename T> class ArrayRef;
53 void update(ArrayRef<uint8_t> Data);
66 const uint8_t *body(ArrayRef<uint8_t> Data);
  /external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h 22 template <typename T> class ArrayRef;
55 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
CodeViewYAMLTypeHashing.h 18 #include "llvm/ADT/ArrayRef.h"
37 explicit GlobalHash(ArrayRef<uint8_t> S) : Hash(S) {
50 DebugHSection fromDebugH(ArrayRef<uint8_t> DebugH);
51 ArrayRef<uint8_t> toDebugH(const DebugHSection &DebugH,
CodeViewYAMLTypes.h 18 #include "llvm/ADT/ArrayRef.h"
54 std::vector<LeafRecord> fromDebugT(ArrayRef<uint8_t> DebugTorP,
56 ArrayRef<uint8_t> toDebugT(ArrayRef<LeafRecord>, BumpPtrAllocator &Alloc,
YAML.h 13 #include "llvm/ADT/ArrayRef.h"
69 ArrayRef<uint8_t> Data;
76 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
82 ArrayRef<uint8_t>::size_type binary_size() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUIntrinsicInfo.h 38 StringRef getName(unsigned IntrId, ArrayRef<Type *> Tys = None) const;
50 ArrayRef<Type *> = None) const;
53 ArrayRef<Type*> Tys = None) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CallLowering.h 18 #include "llvm/ADT/ArrayRef.h"
36 ArrayRef<unsigned> VRegs) const override;
40 ArrayRef<ArgInfo> OrigArgs) const override;
44 using SplitArgTy = std::function<void(ArrayRef<unsigned>)>;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
ExecuteStage.h 25 #include "llvm/ADT/ArrayRef.h"
53 llvm::ArrayRef<std::pair<ResourceRef, double>> Used);
59 void notifyReservedBuffers(llvm::ArrayRef<uint64_t> Buffers);
62 void notifyReleasedBuffers(llvm::ArrayRef<uint64_t> Buffers);
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 14 #include "llvm/ADT/ArrayRef.h"
84 bool remapTypeIndices(ArrayRef<TypeIndex> IndexMap);
86 static ErrorOr<MemberPointerInfo> deserialize(ArrayRef<uint8_t> &Data);
123 bool remapTypeIndices(ArrayRef<TypeIndex> IndexMap);
126 ArrayRef<uint8_t> &Data);
153 bool remapTypeIndices(ArrayRef<TypeIndex> IndexMap);
156 ArrayRef<uint8_t> &Data);
197 bool remapTypeIndices(ArrayRef<TypeIndex> IndexMap);
200 ArrayRef<uint8_t> &Data);
243 bool remapTypeIndices(ArrayRef<TypeIndex> IndexMap)
    [all...]
  /art/compiler/utils/
dedupe_set_test.cc 32 size_t operator()(const ArrayRef<const uint8_t>& array) const {
45 const std::vector<uint8_t>* Copy(const ArrayRef<const uint8_t>& src) {
57 DedupeSet<ArrayRef<const uint8_t>,
65 ArrayRef<const uint8_t> test1(raw_test1);
74 ArrayRef<const uint8_t> test2(raw_test2);
83 ArrayRef<const uint8_t> test3(raw_test3);
  /external/llvm/lib/DebugInfo/CodeView/
ByteStream.cpp 18 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src,
19 ArrayRef<uint8_t> Dest) {
24 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src,
37 ArrayRef<uint8_t> &Buffer) const {
48 uint32_t Offset, ArrayRef<uint8_t> &Buffer) const {
57 ArrayRef<uint8_t> Buffer) const {
  /art/dex2oat/linker/x86_64/
relative_patcher_x86_64_test.cc 30 static const ArrayRef<const uint8_t> kCallCode;
32 static const ArrayRef<const uint8_t> kDexCacheLoadCode;
34 static const ArrayRef<const uint8_t> kStringReferenceCode;
47 const ArrayRef<const uint8_t> X86_64RelativePatcherTest::kCallCode(kCallRawCode);
54 const ArrayRef<const uint8_t> X86_64RelativePatcherTest::kDexCacheLoadCode(
62 const ArrayRef<const uint8_t> X86_64RelativePatcherTest::kStringReferenceCode(
69 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
75 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
82 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
86 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches))
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.h 29 template <typename T> class ArrayRef;
53 void splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegisterUsageInfo.h 22 #include "llvm/ADT/ArrayRef.h"
52 ArrayRef<uint32_t> RegMask);
56 ArrayRef<uint32_t> getRegUsageInfo(const Function &FP);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveDebugVariables.h 29 template <typename T> class ArrayRef;
52 void splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstrInfo.h 43 ArrayRef<std::pair<unsigned, const char *>>
45 ArrayRef<std::pair<unsigned, const char *>>

Completed in 1716 milliseconds

1 2 34 5 6 7 8 91011>>