/art/compiler/ |
compiled_method.cc | 26 const ArrayRef<const uint8_t>& quick_code) 104 const ArrayRef<const uint8_t>& quick_code, 108 const ArrayRef<const SrcMapElem>& src_mapping_table, 109 const ArrayRef<const uint8_t>& vmap_table, 110 const ArrayRef<const uint8_t>& cfi_info, 111 const ArrayRef<const LinkerPatch>& patches) 125 const ArrayRef<const uint8_t>& quick_code, 129 const ArrayRef<const SrcMapElem>& src_mapping_table, 130 const ArrayRef<const uint8_t>& vmap_table, 131 const ArrayRef<const uint8_t>& cfi_info [all...] |
/art/compiler/linker/x86/ |
relative_patcher_x86_test.cc | 29 static const ArrayRef<const uint8_t> kCallCode; 42 const ArrayRef<const uint8_t> X86RelativePatcherTest::kCallCode(kCallRawCode); 48 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); 54 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code))); 61 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); 65 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); 78 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code))); 87 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code))); 94 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); 107 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code))) [all...] |
/external/clang/include/clang/AST/ |
DeclOpenMP.h | 19 #include "llvm/ADT/ArrayRef.h" 45 ArrayRef<const Expr *> getVars() const { 56 void setVars(ArrayRef<Expr *> VL); 61 ArrayRef<Expr *> VL); 66 typedef ArrayRef<const Expr *>::iterator varlist_const_iterator;
|
/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/Linker/ |
IRMover.h | 13 #include "llvm/ADT/ArrayRef.h" 27 ArrayRef<Type *> ETypes; 29 KeyTy(ArrayRef<Type *> E, bool P); 54 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked); 63 bool move(Module &Src, ArrayRef<GlobalValue *> ValuesToLink,
|
/external/llvm/include/llvm/MC/ |
SubtargetFeature.h | 21 #include "llvm/ADT/ArrayRef.h" 104 ArrayRef<SubtargetFeatureKV> FeatureTable); 108 ArrayRef<SubtargetFeatureKV> FeatureTable); 112 ArrayRef<SubtargetFeatureKV> CPUTable, 113 ArrayRef<SubtargetFeatureKV> FeatureTable);
|
/external/llvm/include/llvm/Transforms/Utils/ |
PromoteMemToReg.h | 18 #include "llvm/ADT/ArrayRef.h" 44 void PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
|
ModuleUtils.h | 17 #include "llvm/ADT/ArrayRef.h" 60 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.h | 30 #include "llvm/ADT/ArrayRef.h" 110 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks); 118 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong); 121 void addLinks(ArrayRef<unsigned> Links); 136 ArrayRef<unsigned> getRecentPositive() { return RecentPositive; }
|
AllocationOrder.h | 20 #include "llvm/ADT/ArrayRef.h" 31 ArrayRef<MCPhysReg> Order; 45 ArrayRef<MCPhysReg> getOrder() const { return Order; }
|
/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/clang/include/clang/Frontend/ |
DiagnosticRenderer.h | 78 ArrayRef<CharSourceRange> Ranges, 84 ArrayRef<CharSourceRange> Ranges, 90 ArrayRef<FixItHint> Hints, 118 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints, 122 ArrayRef<CharSourceRange> Ranges, 126 ArrayRef<CharSourceRange> Ranges, 127 ArrayRef<FixItHint> Hints, 145 StringRef Message, ArrayRef<CharSourceRange> Ranges, 146 ArrayRef<FixItHint> FixItHints [all...] |
TextDiagnostic.h | 81 ArrayRef<CharSourceRange> Ranges, 87 ArrayRef<CharSourceRange> Ranges, 93 ArrayRef<FixItHint> Hints, 112 ArrayRef<FixItHint> Hints, 117 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
|
/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) { 365 unsigned addSchedClass(Record *ItinDef, ArrayRef<unsigned> OperWrites, 366 ArrayRef<unsigned> OperReads, 367 ArrayRef<unsigned> ProcIndices); 369 unsigned findOrInsertRW(ArrayRef<unsigned> Seq, bool IsRead); 371 unsigned findSchedClassIdx(Record *ItinClassDef, ArrayRef<unsigned> Writes, 372 ArrayRef<unsigned> Reads) const; 385 std::string genRWName(ArrayRef<unsigned> Seq, bool IsRead) [all...] |
/external/llvm/include/llvm/CodeGen/ |
RegisterPressure.h | 320 void addLiveRegs(ArrayRef<unsigned> Regs); 346 void initLiveThru(ArrayRef<unsigned> PressureSet) { 350 ArrayRef<unsigned> getLiveThru() const { return LiveThruPressure; } 376 ArrayRef<PressureChange> CriticalPSets, 377 ArrayRef<unsigned> MaxPressureLimit); 382 ArrayRef<PressureChange> CriticalPSets, 383 ArrayRef<unsigned> MaxPressureLimit) const; 391 ArrayRef<PressureChange> CriticalPSets, 392 ArrayRef<unsigned> MaxPressureLimit); 399 ArrayRef<PressureChange> CriticalPSets [all...] |
/external/llvm/lib/IR/ |
IRBuilder.cpp | 59 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops, 70 ArrayRef<Value *> Ops, 241 ArrayRef<Value *> Ops, 253 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, 254 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, 255 ArrayRef<T3> GCArgs) { 275 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, 276 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs [all...] |
/external/clang/lib/CodeGen/ |
CGOpenMPRuntime.h | 419 ArrayRef<llvm::Value *> CapturedVars, 455 ArrayRef<const Expr *> CopyprivateVars, 456 ArrayRef<const Expr *> DestExprs, 457 ArrayRef<const Expr *> SrcExprs, 458 ArrayRef<const Expr *> AssignmentOps); 610 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars, 661 const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, 662 ArrayRef<const Expr *> PrivateCopies, 663 ArrayRef<const Expr *> FirstprivateVars, 664 ArrayRef<const Expr *> FirstprivateCopies [all...] |
/external/clang/include/clang/Basic/ |
LLVM.h | 31 template<typename T> class ArrayRef; 66 using llvm::ArrayRef;
|
/external/clang/lib/AST/ |
DeclOpenMP.cpp | 31 ArrayRef<Expr *> VL) { 48 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) {
|
/external/llvm/include/llvm/Target/ |
CostTable.h | 18 #include "llvm/ADT/ArrayRef.h" 31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, 54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
|
/external/llvm/lib/Target/ |
TargetSubtargetInfo.cpp | 24 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD,
|
/external/llvm/tools/dsymutil/ |
dsymutil.h | 40 parseDebugMap(StringRef InputFile, ArrayRef<std::string> Archs, 44 bool dumpStab(StringRef InputFile, ArrayRef<std::string> Archs,
|
/art/compiler/debug/ |
method_debug_info.h | 42 ArrayRef<const uint8_t> cfi;
|
/external/clang/include/clang/Tooling/ |
Refactoring.h | 41 ArrayRef<std::string> SourcePaths,
|