Searched 
refs:ArrayRef (Results 
576 -
		600 of 
1983) sorted by null 
<<21222324252627282930>>
		|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ | 
| Metadata.h  | 19 #include "llvm/ADT/ArrayRef.h" 873          ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None); 905   static inline MDTuple *get(LLVMContext &Context, ArrayRef<Metadata *> MDs); 907                                      ArrayRef<Metadata *> MDs); 909                                      ArrayRef<Metadata *> MDs); 911                                          ArrayRef<Metadata *> MDs);     [all...] | 
| PredIteratorCache.h  | 17 #include "llvm/ADT/ArrayRef.h" 67   ArrayRef<BasicBlock *> get(BasicBlock *BB) {
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ | 
| ProfileCommon.h  | 18 #include "llvm/ADT/ArrayRef.h" 65   static const ArrayRef<uint32_t> DefaultCutoffs;
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ | 
| BinaryStreamRef.h  | 13 #include "llvm/ADT/ArrayRef.h" 150 /// BinaryStreamRef is to BinaryStream what ArrayRef is to an Array.  It 170   explicit BinaryStreamRef(ArrayRef<uint8_t> Data, 190                   ArrayRef<uint8_t> &Buffer) const; 198                                    ArrayRef<uint8_t> &Buffer) const; 264   Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) const;
  | 
| Format.h  | 26 #include "llvm/ADT/ArrayRef.h" 216   ArrayRef<uint8_t> Bytes; 228   FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, Optional<uint64_t> O, 239 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None, 247 format_bytes_with_ascii(ArrayRef<uint8_t> Bytes,
  | 
| UnicodeCharRanges.h  | 12 #include "llvm/ADT/ArrayRef.h" 44   typedef ArrayRef<UnicodeCharRange> CharRanges;
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/InstCombine/ | 
| InstCombineWorklist.h  | 56   void AddInitialGroup(ArrayRef<Instruction *> List) {
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ | 
| SSAUpdater.h  | 17 #include "llvm/ADT/ArrayRef.h" 142   LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ | 
| SymbolSerializer.cpp  | 11 #include "llvm/ADT/ArrayRef.h" 56   Record.RecordData = ArrayRef<uint8_t>(StableStorage, RecordEnd);
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ | 
| DIADataStream.cpp  | 11 #include "llvm/ADT/ArrayRef.h" 31   llvm::ArrayRef<char> Name16Bytes(reinterpret_cast<char *>(Name16.m_str),
  | 
| DIATable.cpp  | 11 #include "llvm/ADT/ArrayRef.h" 31   llvm::ArrayRef<char> Name16Bytes(reinterpret_cast<char *>(Name16.m_str),
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ | 
| Process.cpp  | 37                                              ArrayRef<std::string> IgnoreList) {
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ | 
| AArch64RegisterBankInfo.h  | 69                                      ArrayRef<PartialMappingIdx> Order);
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ | 
| ARCInstrInfo.h  | 60                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ | 
| BPFInstrInfo.h  | 57                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ | 
| SparcInstrInfo.h  | 77                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ | 
| SystemZRegisterInfo.h  | 54                              ArrayRef<MCPhysReg> Order,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ | 
| WebAssemblyTargetTransformInfo.cpp  | 49     TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args) {
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ | 
| XCoreInstrInfo.h  | 59                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ | 
| SanitizerCoverage.cpp  | 14 #include "llvm/ADT/ArrayRef.h" 195                                       ArrayRef<Instruction *> IndirCalls); 196   void InjectTraceForCmp(Function &F, ArrayRef<Instruction *> CmpTraceTargets); 198                          ArrayRef<BinaryOperator *> DivTraceTargets); 200                          ArrayRef<GetElementPtrInst *> GepTraceTargets); 202                             ArrayRef<Instruction *> SwitchTraceTargets); 203   bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks, 208   GlobalVariable *CreatePCArray(Function &F, ArrayRef<BasicBlock *> AllBlocks); 209   void CreateFunctionLocalArrays(Function &F, ArrayRef<BasicBlock *> AllBlocks); 562                                        ArrayRef<BasicBlock *> AllBlocks)      [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ | 
| LoopVectorizationPlanner.h  | 42                                    ArrayRef<VPValue *> Operands) { 51     return createInstruction(Opcode, ArrayRef<VPValue *>(Operands)); 118   VPValue *createNaryOp(unsigned Opcode, ArrayRef<VPValue *> Operands, 127     return createNaryOp(Opcode, ArrayRef<VPValue *>(Operands), Inst);
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ | 
| CoverageSummaryInfo.cpp  | 52                              ArrayRef<FunctionCoverageSummary> Summaries) {
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ | 
| BenchmarkRunner.h  | 101                   llvm::ArrayRef<llvm::MCInst> Code) const;
  | 
| PerfHelper.h  | 18 #include "llvm/ADT/ArrayRef.h" 89     llvm::ArrayRef<PerfEvent> Events,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ | 
| DispatchStage.h  | 68                                    llvm::ArrayRef<unsigned> UsedPhysRegs);
  | 
		 Completed in 1176 milliseconds  
		<<21222324252627282930>>