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

<<11121314151617181920>>

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 121 llvm::ArrayRef<unsigned> Indices) const;
140 ArrayRef<unsigned> Ops,
150 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
154 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
158 ArrayRef<MachineOperand> Cond, unsigned TrueReg,
202 ArrayRef<std::pair<unsigned, const char *>>
204 ArrayRef<std::pair<unsigned, const char *>>
210 ArrayRef<MachineOperand> Cond) const;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 173 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
177 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
181 ArrayRef<MachineOperand> Cond, unsigned TrueReg,
237 ArrayRef<MachineOperand> Pred) const override;
239 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
240 ArrayRef<MachineOperand> Pred2) const override;
266 ArrayRef<std::pair<unsigned, const char *>>
269 ArrayRef<std::pair<unsigned, const char *>>
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AllocationOrder.cpp 44 ArrayRef<unsigned> Order =
65 ArrayRef<unsigned> O = RCI.getOrder(RC);
RegisterClassInfo.h 20 #include "llvm/ADT/ArrayRef.h"
35 operator ArrayRef<unsigned>() const {
87 ArrayRef<unsigned> getOrder(const TargetRegisterClass *RC) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DenseMapInfo.h 17 #include "llvm/ADT/ArrayRef.h"
238 template <typename T> struct DenseMapInfo<ArrayRef<T>> {
239 static inline ArrayRef<T> getEmptyKey() {
240 return ArrayRef<T>(reinterpret_cast<const T *>(~static_cast<uintptr_t>(0)),
244 static inline ArrayRef<T> getTombstoneKey() {
245 return ArrayRef<T>(reinterpret_cast<const T *>(~static_cast<uintptr_t>(1)),
249 static unsigned getHashValue(ArrayRef<T> Val) {
256 static bool isEqual(ArrayRef<T> LHS, ArrayRef<T> RHS) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveIntervals.h 23 #include "llvm/ADT/ArrayRef.h"
184 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices,
185 ArrayRef<SlotIndex> Undefs);
187 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) {
336 ArrayRef<unsigned> OrigRegs);
351 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; }
355 ArrayRef<SlotIndex> getRegMaskSlotsInBlock(unsigned MBBNum) const {
362 ArrayRef<const uint32_t*> getRegMaskBits() const { return RegMaskBits; }
366 ArrayRef<const uint32_t*> getRegMaskBitsInBlock(unsigned MBBNum) const {
RegisterClassInfo.h 20 #include "llvm/ADT/ArrayRef.h"
42 operator ArrayRef<MCPhysReg>() const {
97 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 13 #include "llvm/ADT/ArrayRef.h"
35 ArrayRef<uint8_t> Checksum; // The bytes of the checksum.
85 ArrayRef<uint8_t> Bytes);
RecordSerialization.h 14 #include "llvm/ADT/ArrayRef.h"
41 StringRef getBytesAsCharacters(ArrayRef<uint8_t> LeafData);
42 StringRef getBytesAsCString(ArrayRef<uint8_t> LeafData);
90 serialize_array_impl(ArrayRef<T> &Item, U Func) : Item(Item), Func(Func) {}
96 ArrayRef<T> &Item;
139 serialize_arrayref_tail_impl(ArrayRef<T> &Item) : Item(Item) {}
146 ArrayRef<T> &Item;
160 serialize_array_impl<T, U> serialize_array(ArrayRef<T> &Item, U Func) {
175 serialize_arrayref_tail_impl<T> serialize_array_tail(ArrayRef<T> &Item) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 13 #include "llvm/ADT/ArrayRef.h"
94 ArrayRef<DWARFSectionKind> getColumnKinds() const {
98 ArrayRef<Entry> getRows() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
LTO.h 133 ArrayRef<Symbol> symbols() const { return Symbols; }
148 ArrayRef<StringRef> getComdatTable() const { return ComdatTable; }
151 ArrayRef<Symbol> module_symbols(unsigned I) const {
255 Error add(std::unique_ptr<InputFile> Obj, ArrayRef<SymbolResolution> Res);
366 void addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms,
367 ArrayRef<SymbolResolution> Res, unsigned Partition,
378 addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
383 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 19 template <typename T> class ArrayRef;
79 ArrayRef<uint8_t> Bytes, uint64_t Address,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
EndianStream.h 18 #include "llvm/ADT/ArrayRef.h"
45 inline void write(raw_ostream &os, ArrayRef<value_type> vals,
56 template <typename value_type> void write(ArrayRef<value_type> Val) {
Process.h 35 template <typename T> class ArrayRef;
87 ArrayRef<std::string> IgnoreList);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 82 ArrayRef<GenericValue> ArgValues) {
93 ArrayRef<GenericValue> ActualArgs =
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.h 82 ArrayRef<const Value *> Args = ArrayRef<const Value *>());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.h 65 ArrayRef<const Value *> Args = ArrayRef<const Value *>());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
Assembler.h 21 #include "llvm/ADT/ArrayRef.h"
48 llvm::ArrayRef<unsigned> RegsToDef,
49 llvm::ArrayRef<llvm::MCInst> Instructions,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
RegisterFile.h 112 addRegisterFile(llvm::ArrayRef<llvm::MCRegisterCostEntry> RegisterClasses,
158 unsigned isAvailable(llvm::ArrayRef<unsigned> Regs) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
MD5Test.cpp 15 #include "llvm/ADT/ArrayRef.h"
23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) {
62 ArrayRef<uint8_t> Input((const uint8_t *)"abcdefghijklmnopqrstuvwxyz", 26);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMapInfo.h 17 #include "llvm/ADT/ArrayRef.h"
195 template <typename T> struct DenseMapInfo<ArrayRef<T>> {
196 static inline ArrayRef<T> getEmptyKey() {
197 return ArrayRef<T>(reinterpret_cast<const T *>(~static_cast<uintptr_t>(0)),
200 static inline ArrayRef<T> getTombstoneKey() {
201 return ArrayRef<T>(reinterpret_cast<const T *>(~static_cast<uintptr_t>(1)),
204 static unsigned getHashValue(ArrayRef<T> Val) {
210 static bool isEqual(ArrayRef<T> LHS, ArrayRef<T> RHS) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h 17 #include "llvm/ADT/ArrayRef.h"
72 findProgramByName(StringRef Name, ArrayRef<StringRef> Paths = None);
135 bool commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args);
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMappingReader.h 18 #include "llvm/ADT/ArrayRef.h"
37 ArrayRef<StringRef> Filenames;
38 ArrayRef<CounterExpression> Expressions;
39 ArrayRef<CounterMappingRegion> MappingRegions;
118 ArrayRef<StringRef> TranslationUnitFilenames;
129 ArrayRef<StringRef> TranslationUnitFilenames,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 13 #include "llvm/ADT/ArrayRef.h"
78 using DynRange = ArrayRef<Dyn>;
79 using ShdrRange = ArrayRef<Shdr>;
80 using SymRange = ArrayRef<Sym>;
81 using RelRange = ArrayRef<Rel>;
82 using RelaRange = ArrayRef<Rela>;
83 using RelrRange = ArrayRef<Relr>;
84 using PhdrRange = ArrayRef<Phdr>;
511 ArrayRef<Elf_Word> buckets() const {
512 return ArrayRef<Elf_Word>(&nbucket + 2, &nbucket + 2 + nbucket)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 18 #include "llvm/ADT/ArrayRef.h"
192 ArrayRef<CounterExpression> getExpressions() const { return Expressions; }
283 ArrayRef<CounterExpression> Expressions;
284 ArrayRef<uint64_t> CounterValues;
287 CounterMappingContext(ArrayRef<CounterExpression> Expressions,
288 ArrayRef<uint64_t> CounterValues = None)
291 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; }
312 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames)
329 ArrayRef<FunctionRecord> Records;
330 ArrayRef<FunctionRecord>::iterator Current
    [all...]

Completed in 1354 milliseconds

<<11121314151617181920>>