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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
BinaryStreamReader.cpp 22 BinaryStreamReader::BinaryStreamReader(ArrayRef<uint8_t> Data,
30 ArrayRef<uint8_t> &Buffer) {
37 Error BinaryStreamReader::readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size) {
49 ArrayRef<uint8_t> Buffer;
72 Error BinaryStreamReader::readWideString(ArrayRef<UTF16> &Dest) {
93 ArrayRef<uint8_t> Bytes;
131 ArrayRef<uint8_t> Buffer;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyTargetStreamer.cpp 42 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) {
55 ArrayRef<MVT> Types) {
67 ArrayRef<MVT> Types) {
78 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<MVT> Types) {
115 ArrayRef<MVT> Types) {
124 ArrayRef<MVT> Types) {
132 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<MVT> Types) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Passes/
PassBuilder.h 527 ArrayRef<PipelineElement>)> &C) {
532 ArrayRef<PipelineElement>)> &C) {
537 ArrayRef<PipelineElement>)> &C) {
542 ArrayRef<PipelineElement>)> &C) {
553 const std::function<bool(ModulePassManager &, ArrayRef<PipelineElement>,
573 ArrayRef<PipelineElement> Pipeline,
576 ArrayRef<PipelineElement> Pipeline,
579 ArrayRef<PipelineElement> Pipeline,
582 ArrayRef<PipelineElement> Pipeline,
611 ArrayRef<PipelineElement>)>
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 293 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() {
297 ArrayRef<EnumEntry<TypeLeafKind>> getTypeLeafNames() {
301 ArrayRef<EnumEntry<uint16_t>> getRegisterNames() {
305 ArrayRef<EnumEntry<uint32_t>> getPublicSymFlagNames() {
309 ArrayRef<EnumEntry<uint8_t>> getProcSymFlagNames() {
313 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() {
317 ArrayRef<EnumEntry<uint8_t>> getFrameCookieKindNames() {
321 ArrayRef<EnumEntry<SourceLanguage>> getSourceLanguageNames() {
325 ArrayRef<EnumEntry<uint32_t>> getCompileSym2FlagNames() {
329 ArrayRef<EnumEntry<uint32_t>> getCompileSym3FlagNames()
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 20 #include "llvm/ADT/ArrayRef.h"
81 ArrayRef<T> copyArray(ArrayRef<T> Source) {
88 ArrayRef<InlineContentComment *> Content);
96 ArrayRef<BlockCommandComment::Argument> Args);
164 ArrayRef<VerbatimBlockLineComment *> Lines);
175 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
183 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
223 ArrayRef<const ParmVarDecl *> getParamVars();
231 ArrayRef<const ParmVarDecl *> ParamVars)
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 26 #include "llvm/ADT/ArrayRef.h"
370 ConstantAggregate(CompositeType *T, ValueTy VT, ArrayRef<Constant *> V);
398 ConstantArray(ArrayType *T, ArrayRef<Constant *> Val);
402 static Constant *get(ArrayType *T, ArrayRef<Constant*> V);
405 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
429 ConstantStruct(StructType *T, ArrayRef<Constant *> Val);
433 static Constant *get(StructType *T, ArrayRef<Constant*> V);
438 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) {
442 ArrayRef<Constant*> V, bool Packed = false) {
448 static StructType *getTypeForElements(ArrayRef<Constant*> V
    [all...]
  /external/llvm/include/llvm/Support/
SourceMgr.h 19 #include "llvm/ADT/ArrayRef.h"
163 ArrayRef<SMRange> Ranges = None,
164 ArrayRef<SMFixIt> FixIts = None,
169 ArrayRef<SMRange> Ranges = None,
170 ArrayRef<SMFixIt> FixIts = None,
186 ArrayRef<SMRange> Ranges = None,
187 ArrayRef<SMFixIt> FixIts = None) const;
256 ArrayRef<std::pair<unsigned,unsigned> > Ranges,
257 ArrayRef<SMFixIt> FixIts = None);
267 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
RecordSerialization.cpp 25 StringRef llvm::codeview::getBytesAsCharacters(ArrayRef<uint8_t> LeafData) {
30 StringRef llvm::codeview::getBytesAsCString(ArrayRef<uint8_t> LeafData) {
34 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data, APSInt &Num) {
115 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
122 std::error_code llvm::codeview::consume_numeric(ArrayRef<uint8_t> &Data,
133 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data,
143 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
149 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data,
158 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data,
169 Data = ArrayRef<uint8_t>(Rest.bytes_begin(), Rest.bytes_end())
    [all...]
  /external/llvm/lib/MC/
SubtargetFeature.cpp 15 #include "llvm/ADT/ArrayRef.h"
75 ArrayRef<SubtargetFeatureKV> A) {
86 static size_t getLongestEntryLength(ArrayRef<SubtargetFeatureKV> Table) {
95 static void Help(ArrayRef<SubtargetFeatureKV> CPUTable,
96 ArrayRef<SubtargetFeatureKV> FeatTable) {
136 ArrayRef<SubtargetFeatureKV> FeatureTable) {
153 ArrayRef<SubtargetFeatureKV> FeatureTable) {
167 ArrayRef<SubtargetFeatureKV> FeatureTable) {
192 ArrayRef<SubtargetFeatureKV> FeatureTable) {
225 ArrayRef<SubtargetFeatureKV> CPUTable
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
SourceMgr.h 19 #include "llvm/ADT/ArrayRef.h"
192 ArrayRef<SMRange> Ranges = None,
193 ArrayRef<SMFixIt> FixIts = None,
198 ArrayRef<SMRange> Ranges = None,
199 ArrayRef<SMFixIt> FixIts = None,
215 ArrayRef<SMRange> Ranges = None,
216 ArrayRef<SMFixIt> FixIts = None) const;
282 ArrayRef<std::pair<unsigned,unsigned>> Ranges,
283 ArrayRef<SMFixIt> FixIts = None);
293 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
SubtargetFeature.cpp 15 #include "llvm/ADT/ArrayRef.h"
75 ArrayRef<SubtargetFeatureKV> A) {
85 static size_t getLongestEntryLength(ArrayRef<SubtargetFeatureKV> Table) {
93 static void Help(ArrayRef<SubtargetFeatureKV> CPUTable,
94 ArrayRef<SubtargetFeatureKV> FeatTable) {
127 ArrayRef<SubtargetFeatureKV> FeatureTable) {
142 ArrayRef<SubtargetFeatureKV> FeatureTable) {
155 ArrayRef<SubtargetFeatureKV> FeatureTable) {
178 ArrayRef<SubtargetFeatureKV> FeatureTable) {
206 ArrayRef<SubtargetFeatureKV> CPUTable
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SourceMgr.h 19 #include "llvm/ADT/ArrayRef.h"
158 ArrayRef<SMRange> Ranges = None,
159 ArrayRef<SMFixIt> FixIts = None,
164 ArrayRef<SMRange> Ranges = None,
165 ArrayRef<SMFixIt> FixIts = None,
181 ArrayRef<SMRange> Ranges = None,
182 ArrayRef<SMFixIt> FixIts = None) const;
251 ArrayRef<std::pair<unsigned,unsigned> > Ranges,
252 ArrayRef<SMFixIt> FixIts = None);
262 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const
    [all...]
  /art/compiler/driver/
compiled_method_storage.cc 37 const LengthPrefixedArray<T>* CopyArray(SwapSpace* swap_space, const ArrayRef<const T>& array) {
58 const ArrayRef<const T>& data,
83 size_t operator()(const ArrayRef<ContentType>& array) const {
95 const LengthPrefixedArray<T>* Copy(const ArrayRef<const T>& array) {
134 ArrayRef<const uint8_t> GetCode() const {
135 return ArrayRef<const uint8_t>(code_);
178 const ArrayRef<const uint8_t>& code) {
187 const ArrayRef<const uint8_t>& table) {
196 const ArrayRef<const uint8_t>& cfi_info) {
205 const ArrayRef<const linker::LinkerPatch>& linker_patches)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegisterPressure.h 18 #include "llvm/ADT/ArrayRef.h"
413 void addLiveRegs(ArrayRef<RegisterMaskPair> Regs);
453 void initLiveThru(ArrayRef<unsigned> PressureSet) {
457 ArrayRef<unsigned> getLiveThru() const { return LiveThruPressure; }
483 ArrayRef<PressureChange> CriticalPSets,
484 ArrayRef<unsigned> MaxPressureLimit);
489 ArrayRef<PressureChange> CriticalPSets,
490 ArrayRef<unsigned> MaxPressureLimit) const;
498 ArrayRef<PressureChange> CriticalPSets,
499 ArrayRef<unsigned> MaxPressureLimit)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Wasm.h 20 #include "llvm/ADT/ArrayRef.h"
104 ArrayRef<uint8_t> Content; // Section content
126 ArrayRef<wasm::WasmSignature> types() const { return Signatures; }
127 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; }
128 ArrayRef<wasm::WasmImport> imports() const { return Imports; }
129 ArrayRef<wasm::WasmTable> tables() const { return Tables; }
130 ArrayRef<wasm::WasmLimits> memories() const { return Memories; }
131 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; }
132 ArrayRef<wasm::WasmExport> exports() const { return Exports; }
133 ArrayRef<WasmSymbol> syms() const { return Symbols;
    [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp 33 ArrayRef<CounterExpression> Expressions;
57 CounterExpressionsMinimizer(ArrayRef<CounterExpression> Expressions,
58 ArrayRef<CounterMappingRegion> MappingRegions)
67 ArrayRef<CounterExpression> getExpressions() const { return UsedExpressions; }
93 static unsigned encodeCounter(ArrayRef<CounterExpression> Expressions,
104 static void writeCounter(ArrayRef<CounterExpression> Expressions, Counter C,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 16 #include "llvm/ADT/ArrayRef.h"
28 static ArrayRef<StringRef> get_amd_kernel_code_t_FldNames() {
38 static ArrayRef<StringRef> get_amd_kernel_code_t_FldAltNames() {
48 static StringMap<int> createIndexMap(const ArrayRef<StringRef> &names,
49 const ArrayRef<StringRef> &altNames) {
90 static ArrayRef<PrintFx> getPrinterTable() {
160 static ArrayRef<ParseFx> getParserTable() {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IRBuilder.cpp 16 #include "llvm/ADT/ArrayRef.h"
74 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops,
88 ArrayRef<Value *> Ops,
506 ArrayRef<Value *> Ops,
507 ArrayRef<Type *> OverloadedTypes,
581 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs,
582 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs,
583 ArrayRef<T3> GCArgs) {
603 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs
    [all...]
  /art/dex2oat/linker/
relative_patcher.h 55 /*out*/ ArrayRef<const uint8_t>* code,
156 bool WriteThunk(OutputStream* out, const ArrayRef<const uint8_t>& thunk);
157 bool WriteMiscThunk(OutputStream* out, const ArrayRef<const uint8_t>& thunk);
  /external/clang/lib/Format/
TokenAnalyzer.h 41 Environment(SourceManager &SM, FileID ID, ArrayRef<CharSourceRange> Ranges)
56 ArrayRef<tooling::Range> Ranges);
62 ArrayRef<CharSourceRange> getCharRanges() const { return CharRanges; }
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 18 template <typename T> class ArrayRef;
81 Optional<ArrayRef<uint8_t>> getAsBlock() const;
91 static ArrayRef<uint8_t> getFixedFormSizes(uint8_t AddrSize,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MSFBuilder.h 13 #include "llvm/ADT/ArrayRef.h"
65 Error setDirectoryBlocksHint(ArrayRef<uint32_t> DirBlocks);
74 Expected<uint32_t> addStream(uint32_t Size, ArrayRef<uint32_t> Blocks);
95 ArrayRef<uint32_t> getStreamBlocks(uint32_t StreamIdx) const;
MSFCommon.h 13 #include "llvm/ADT/ArrayRef.h"
67 ArrayRef<support::ulittle32_t> DirectoryBlocks;
68 ArrayRef<support::ulittle32_t> StreamSizes;
69 std::vector<ArrayRef<support::ulittle32_t>> StreamMap;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 18 #include "llvm/ADT/ArrayRef.h"
123 ArrayRef<YAMLDebugSubsection> Subsections,
127 fromDebugS(ArrayRef<uint8_t> Data, const codeview::StringsAndChecksumsRef &SC);
129 void initializeStringsAndChecksums(ArrayRef<YAMLDebugSubsection> Sections,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterUsageInfo.cpp 61 const Function &FP, ArrayRef<uint32_t> RegMask) {
65 ArrayRef<uint32_t>
70 return ArrayRef<uint32_t>();

Completed in 3194 milliseconds

1 2 3 4 5 6 7 8 91011>>