| /external/llvm/tools/obj2yaml/ |
| coff2yaml.cpp | 114 ArrayRef<uint8_t> sectionData; 213 ArrayRef<uint8_t> AuxData = Obj.getSymbolAuxData(Symbol);
|
| /external/llvm/utils/TableGen/ |
| RegisterInfoEmitter.cpp | 19 #include "llvm/ADT/ArrayRef.h" 287 ArrayRef<unsigned> PSetIDs = RegBank.getRCPressureSetIDs(i); 289 for (ArrayRef<unsigned>::iterator PSetI = PSetIDs.begin(), [all...] |
| /external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
| DIBuilder.h | 19 #include "llvm/ADT/ArrayRef.h" 325 DIArray getOrCreateArray(ArrayRef<Value *> Elements); 397 DIType Ty, ArrayRef<Value *> Addr,
|
| /external/swiftshader/third_party/LLVM/include/llvm/Target/ |
| TargetRegisterInfo.h | 22 #include "llvm/ADT/ArrayRef.h" 200 ArrayRef<unsigned> getRawAllocationOrder(const MachineFunction &MF) const { 511 virtual ArrayRef<unsigned>
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
| StackMapParser.h | 13 #include "llvm/ADT/ArrayRef.h" 296 StackMapV2Parser(ArrayRef<uint8_t> StackMapSection) 432 ArrayRef<uint8_t> StackMapSection;
|
| COFF.h | 35 template <typename T> class ArrayRef; [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| InterferenceCache.cpp | 15 #include "llvm/ADT/ArrayRef.h" 162 ArrayRef<SlotIndex> RegMaskSlots; 163 ArrayRef<const uint32_t*> RegMaskBits;
|
| LiveDebugVariables.cpp | 23 #include "llvm/ADT/ArrayRef.h" 178 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 310 bool splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs, 400 void splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs); 902 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/Disassembler/ |
| RISCVDisassembler.cpp | 38 ArrayRef<uint8_t> Bytes, uint64_t Address, 249 ArrayRef<uint8_t> Bytes,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
| IndirectCallPromotion.cpp | 16 #include "llvm/ADT/ArrayRef.h" 197 Instruction *Inst, const ArrayRef<InstrProfValueData> &ValueDataRef, 222 Instruction *Inst, const ArrayRef<InstrProfValueData> &ValueDataRef,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
| ProgramTest.cpp | 84 ArrayRef<char> Ref{reinterpret_cast<char const *>(Var), 109 ArrayRef<StringRef> getEnviron() const { return EnvTable; }
|
| SourceMgrTest.cpp | 41 const Twine &Msg, ArrayRef<SMRange> Ranges, 42 ArrayRef<SMFixIt> FixIts) {
|
| /external/clang/lib/Frontend/ |
| TextDiagnostic.cpp | 679 ArrayRef<clang::CharSourceRange> Ranges, 775 ArrayRef<CharSourceRange> Ranges, 838 for (ArrayRef<CharSourceRange>::const_iterator RI = Ranges.begin(), [all...] |
| /external/clang/lib/StaticAnalyzer/Core/ |
| CallEvent.cpp | 317 ArrayRef<ParmVarDecl*> parameters) { 324 ArrayRef<ParmVarDecl*>::iterator I = parameters.begin(), E = parameters.end(); 339 ArrayRef<ParmVarDecl*> AnyFunctionCall::parameters() const { 595 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { 612 ArrayRef<ParmVarDecl*> Params; 674 ArrayRef<ParmVarDecl*> ObjCMethodCall::parameters() const { [all...] |
| /external/llvm/lib/LTO/ |
| ThinLTOCodeGenerator.cpp | 251 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); 254 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&F, sizeof(F))); 259 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); 264 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&Entry.first, 266 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&Entry.second, 274 ArrayRef<uint8_t>((const uint8_t *)&Entry, sizeof(GlobalValue::GUID)));
|
| /external/llvm/tools/llvm-readobj/ |
| ARMWinEHPrinter.cpp | 496 void Decoder::decodeOpcodes(ArrayRef<uint8_t> Opcodes, unsigned Offset, 515 ArrayRef<uint8_t> Contents; 537 ArrayRef<uint8_t> UC = XData.UnwindByteCode(); 547 ArrayRef<ulittle32_t> EpilogueScopes = XData.EpilogueScopes(); 743 ArrayRef<uint8_t> Contents) { 757 ArrayRef<uint8_t> Contents;
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| SIInstrInfo.h | 22 #include "llvm/ADT/ArrayRef.h" 255 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, 263 ArrayRef<MachineOperand> Cond, 270 unsigned DstReg, ArrayRef<MachineOperand> Cond, 275 unsigned DstReg, ArrayRef<MachineOperand> Cond, 853 ArrayRef<std::pair<int, const char *>> 856 ArrayRef<std::pair<unsigned, const char *>> [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
| ARMWinEHPrinter.cpp | 496 void Decoder::decodeOpcodes(ArrayRef<uint8_t> Opcodes, unsigned Offset, 515 ArrayRef<uint8_t> Contents; 537 ArrayRef<uint8_t> UC = XData.UnwindByteCode(); 547 ArrayRef<ulittle32_t> EpilogueScopes = XData.EpilogueScopes(); 743 ArrayRef<uint8_t> Contents) { 757 ArrayRef<uint8_t> Contents;
|
| /external/swiftshader/third_party/LLVM/lib/TableGen/ |
| Record.cpp | 462 ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range) { 465 for (ArrayRef<Init *>::iterator i = Range.begin(), 472 BitsInit *BitsInit::get(ArrayRef<Init *> Range) { 587 ArrayRef<Init *> Range, 592 for (ArrayRef<Init *>::iterator i = Range.begin(), 599 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { 816 ArrayRef<Init *>::iterator begin = LHSl->getValues().begin()+1; 817 ArrayRef<Init *>::iterator end = LHSl->getValues().end(); 819 ListInit::get(ArrayRef<Init *>(begin, end - begin), [all...] |
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| Constants.cpp | 591 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V) 603 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { 648 ArrayRef<Constant*> V, 658 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, 666 ConstantStruct::ConstantStruct(StructType *T, ArrayRef<Constant *> V) 679 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) { 700 ConstantVector::ConstantVector(VectorType *T, ArrayRef<Constant *> V) 711 Constant *ConstantVector::get(ArrayRef<Constant*> V) { 779 ArrayRef<unsigned> ConstantExpr::getIndices() const { 862 getWithOperands(ArrayRef<Constant*> Ops, Type *Ty) const [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
| COFFObjectFile.cpp | 14 #include "llvm/ADT/ArrayRef.h" 300 ArrayRef<uint8_t> Res; 475 ArrayRef<uint8_t> &Contents) const { 487 ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(Begin), Size); 511 ArrayRef<uint8_t> InfoBytes; [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| SimpleLoopUnswitch.cpp | 156 ArrayRef<Value *> Invariants, [all...] |
| RewriteStatepointsForGC.cpp | 17 #include "llvm/ADT/ArrayRef.h" 288 static ArrayRef<Use> GetDeoptBundleOperands(ImmutableCallSite CS) { [all...] |
| /external/clang/lib/CodeGen/ |
| CGObjCGNU.cpp | 194 ArrayRef<llvm::Constant *> V, 210 ArrayRef<llvm::Constant *> V, 225 ArrayRef<llvm::Constant *> V, 400 llvm::Constant *GenerateIvarList(ArrayRef<llvm::Constant *> IvarNames, 401 ArrayRef<llvm::Constant *> IvarTypes, 402 ArrayRef<llvm::Constant *> IvarOffsets); 411 ArrayRef<Selector> MethodSels, 412 ArrayRef<llvm::Constant *> MethodTypes, 428 llvm::Constant *GenerateProtocolList(ArrayRef<std::string> Protocols); 456 ArrayRef<llvm::Constant *> MethodNames [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| RewriteStatepointsForGC.cpp | 192 static ArrayRef<Use> GetDeoptBundleOperands(ImmutableCallSite CS) { [all...] |