| /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
| dsymutil.h | 22 #include "llvm/ADT/ArrayRef.h" 39 parseDebugMap(StringRef InputFile, ArrayRef<std::string> Archs, 44 bool dumpStab(StringRef InputFile, ArrayRef<std::string> Archs,
|
| /external/llvm/utils/TableGen/ |
| CodeGenSchedule.h | 75 CodeGenSchedRW(unsigned Idx, bool Read, ArrayRef<unsigned> Seq, 147 bool isKeyEqual(Record *IC, ArrayRef<unsigned> W, ArrayRef<unsigned> R) { 312 ArrayRef<CodeGenProcModel> procModels() const { return ProcModels; } 366 ArrayRef<CodeGenSchedClass> schedClasses() const { return SchedClasses; } 376 unsigned addSchedClass(Record *ItinDef, ArrayRef<unsigned> OperWrites, 377 ArrayRef<unsigned> OperReads, 378 ArrayRef<unsigned> ProcIndices); 380 unsigned findOrInsertRW(ArrayRef<unsigned> Seq, bool IsRead); 382 unsigned findSchedClassIdx(Record *ItinClassDef, ArrayRef<unsigned> Writes [all...] |
| /art/dex2oat/linker/x86/ |
| relative_patcher_x86_test.cc | 30 static const ArrayRef<const uint8_t> kCallCode; 43 const ArrayRef<const uint8_t> X86RelativePatcherTest::kCallCode(kCallRawCode); 49 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); 55 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code))); 62 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); 66 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); 79 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); 88 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code))); 95 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); 108 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code))) [all...] |
| /external/clang/include/clang/ASTMatchers/Dynamic/ |
| Registry.h | 23 #include "llvm/ADT/ArrayRef.h" 79 llvm::ArrayRef<std::pair<MatcherCtor, unsigned>> Context); 91 getMatcherCompletions(ArrayRef<ArgKind> AcceptedTypes); 110 ArrayRef<ParserValue> Args, 122 ArrayRef<ParserValue> Args,
|
| /external/clang/include/clang/StaticAnalyzer/Frontend/ |
| CheckerRegistration.h | 27 ArrayRef<std::string> plugins, DiagnosticsEngine &diags);
|
| /external/llvm/include/llvm/DebugInfo/CodeView/ |
| CVTypeVisitor.h | 30 Error skipPadding(ArrayRef<uint8_t> &Data);
|
| SymbolDumpDelegate.h | 15 #include "llvm/ADT/ArrayRef.h" 32 ArrayRef<uint8_t> Block) = 0;
|
| /external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
| DirectoryStreamData.h | 13 #include "llvm/ADT/ArrayRef.h" 27 virtual llvm::ArrayRef<llvm::support::ulittle32_t> getStreamBlocks() {
|
| IndexedStreamData.h | 25 ArrayRef<support::ulittle32_t> getStreamBlocks() override;
|
| MappedBlockStream.h | 13 #include "llvm/ADT/ArrayRef.h" 33 ArrayRef<uint8_t> &Buffer) const override; 35 ArrayRef<uint8_t> &Buffer) const override; 36 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) const override; 55 ArrayRef<uint8_t> &Buffer) const;
|
| /external/llvm/include/llvm/Linker/ |
| IRMover.h | 13 #include "llvm/ADT/ArrayRef.h" 29 ArrayRef<Type *> ETypes; 31 KeyTy(ArrayRef<Type *> E, bool P); 59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked); 74 Error move(std::unique_ptr<Module> Src, ArrayRef<GlobalValue *> ValuesToLink,
|
| /external/llvm/include/llvm/Support/ |
| raw_sha1_ostream.h | 19 #include "llvm/ADT/ArrayRef.h" 29 State.update(ArrayRef<uint8_t>((const uint8_t *)Ptr, Size));
|
| /external/llvm/lib/CodeGen/ |
| SpillPlacement.h | 30 #include "llvm/ADT/ArrayRef.h" 114 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks); 122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong); 125 void addLinks(ArrayRef<unsigned> Links); 140 ArrayRef<unsigned> getRecentPositive() { return RecentPositive; }
|
| /external/llvm/lib/DebugInfo/CodeView/ |
| TypeRecord.cpp | 22 MemberPointerInfo::deserialize(ArrayRef<uint8_t> &Data) { 35 ArrayRef<uint8_t> &Data) { 47 ArrayRef<uint8_t> &Data) { 57 ArrayRef<uint8_t> &Data) { 66 MemberFuncIdRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { 74 ArrayRef<uint8_t> &Data) { 79 ArrayRef<TypeIndex> Indices; 85 ArrayRef<uint8_t> &Data) { 107 NestedTypeRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { 115 ArrayRef<uint8_t> &Data) [all...] |
| /external/llvm/lib/DebugInfo/PDB/Raw/ |
| IndexedStreamData.cpp | 23 ArrayRef<support::ulittle32_t> IndexedStreamData::getStreamBlocks() {
|
| /external/llvm/lib/TableGen/ |
| Error.cpp | 26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, 42 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { 54 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { 73 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
|
| /external/llvm/lib/Target/Lanai/Disassembler/ |
| LanaiDisassembler.h | 34 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes,
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| LiveDebugVariables.h | 24 #include "llvm/ADT/ArrayRef.h" 50 void splitRegister(unsigned OldReg, ArrayRef<LiveInterval*> NewRegs);
|
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| ConstantFold.h | 22 #include "llvm/ADT/ArrayRef.h" 43 ArrayRef<unsigned> Idxs); 45 ArrayRef<unsigned> Idxs); 51 ArrayRef<Constant *> Idxs); 53 ArrayRef<Value *> Idxs);
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
| VectorUtils.h | 23 template <typename T> class ArrayRef; 114 computeMinimumValueSizes(ArrayRef<BasicBlock*> Blocks, 125 Instruction *propagateMetadata(Instruction *I, ArrayRef<Value *> VL); 177 Value *concatenateVectors(IRBuilder<> &Builder, ArrayRef<Value *> Vecs);
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
| Formatters.h | 13 #include "llvm/ADT/ArrayRef.h" 28 class GuidAdapter final : public FormatAdapter<ArrayRef<uint8_t>> { 29 ArrayRef<uint8_t> Guid; 32 explicit GuidAdapter(ArrayRef<uint8_t> Guid); 44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
|
| SymbolDumpDelegate.h | 13 #include "llvm/ADT/ArrayRef.h" 29 ArrayRef<uint8_t> Block) = 0;
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Linker/ |
| IRMover.h | 13 #include "llvm/ADT/ArrayRef.h" 29 ArrayRef<Type *> ETypes; 31 KeyTy(ArrayRef<Type *> E, bool P); 59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked); 76 Error move(std::unique_ptr<Module> Src, ArrayRef<GlobalValue *> ValuesToLink,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| raw_sha1_ostream.h | 17 #include "llvm/ADT/ArrayRef.h" 29 State.update(ArrayRef<uint8_t>((const uint8_t *)Ptr, Size));
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| SpillPlacement.h | 30 #include "llvm/ADT/ArrayRef.h" 114 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks); 122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong); 125 void addLinks(ArrayRef<unsigned> Links); 140 ArrayRef<unsigned> getRecentPositive() { return RecentPositive; }
|