HomeSort by relevance Sort by last modified time
    Searched full:arrayref (Results 51 - 75 of 672) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
AllocationOrder.h 20 #include "llvm/ADT/ArrayRef.h"
30 ArrayRef<MCPhysReg> Order;
43 ArrayRef<MCPhysReg> getOrder() const { return Order; }
  /external/llvm/lib/TableGen/
SetTheory.cpp 31 ArrayRef<SMLoc> Loc) override {
39 ArrayRef<SMLoc> Loc) override {
55 ArrayRef<SMLoc> Loc) override {
71 RecSet &Elts, ArrayRef<SMLoc> Loc) = 0;
74 ArrayRef<SMLoc> Loc) override {
91 RecSet &Elts, ArrayRef<SMLoc> Loc) override {
103 RecSet &Elts, ArrayRef<SMLoc> Loc) override {
120 RecSet &Elts, ArrayRef<SMLoc> Loc) override {
138 RecSet &Elts, ArrayRef<SMLoc> Loc) override {
150 ArrayRef<SMLoc> Loc) override
    [all...]
  /external/llvm/lib/ProfileData/
CoverageMappingWriter.cpp 33 ArrayRef<CounterExpression> Expressions;
57 CounterExpressionsMinimizer(ArrayRef<CounterExpression> Expressions,
58 ArrayRef<CounterMappingRegion> MappingRegions)
67 ArrayRef<CounterExpression> getExpressions() const { return UsedExpressions; }
93 static unsigned encodeCounter(ArrayRef<CounterExpression> Expressions,
104 static void writeCounter(ArrayRef<CounterExpression> Expressions, Counter C,
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 44 static bool NeedsErratum843419Thunk(ArrayRef<const uint8_t> code, uint32_t literal_offset,
47 static uint32_t GetInsn(ArrayRef<const uint8_t> code, uint32_t offset);
  /external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 41 #include "llvm/ADT/ArrayRef.h"
86 ArrayRef<ParserValue> Args,
107 llvm::ArrayRef<std::pair<MatcherCtor, unsigned>> Context);
119 getMatcherCompletions(llvm::ArrayRef<ArgKind> AcceptedTypes);
134 ArrayRef<ParserValue> Args,
138 llvm::ArrayRef<std::pair<MatcherCtor, unsigned>> Context) override;
141 getMatcherCompletions(llvm::ArrayRef<ArgKind> AcceptedTypes) override;
241 getNamedValueCompletions(ArrayRef<ArgKind> AcceptedTypes);
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 108 ArrayRef<ParserValue> Args,
142 ArrayRef<ast_type_traits::ASTNodeKind> RetKinds,
166 ArrayRef<ParserValue> Args,
177 ArrayRef<ast_type_traits::ASTNodeKind> RetKinds,
178 ArrayRef<ArgKind> ArgKinds)
184 ArrayRef<ParserValue> Args,
280 ResultT (*Func)(ArrayRef<const ArgT *>)>
283 ArrayRef<ParserValue> Args, Diagnostics *Error) {
324 ArrayRef<ParserValue> Args,
328 ResultT (*F)(ArrayRef<const ArgT *>)
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 18 #include "llvm/ADT/ArrayRef.h"
44 ArrayRef<uint64_t> Counters);
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 18 #include "llvm/ADT/ArrayRef.h"
44 void PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
  /external/llvm/lib/IR/
IRBuilder.cpp 56 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops,
225 ArrayRef<Value *> Ops,
235 ArrayRef<Value *> CallArgs,
236 ArrayRef<Value *> DeoptArgs,
237 ArrayRef<Value *> GCArgs,
265 ArrayRef<Use> CallArgs,
266 ArrayRef<Value *> DeoptArgs,
267 ArrayRef<Value *> GCArgs,
ConstantsContext.h 170 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList,
196 ArrayRef<unsigned> IdxList, Type *DestTy)
215 GetElementPtrConstantExpr(Constant *C, ArrayRef<Constant*> IdxList,
219 ArrayRef<Constant*> IdxList,
342 ArrayRef<Constant *> Operands;
343 ConstantAggrKeyType(ArrayRef<Constant *> Operands) : Operands(Operands) {}
344 ConstantAggrKeyType(ArrayRef<Constant *> Operands, const ConstantClass *)
421 ArrayRef<Constant *> Ops;
422 ArrayRef<unsigned> Indexes;
424 ConstantExprKeyType(unsigned Opcode, ArrayRef<Constant *> Ops
    [all...]
  /external/llvm/test/Analysis/Delinearization/
multidim_only_ivs_2d.ll 16 ; ArrayRef[{0,+,1}<nuw><nsw><%for.i>][{0,+,1}<nuw><nsw><%for.j>]
23 ; CHECK: ArrayRef[{0,+,1}<nuw><nsw><%for.i>][{0,+,1}<nuw><nsw><%for.j>]
  /external/llvm/unittests/Support/
MD5Test.cpp 14 #include "llvm/ADT/ArrayRef.h"
23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) {
  /art/compiler/optimizing/
optimizing_compiler.cc 373 static ArrayRef<const uint8_t> AlignVectorSize(std::vector<uint8_t>& vector) {
379 return ArrayRef<const uint8_t>(vector);
425 ArrayRef<const uint8_t>(allocator.GetMemory()),
433 ArrayRef<const uint8_t>(), // mapping_table.
434 ArrayRef<const uint8_t>(stack_map),
435 ArrayRef<const uint8_t>(), // native_gc_map.
436 ArrayRef<const uint8_t>(*codegen->GetAssembler()->cfi().data()),
437 ArrayRef<const LinkerPatch>());
462 ArrayRef<const uint8_t>(allocator.GetMemory()),
473 ArrayRef<const uint8_t>(*codegen->GetAssembler()->cfi().data())
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 22 #include "llvm/ADT/ArrayRef.h"
134 ArrayRef<Constant *> IdxList) const {
139 // warnings about whether to convert Idx to ArrayRef<Constant *> or
140 // ArrayRef<Value *>.
144 ArrayRef<Value *> IdxList) const {
149 ArrayRef<Constant *> IdxList) const {
155 // warnings about whether to convert Idx to ArrayRef<Constant *> or
156 // ArrayRef<Value *>.
160 ArrayRef<Value *> IdxList) const {
258 ArrayRef<unsigned> IdxList) const
    [all...]
TargetTransformInfo.h 139 unsigned getGEPCost(const Value *Ptr, ArrayRef<const Value *> Operands) const;
162 ArrayRef<const Value *> Arguments) const;
168 ArrayRef<Type *> ParamTys) const;
174 ArrayRef<const Value *> Arguments) const;
465 ArrayRef<Type *> Tys) const;
469 ArrayRef<Type *> Tys) const;
489 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const;
524 ArrayRef<const Value *> Operands) = 0;
528 ArrayRef<const Value *> Arguments) = 0;
530 ArrayRef<Type *> ParamTys) = 0
    [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 25 #include "llvm/ADT/ArrayRef.h"
181 ArrayRef<Constant *> IdxList) const {
186 // warnings about whether to convert Idx to ArrayRef<Constant *> or
187 // ArrayRef<Value *>.
191 ArrayRef<Value *> IdxList) const {
196 ArrayRef<Constant *> IdxList) const {
202 // warnings about whether to convert Idx to ArrayRef<Constant *> or
203 // ArrayRef<Value *>.
207 ArrayRef<Value *> IdxList) const {
287 ArrayRef<unsigned> IdxList) const
    [all...]
Intrinsics.h 19 #include "llvm/ADT/ArrayRef.h"
46 std::string getName(ID id, ArrayRef<Type*> Tys = None);
50 ArrayRef<Type*> Tys = None);
65 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
  /external/clang/include/clang/AST/
Comment.h 21 #include "llvm/ADT/ArrayRef.h"
323 ArrayRef<Argument> Args;
330 ArrayRef<Argument> Args) :
457 ArrayRef<Attribute> Attributes;
486 void setAttrs(ArrayRef<Attribute> Attrs) {
553 ArrayRef<InlineContentComment *> Content;
556 ParagraphComment(ArrayRef<InlineContentComment *> Content) :
614 ArrayRef<Argument> Args;
686 void setArgs(ArrayRef<Argument> A) {
819 ArrayRef<unsigned> Position
    [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 128 static constexpr ArrayRef<const RegStorage> empty_pool;
129 static constexpr ArrayRef<const RegStorage> core_regs_32(core_regs_arr_32);
130 static constexpr ArrayRef<const RegStorage> sp_regs_32(sp_regs_arr_32);
131 static constexpr ArrayRef<const RegStorage> dp_fr0_regs_32(dp_fr0_regs_arr_32);
132 static constexpr ArrayRef<const RegStorage> dp_fr1_regs_32(dp_fr1_regs_arr_32);
133 static constexpr ArrayRef<const RegStorage> reserved_regs_32(reserved_regs_arr_32);
134 static constexpr ArrayRef<const RegStorage> core_temps_32(core_temps_arr_32);
135 static constexpr ArrayRef<const RegStorage> sp_fr0_temps_32(sp_fr0_temps_arr_32);
136 static constexpr ArrayRef<const RegStorage> sp_fr1_temps_32(sp_fr1_temps_arr_32);
137 static constexpr ArrayRef<const RegStorage> dp_fr0_temps_32(dp_fr0_temps_arr_32)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 127 ArrayRef<const MemRegion *> ExplicitRegions,
128 ArrayRef<const MemRegion *> Regions,
144 ArrayRef<const MemRegion *> ExplicitRegions,
145 ArrayRef<const MemRegion *> Regions,
  /external/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistration.h 27 ArrayRef<std::string> plugins, DiagnosticsEngine &diags);
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 32 ArrayRef<SubtargetFeatureKV> ProcFeatures; // Processor feature list
33 ArrayRef<SubtargetFeatureKV> ProcDesc; // Processor descriptions
49 ArrayRef<SubtargetFeatureKV> PF,
50 ArrayRef<SubtargetFeatureKV> PD,
SubtargetFeature.h 21 #include "llvm/ADT/ArrayRef.h"
86 ArrayRef<SubtargetFeatureKV> FeatureTable);
90 ArrayRef<SubtargetFeatureKV> CPUTable,
91 ArrayRef<SubtargetFeatureKV> FeatureTable);
  /external/llvm/include/llvm/ADT/
VariadicFunction.h 17 #include "llvm/ADT/ArrayRef.h"
69 /// ResultT FooImpl(ArrayRef<const ArgT *> Args) {
97 /// ArrayRef<const ArgT *> Args) { ... }
105 ResultT (*Func)(ArrayRef<const ArgT *>)>
152 ResultT (*Func)(Param0T, ArrayRef<const ArgT *>)>
199 ResultT (*Func)(Param0T, Param1T, ArrayRef<const ArgT *>)>
248 ResultT (*Func)(Param0T, Param1T, Param2T, ArrayRef<const ArgT *>)>
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) {
175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) {
250 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes);
258 printUnwindCode(UI, ArrayRef<UnwindCode>(UCI, UCE));
288 ArrayRef<uint8_t> Contents;
310 ArrayRef<uint8_t> Contents;
317 ArrayRef<RuntimeFunction> RuntimeFunctions(Entries, Count);

Completed in 1352 milliseconds

1 23 4 5 6 7 8 91011>>