|   /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ | 
| SchedulerStatistics.cpp  | 27 void SchedulerStatistics::onReservedBuffers(ArrayRef<unsigned> Buffers) { 41 void SchedulerStatistics::onReleasedBuffers(ArrayRef<unsigned> Buffers) {
  | 
|   /art/compiler/optimizing/ | 
| optimizing_cfi_test.cc  | 101     ArrayRef<const uint8_t> actual_asm = code_allocator_.GetMemory(); 103     ArrayRef<const uint8_t> actual_cfi(*(opt_asm->cfi().data())); 108       EXPECT_EQ(ArrayRef<const uint8_t>(expected_asm), actual_asm); 109       EXPECT_EQ(ArrayRef<const uint8_t>(expected_cfi), actual_cfi); 136     ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); }
  | 
|   /external/llvm/include/llvm/CodeGen/ | 
| LiveIntervalAnalysis.h  | 174     void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices); 316                                 ArrayRef<unsigned> OrigRegs); 331     ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } 336     ArrayRef<SlotIndex> getRegMaskSlotsInBlock(unsigned MBBNum) const { 343     ArrayRef<const uint32_t*> getRegMaskBits() const { return RegMaskBits; } 347     ArrayRef<const uint32_t*> getRegMaskBitsInBlock(unsigned MBBNum) const {
  | 
| SelectionDAG.h  | 152   ArrayRef<SDDbgValue*> getSDDbgValues(const SDNode *Node) { 156     return ArrayRef<SDDbgValue*>(); 287   void createOperands(SDNode *Node, ArrayRef<SDValue> Vals) { 465   SDVTList getVTList(ArrayRef<EVT> VTs); 637                            ArrayRef<int> Mask); 643   SDValue getBuildVector(EVT VT, const SDLoc &DL, ArrayRef<SDValue> Ops) { 758                   ArrayRef<SDUse> Ops); 760                   ArrayRef<SDValue> Ops, const SDNodeFlags *Flags = nullptr); 761   SDValue getNode(unsigned Opcode, const SDLoc &DL, ArrayRef<EVT> ResultTys, 762                   ArrayRef<SDValue> Ops)     [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ | 
| SpillPlacement.cpp  | 31 #include "llvm/ADT/ArrayRef.h" 264 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { 265   for (ArrayRef<BlockConstraint>::iterator I = LiveBlocks.begin(), 286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { 287   for (ArrayRef<unsigned>::iterator I = Blocks.begin(), E = Blocks.end(); 301 void SpillPlacement::addLinks(ArrayRef<unsigned> Links) { 302   for (ArrayRef<unsigned>::iterator I = Links.begin(), E = Links.end(); I != E;
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/ | 
| CoverageMappingWriter.cpp  | 16 #include "llvm/ADT/ArrayRef.h" 41   ArrayRef<CounterExpression> Expressions; 46   CounterExpressionsMinimizer(ArrayRef<CounterExpression> Expressions, 47                               ArrayRef<CounterMappingRegion> MappingRegions) 75   ArrayRef<CounterExpression> getExpressions() const { return UsedExpressions; } 102 static unsigned encodeCounter(ArrayRef<CounterExpression> Expressions, 113 static void writeCounter(ArrayRef<CounterExpression> Expressions, Counter C,
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ | 
| SystemZInstrInfo.h  | 19 #include "llvm/ADT/ArrayRef.h" 206                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, 214   bool canInsertSelect(const MachineBasicBlock&, ArrayRef<MachineOperand> Cond, 218                     ArrayRef<MachineOperand> Cond, unsigned TrueReg, 234                             ArrayRef<MachineOperand> Pred) const override; 253                         ArrayRef<unsigned> Ops, 257       MachineFunction &MF, MachineInstr &MI, ArrayRef<unsigned> Ops,
  | 
|   /external/llvm/include/llvm/IR/ | 
| Instructions.h  | 19 #include "llvm/ADT/ArrayRef.h" 836   void init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr); 843                            ArrayRef<Value *> IdxList, unsigned Values, 846                            ArrayRef<Value *> IdxList, unsigned Values, 856                                    ArrayRef<Value *> IdxList,     [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ | 
| TargetInstrInfo.h  | 17 #include "llvm/ADT/ArrayRef.h" 640                                 ArrayRef<MachineOperand> Cond, 650     return insertBranch(MBB, DestBB, nullptr, ArrayRef<MachineOperand>(), DL,     [all...] | 
| SelectionDAG.h  | 20 #include "llvm/ADT/ArrayRef.h" 191   ArrayRef<SDDbgValue*> getSDDbgValues(const SDNode *Node) { 195     return ArrayRef<SDDbgValue*>(); 364   void createOperands(SDNode *Node, ArrayRef<SDValue> Vals); 545   SDVTList getVTList(ArrayRef<EVT> VTs); 723                            ArrayRef<int> Mask); 729   SDValue getBuildVector(EVT VT, const SDLoc &DL, ArrayRef<SDValue> Ops) { 738   SDValue getBuildVector(EVT VT, const SDLoc &DL, ArrayRef<SDUse> Ops) {     [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ | 
| MappedBlockStream.cpp  | 11 #include "llvm/ADT/ArrayRef.h" 90                                    ArrayRef<uint8_t> &Buffer) { 149   // into it, and return an ArrayRef to that.  Do not touch existing pool 163   Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); 168                                                     ArrayRef<uint8_t> &Buffer) { 187   ArrayRef<uint8_t> BlockData; 193   Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); 200                                             ArrayRef<uint8_t> &Buffer) { 202     Buffer = ArrayRef<uint8_t>(); 226   // cross-block span, explicitly resize the ArrayRef to cover the entir     [all...] | 
|   /art/openjdkjvmti/ | 
| ti_class_definition.cc  | 263       dex_data_ = art::ArrayRef<const unsigned char>(dex_data_mmap_.Begin(), 271         current_dex_file_ = art::ArrayRef<const unsigned char>(cur_dex.Begin(), cur_dex.Size()); 276         current_dex_file_ = art::ArrayRef<const unsigned char>(dex_data_mmap_.Begin(), 288   dex_data_ = art::ArrayRef<const unsigned char>(dex_data_memory_); 295     current_dex_file_ = art::ArrayRef<const unsigned char>(cur_dex.Begin(), cur_dex.Size()); 302     current_dex_file_ = art::ArrayRef<const unsigned char>(current_dex_memory_); 321     dex_data_ = art::ArrayRef<const unsigned char>(dex_data_memory_); 326     current_dex_file_ = art::ArrayRef<const unsigned char>(cur_dex.Begin(), cur_dex.Size()); 348   current_dex_file_ = art::ArrayRef<const unsigned char>(def.class_bytes, def.class_byte_count); 349   dex_data_ = art::ArrayRef<const unsigned char>(def.class_bytes, def.class_byte_count)     [all...] | 
|   /external/llvm/include/llvm/Analysis/ | 
| TargetTransformInfoImpl.h  | 106                  ArrayRef<const Value *> Operands) { 134                             ArrayRef<Type *> ParamTys) { 341                                       ArrayRef<unsigned> Indices, 348                                  ArrayRef<Type *> Tys, FastMathFlags FMF) { 352                                  ArrayRef<Value *> Args, FastMathFlags FMF) { 356   unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { 366   unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } 427   unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 437                  ArrayRef<const Value *> Operands) { 492                             ArrayRef<const Value *> Arguments)      [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ | 
| X86InterleavedAccess.cpp  | 19 #include "llvm/ADT/ArrayRef.h" 56   ArrayRef<ShuffleVectorInst *> Shuffles; 59   ArrayRef<unsigned> Indices; 89   void transpose_4x4(ArrayRef<Instruction *> InputVectors, 91   void interleave8bitStride4(ArrayRef<Instruction *> InputVectors, 94   void interleave8bitStride4VF8(ArrayRef<Instruction *> InputVectors, 96   void interleave8bitStride3(ArrayRef<Instruction *> InputVectors, 99   void deinterleave8bitStride3(ArrayRef<Instruction *> InputVectors, 111                                      ArrayRef<ShuffleVectorInst *> Shuffs, 112                                      ArrayRef<unsigned> Ind, const unsigned F     [all...] | 
|   /external/llvm/lib/Target/Hexagon/ | 
| HexagonInstrInfo.h  | 103                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, 211                             ArrayRef<MachineOperand> Cond) const override; 215   bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1, 216                          ArrayRef<MachineOperand> Pred2) const override; 369   bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const; 405   bool getPredReg(ArrayRef<MachineOperand> Cond, unsigned &PredReg, 427   bool validateBranchCond(const ArrayRef<MachineOperand> &Cond) const;
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ | 
| HexagonTargetTransformInfo.cpp  | 123       ArrayRef<const Value*> Args, unsigned VF) { 128       ArrayRef<Type*> Tys) { 133       ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF) { 138       ArrayRef<Type*> Tys, FastMathFlags FMF, 208       Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, 227       TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value*> Args) { 280                                 ArrayRef<const Value *> Operands) {
  | 
| HexagonInstrInfo.h  | 18 #include "llvm/ADT/ArrayRef.h" 129                         MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, 241                             ArrayRef<MachineOperand> Cond) const override; 245   bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1, 246                          ArrayRef<MachineOperand> Pred2) const override; 333   ArrayRef<std::pair<unsigned, const char *>> 341   ArrayRef<std::pair<unsigned, const char *>> 436   bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const; 467   bool getPredReg(ArrayRef<MachineOperand> Cond, unsigned &PredReg, 486   bool validateBranchCond(const ArrayRef<MachineOperand> &Cond) const     [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ | 
| ModuleUtils.cpp  | 92 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { 122 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { 126 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { 142                                              ArrayRef<Type *> InitArgTypes) { 154     ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, 250     Md5.update(ArrayRef<uint8_t>{0});
  | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ | 
| BinaryStreamTest.cpp  | 36                   ArrayRef<uint8_t> &Buffer) override { 55                                    ArrayRef<uint8_t> &Buffer) override { 65   Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> SrcData) override { 132   void initializeInput(ArrayRef<uint8_t> Input, uint32_t Align) { 202     ArrayRef<uint8_t> Buffer; 221     ArrayRef<uint8_t> Buffer; 323   ArrayRef<uint8_t> Result; 374       ArrayRef<uint8_t> Data; 384       ArrayRef<uint8_t> Data2; 418   ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(Ints.data())     [all...] | 
|   /external/llvm/include/llvm/Target/ | 
| TargetInstrInfo.h  | 544                                 ArrayRef<MachineOperand> Cond, 689                                ArrayRef<MachineOperand> Cond,     [all...] | 
|   /external/llvm/lib/ExecutionEngine/Interpreter/ | 
| ExternalFunctions.cpp  | 52 typedef GenericValue (*ExFunc)(FunctionType *, ArrayRef<GenericValue>); 180 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, 246                                                ArrayRef<GenericValue> ArgVals) { 300                                  ArrayRef<GenericValue> Args) { 309 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { 315 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { 325                                   ArrayRef<GenericValue> Args) { 407                                  ArrayRef<GenericValue> Args) { 419                                  ArrayRef<GenericValue> args) { 433 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args)      [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ | 
| ExternalFunctions.cpp  | 24 #include "llvm/ADT/ArrayRef.h" 63 typedef GenericValue (*ExFunc)(FunctionType *, ArrayRef<GenericValue>); 191 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, 257                                                ArrayRef<GenericValue> ArgVals) { 310                                  ArrayRef<GenericValue> Args) { 319 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { 325 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { 335                                   ArrayRef<GenericValue> Args) { 417                                  ArrayRef<GenericValue> Args) { 429                                  ArrayRef<GenericValue> args)      [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ | 
| ScopedPrinter.h  | 14 #include "llvm/ADT/ArrayRef.h" 97                  ArrayRef<EnumEntry<TEnum>> EnumValues) { 116   void printFlags(StringRef Label, T Value, ArrayRef<EnumEntry<TFlag>> Flags, 278   void printBinary(StringRef Label, StringRef Str, ArrayRef<uint8_t> Value) { 282   void printBinary(StringRef Label, StringRef Str, ArrayRef<char> Value) { 288   void printBinary(StringRef Label, ArrayRef<uint8_t> Value) { 292   void printBinary(StringRef Label, ArrayRef<char> Value) { 304   void printBinaryBlock(StringRef Label, ArrayRef<uint8_t> Value, 309   void printBinaryBlock(StringRef Label, ArrayRef<uint8_t> Value) { 346   void printBinaryImpl(StringRef Label, StringRef Str, ArrayRef<uint8_t> Value     [all...] | 
|   /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ | 
| CodeGenRegisters.h  | 19 #include "llvm/ADT/ArrayRef.h" 135     void setConcatenationOf(ArrayRef<CodeGenSubRegIndex*> Parts); 210     ArrayRef<CodeGenRegister*> getExplicitAliases() const { 235     ArrayRef<LaneBitmask> getRegUnitLaneMasks() const { 348     ArrayRef<ValueTypeByHwMode> getValueTypes() const { return VTs; } 415     ArrayRef<CodeGenRegisterClass*> getSuperClasses() const { 422     ArrayRef<Record*> getOrder(unsigned No = 0) const { 494     ArrayRef<const CodeGenRegister*> getRoots() const { 753     ArrayRef<unsigned> getRCPressureSetIDs(unsigned RCIdx) const { 767     BitVector computeCoveredRegisters(ArrayRef<Record*> Regs)     [all...] | 
|   /external/llvm/lib/IR/ | 
| AttributeImpl.h  | 158   AttributeSetNode(ArrayRef<Attribute> Attrs) 178   static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs); 206   static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { 243                    ArrayRef<std::pair<unsigned, AttributeSetNode *> > Slots) 321                       ArrayRef<std::pair<unsigned, AttributeSetNode*> > Nodes) {
  |