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

<<11121314151617181920>>

  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamRef.h 31 ArrayRef<uint8_t> &Buffer) const {
42 ArrayRef<uint8_t> &Buffer) const {
57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 22 #include "llvm/ADT/ArrayRef.h"
101 bool tryToVectorizeList(ArrayRef<Value *> VL, slpvectorizer::BoUpSLP &R,
140 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
143 bool vectorizeStores(ArrayRef<StoreInst *> Stores, slpvectorizer::BoUpSLP &R);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLTypeHashing.cpp 49 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) {
60 ArrayRef<uint8_t> S;
68 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &DebugH,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h 77 ArrayRef<const Value *> Args = ArrayRef<const Value *>());
91 ArrayRef<unsigned> Indices,
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenTarget.h 124 ArrayRef<ValueTypeByHwMode> getLegalValueTypes() const {
165 ArrayRef<const CodeGenInstruction *> getInstructionsByEnumValue() const {
171 typedef ArrayRef<const CodeGenInstruction *>::const_iterator inst_iterator;
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 145 ArrayRef<const Value *> Operands) const;
167 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
181 ArrayRef<Type *> ParamTys) const;
187 ArrayRef<const Value *> Arguments) const;
547 ArrayRef<unsigned> Indices, unsigned Alignment,
567 ArrayRef<Type *> Tys, FastMathFlags FMF) const;
571 ArrayRef<Value *> Args, FastMathFlags FMF) const;
574 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
594 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const;
634 ArrayRef<const Value *> Operands) = 0
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 18 #include "llvm/ADT/ArrayRef.h"
59 ExportEntry(ArrayRef<uint8_t> Trie);
95 ArrayRef<uint8_t> Trie;
110 MachORebaseEntry(ArrayRef<uint8_t> opcodes, bool is64Bit);
126 ArrayRef<uint8_t> Opcodes;
148 MachOBindEntry(ArrayRef<uint8_t> Opcodes, bool is64Bit, MachOBindEntry::Kind);
169 ArrayRef<uint8_t> Opcodes;
282 static iterator_range<export_iterator> exports(ArrayRef<uint8_t> Trie);
288 static iterator_range<rebase_iterator> rebaseTable(ArrayRef<uint8_t> Opcodes,
301 static iterator_range<bind_iterator> bindTable(ArrayRef<uint8_t> Opcodes
    [all...]
ELFTypes.h 13 #include "llvm/ADT/ArrayRef.h"
64 typedef ArrayRef<Dyn> DynRange;
65 typedef ArrayRef<Shdr> ShdrRange;
66 typedef ArrayRef<Sym> SymRange;
67 typedef ArrayRef<Rel> RelRange;
68 typedef ArrayRef<Rela> RelaRange;
69 typedef ArrayRef<Phdr> PhdrRange;
529 ArrayRef<Elf_Word> buckets() const {
530 return ArrayRef<Elf_Word>(&nbucket + 2, &nbucket + 2 + nbucket);
533 ArrayRef<Elf_Word> chains() const
    [all...]
  /art/libelffile/elf/
xz_utils.cc 45 void XzCompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst, int level) {
76 ArrayRef<const uint8_t> src_;
93 XzDecompress(ArrayRef<const uint8_t>(*dst), &decompressed);
99 void XzDecompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst) {
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmServer.cc 36 ArrayRef<const uint8_t> chunk(reinterpret_cast<const uint8_t*>(&data[offset]),
  /external/clang/include/clang/AST/
DeclOpenMP.h 22 #include "llvm/ADT/ArrayRef.h"
52 ArrayRef<const Expr *> getVars() const {
60 void setVars(ArrayRef<Expr *> VL);
65 ArrayRef<Expr *> VL);
70 typedef ArrayRef<const Expr *>::iterator varlist_const_iterator;
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 69 ArrayRef<CanQualType> argTypes,
  /external/clang/include/clang/Index/
IndexDataConsumer.h 41 ArrayRef<SymbolRelation> Relations,
  /external/clang/include/clang/Lex/
ModuleLoader.h 19 #include "llvm/ADT/ArrayRef.h"
30 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation> > ModuleIdPath;
  /external/clang/lib/ARCMigrate/
Internals.h 15 #include "llvm/ADT/ArrayRef.h"
32 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
33 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
45 ArrayRef<StoredDiagnostic> diags,
74 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
  /external/clang/lib/Format/
AffectedRangeManager.h 29 const ArrayRef<CharSourceRange> Ranges)
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersChecker.cpp 42 SVal ArrayRef = C.getState()->getSVal(E, C.getLocationContext());
43 SymbolRef ArraySym = ArrayRef.getAsSymbol();
74 // Get the ArrayRef symbol.
75 SVal ArrayRef = State->getSVal(Array, C.getLocationContext());
76 SymbolRef ArraySym = ArrayRef.getAsSymbol();
  /external/llvm/include/llvm/IR/
PredIteratorCache.h 17 #include "llvm/ADT/ArrayRef.h"
65 ArrayRef<BasicBlock *> get(BasicBlock *BB) {
  /external/llvm/include/llvm/MC/
MCCodeView.h 115 ArrayRef<StringRef> getFilenames() { return Filenames; }
147 ArrayRef<MCCVLineEntry> getLinesForExtent(size_t L, size_t R) {
163 const MCSymbol *FnEndSym, ArrayRef<unsigned> SecondaryFunctionIds);
171 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges,
  /external/llvm/include/llvm/Support/
EndianStream.h 18 #include "llvm/ADT/ArrayRef.h"
30 template <typename value_type> void write(ArrayRef<value_type> Vals) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.h 13 #include "llvm/ADT/ArrayRef.h"
66 ArrayRef<List> getLists() const { return Lists; }
108 ArrayRef<Entry> getEntries(const List &L) const {
114 ArrayRef<char> getBytes(const Entry &E) const {
119 ArrayRef<std::string> getComments(const Entry &E) const {
  /external/llvm/lib/DebugInfo/CodeView/
CVTypeVisitor.cpp 16 static Error takeObject(ArrayRef<uint8_t> &Data, const T *&Res) {
28 ArrayRef<uint8_t> LeafData = Record.Data;
73 Error CVTypeVisitor::skipPadding(ArrayRef<uint8_t> &Data) {
93 ArrayRef<uint8_t> RecordData = Record.Data;
EnumTables.cpp 323 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames() {
327 ArrayRef<EnumEntry<uint16_t>> getRegisterNames() {
331 ArrayRef<EnumEntry<uint8_t>> getProcSymFlagNames() {
334 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() {
337 ArrayRef<EnumEntry<uint8_t>> getFrameCookieKindNames() {
340 ArrayRef<EnumEntry<SourceLanguage>> getSourceLanguageNames() {
343 ArrayRef<EnumEntry<uint32_t>> getCompileSym2FlagNames() {
346 ArrayRef<EnumEntry<uint32_t>> getCompileSym3FlagNames() {
349 ArrayRef<EnumEntry<uint32_t>> getFileChecksumNames() {
352 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames()
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 168 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList,
201 ArrayRef<unsigned> IdxList, Type *DestTy)
229 ArrayRef<Constant *> IdxList, Type *DestTy);
233 ArrayRef<Constant *> IdxList,
361 ArrayRef<Constant *> Operands;
362 ConstantAggrKeyType(ArrayRef<Constant *> Operands) : Operands(Operands) {}
363 ConstantAggrKeyType(ArrayRef<Constant *> Operands, const ConstantClass *)
444 ArrayRef<Constant *> Ops;
445 ArrayRef<unsigned> Indexes;
448 ConstantExprKeyType(unsigned Opcode, ArrayRef<Constant *> Ops
    [all...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 24 static ArrayRef<StringRef> get_amd_kernel_code_t_FldNames() {
34 static StringMap<int> createIndexMap(const ArrayRef<StringRef> &a) {
74 static ArrayRef<PrintFx> getPrinterTable() {
146 static ArrayRef<ParseFx> getParserTable() {

Completed in 1421 milliseconds

<<11121314151617181920>>