Searched 
refs:ArrayRef (Results 
551 -
		575 of 
1983) sorted by null 
<<21222324252627282930>>
		|   /external/llvm/include/llvm/CodeGen/ | 
| MachineModuleInfo.h  | 293   ArrayRef<MCSymbol *> getAddrLabelSymbolToEmit(const BasicBlock *BB); 330                         ArrayRef<const GlobalValue *> TyInfo); 335                          ArrayRef<const GlobalValue *> TyInfo); 367   void setCallSiteLandingPad(MCSymbol *Sym, ArrayRef<unsigned> Sites);
  | 
|   /external/llvm/include/llvm/DebugInfo/PDB/Raw/ | 
| PublicsStream.h  | 61   ArrayRef<uint8_t> Bitmap;
  | 
|   /external/llvm/include/llvm/IR/ | 
| Metadata.h  | 19 #include "llvm/ADT/ArrayRef.h" 836          ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None); 850   static inline MDTuple *get(LLVMContext &Context, ArrayRef<Metadata *> MDs); 852                                      ArrayRef<Metadata *> MDs); 854                                      ArrayRef<Metadata *> MDs); 856                                          ArrayRef<Metadata *> MDs);     [all...] | 
|   /external/llvm/include/llvm/MC/ | 
| MCAsmBackend.h  | 13 #include "llvm/ADT/ArrayRef.h" 133       generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const {
  | 
|   /external/llvm/include/llvm/ProfileData/ | 
| ProfileCommon.h  | 26 #include "llvm/ADT/ArrayRef.h" 67   static const ArrayRef<uint32_t> DefaultCutoffs;
  | 
|   /external/llvm/include/llvm/Support/ | 
| UnicodeCharRanges.h  | 12 #include "llvm/ADT/ArrayRef.h" 44   typedef ArrayRef<UnicodeCharRange> CharRanges;
  | 
|   /external/llvm/lib/DebugInfo/PDB/DIA/ | 
| DIADataStream.cpp  | 11 #include "llvm/ADT/ArrayRef.h" 31   llvm::ArrayRef<char> Name16Bytes(reinterpret_cast<char *>(Name16.m_str),
  | 
|   /external/llvm/lib/DebugInfo/PDB/Raw/ | 
| Hash.cpp  | 12 #include "llvm/ADT/ArrayRef.h" 24   ArrayRef<ulittle32_t> Longs(reinterpret_cast<const ulittle32_t *>(Str.data()), 59   ArrayRef<char> Buffer(Str.begin(), Str.end()); 61   ArrayRef<ulittle32_t> Items( 126 uint32_t pdb::hashBufferV8(ArrayRef<uint8_t> Buf) {
  | 
|   /external/llvm/lib/IR/ | 
| IntrinsicInst.cpp  | 49 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
  | 
|   /external/llvm/lib/TableGen/ | 
| TGParser.h  | 108                 ArrayRef<unsigned> BitList, Init *V, 111                 ArrayRef<unsigned> BitList, Init *V, 143                                    ArrayRef<Init *> TArgs, 147                                 ArrayRef<Init *> TArgs,
  | 
|   /external/llvm/lib/Target/AMDGPU/ | 
| R600InstrInfo.h  | 169                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, 194   bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1, 195                          ArrayRef<MachineOperand> Pred2) const override; 201                             ArrayRef<MachineOperand> Pred) const override;
  | 
|   /external/llvm/lib/Target/MSP430/ | 
| MSP430InstrInfo.h  | 84                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  | 
|   /external/llvm/lib/Target/Sparc/ | 
| SparcInstrInfo.h  | 76                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  | 
|   /external/llvm/lib/Target/SystemZ/ | 
| SystemZInstrInfo.h  | 169                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, 188                             ArrayRef<MachineOperand> Pred) const override; 207                         ArrayRef<unsigned> Ops, 211       MachineFunction &MF, MachineInstr &MI, ArrayRef<unsigned> Ops,
  | 
|   /external/llvm/lib/Target/XCore/ | 
| XCoreInstrInfo.h  | 59                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  | 
|   /external/llvm/tools/llvm-readobj/ | 
| Win64EHDumper.h  | 48   void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
  | 
|   /external/llvm/utils/TableGen/ | 
| DisassemblerEmitter.cpp  | 113     ArrayRef<const CodeGenInstruction*> numberedInstructions =
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ | 
| AccelTable.h  | 17 #include "llvm/ADT/ArrayRef.h" 180   ArrayRef<HashList> getBuckets() const { return Buckets; } 299                              ArrayRef<AppleAccelTableData::Atom> Atoms); 314                           ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs); 318     ArrayRef<MCSymbol *> CUs,
  | 
| Analysis.h  | 17 #include "llvm/ADT/ArrayRef.h" 60                                    ArrayRef<unsigned> Indices,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ | 
| LegalizerHelper.h  | 123               ArrayRef<CallLowering::ArgInfo> Args);
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ | 
| TypeRecord.h  | 14 #include "llvm/ADT/ArrayRef.h" 41   ArrayRef<uint8_t> Data; 242   ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) 245   ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } 256   StringListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) 259   ArrayRef<TypeIndex> getIndices() const { return StringIndices; } 378   explicit FieldListRecord(ArrayRef<uint8_t> Data) 381   ArrayRef<uint8_t> Data; 538   explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) 543   ArrayRef<VFTableSlotKind> getSlots() const      [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ | 
| DWARFObject.h  | 33   virtual ArrayRef<SectionName> getSectionNames() const { return {}; }
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ | 
| DbiModuleDescriptorBuilder.h  | 67   ArrayRef<std::string> source_files() const {
  | 
| GSIStreamBuilder.h  | 30   static ArrayRef<uint8_t> bytes(const codeview::CVSymbol &Item) {
  | 
| GlobalsStream.h  | 53   ArrayRef<uint8_t> HashBitmap;
  | 
		 Completed in 1013 milliseconds  
		<<21222324252627282930>>