HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 251 - 275 of 765) sorted by null

<<11121314151617181920>>

  /external/clang/unittests/AST/
ASTVectorTest.cpp 73 ArrayRef<int> IntVec(Values);
  /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/include/llvm/MC/
MCInstPrinter.h 13 #include "llvm/ADT/ArrayRef.h"
27 void dumpBytes(ArrayRef<uint8_t> Bytes, raw_ostream &OS);
  /external/llvm/include/llvm/TableGen/
Record.h 18 #include "llvm/ADT/ArrayRef.h"
458 BitsInit(ArrayRef<Init *> Range)
469 static BitsInit *get(ArrayRef<Init *> Range);
591 explicit ListInit(ArrayRef<Init *> Range, RecTy *EltTy)
602 static ListInit *get(ArrayRef<Init *> Range, RecTy *EltTy);
627 ArrayRef<Init*> getValues() const { return Values; }
1037 ArrayRef<Init *> ArgRange,
1038 ArrayRef<std::string> NameRange)
    [all...]
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 63 void AddInitialGroup(ArrayRef<Instruction *> List) {
  /external/llvm/lib/MC/
MCInstPrinter.cpp 19 void llvm::dumpBytes(ArrayRef<uint8_t> bytes, raw_ostream &OS) {
  /external/llvm/tools/llvm-readobj/
StreamWriter.cpp 31 ArrayRef<uint8_t> Data, bool Block) {
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 61 ArrayRef<SMLoc> Locs = R->getLoc();
DAGISelMatcher.h 13 #include "llvm/ADT/ArrayRef.h"
194 ScopeMatcher(ArrayRef<Matcher *> children)
508 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases)
562 SwitchTypeMatcher(ArrayRef<std::pair<MVT::SimpleValueType, Matcher*> > cases)
    [all...]
CodeGenSchedule.cpp 27 static void dumpIdxVec(ArrayRef<unsigned> V) {
37 ArrayRef<SMLoc> Loc) override {
55 ArrayRef<SMLoc> Loc) override {
323 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) {
454 unsigned CodeGenSchedModels::findRWForSequence(ArrayRef<unsigned> Seq,
468 unsigned CodeGenSchedModels::findOrInsertRW(ArrayRef<unsigned> Seq,
582 ArrayRef<unsigned> Writes,
583 ArrayRef<unsigned> Reads) const {
602 ArrayRef<unsigned> OperWrites,
603 ArrayRef<unsigned> OperReads)
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 187 ArrayRef<const CXXRecordDecl *> BasePath,
194 ArrayRef<const CXXRecordDecl *> BasePath,
234 ArrayRef<const CXXRecordDecl *> BasePath,
Stmt.h 23 #include "llvm/ADT/ArrayRef.h"
546 CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
561 void setStmts(const ASTContext &C, ArrayRef<Stmt *> Stmts);
825 AttributedStmt(SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt)
845 ArrayRef<const Attr*> Attrs, Stmt *SubStmt);
850 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 22 #include "llvm/ADT/ArrayRef.h"
320 ArrayRef<ArgumentValue> PrevArgs,
323 ArrayRef<intptr_t> QualTypeVals);
611 ArrayRef<ArgumentValue> PrevArgs,
613 ArrayRef<intptr_t> QualTypeVals) const {
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 275 Compilation *BuildCompilation(ArrayRef<const char *> Args);
281 void ParseDriverMode(ArrayRef<const char *> Args);
285 llvm::opt::InputArgList ParseArgStrings(ArrayRef<const char *> Args);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 128 ArrayRef<GenericValue> ArgValues) override;
138 void callFunction(Function *F, ArrayRef<GenericValue> ArgVals);
195 ArrayRef<GenericValue> ArgVals);
  /external/llvm/lib/IR/
MDBuilder.cpp 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) {
130 MDNode *MDBuilder::createTBAAStructNode(ArrayRef<TBAAStructField> Fields) {
144 StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) {
  /external/clang/lib/AST/
ExprCXX.cpp 139 ArrayRef<Expr*> placementArgs,
801 ArrayRef<Expr*> Args,
    [all...]
CommentSema.cpp 46 ArrayRef<InlineContentComment *> Content) {
63 ArrayRef<BlockCommandComment::Argument> Args) {
369 ArrayRef<InlineCommandComment::Argument> Args;
409 ArrayRef<InlineCommandComment::Argument> Args;
440 ArrayRef<VerbatimBlockLineComment *> Lines) {
467 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
547 ArrayRef<BlockContentComment *> Blocks) {
726 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars();
    [all...]
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 39 class ArrayRef;
232 Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout &DL,
241 ArrayRef<unsigned> Idxs, const DataLayout &DL,
249 Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs,
319 Value *SimplifyCall(Value *V, ArrayRef<Value *> Args, const DataLayout &DL,
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 19 #include "llvm/ADT/ArrayRef.h"
75 ArrayRef<MCPhysReg> (*OrderFunc)(const MachineFunction&);
209 ArrayRef<MCPhysReg> getRawAllocationOrder(const MachineFunction &MF) const {
464 virtual ArrayRef<const uint32_t *> getRegMasks() const = 0;
465 virtual ArrayRef<const char *> getRegMaskNames() const = 0;
722 ArrayRef<MCPhysReg> Order,
    [all...]
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 180 writeIndexTable(MCStreamer &Out, ArrayRef<unsigned> ContributionOffsets,
181 ArrayRef<UnitIndexEntry> IndexEntries,
190 ArrayRef<unsigned> ContributionOffsets,
191 ArrayRef<UnitIndexEntry> IndexEntries) {
237 static std::error_code write(MCStreamer &Out, ArrayRef<std::string> Inputs) {
  /external/clang/include/clang/Serialization/
ASTWriter.h 89 typedef ArrayRef<uint64_t> RecordDataRef;
482 ArrayRef<CXXCtorInitializer*> Inits)
486 ArrayRef<CXXCtorInitializer*> Inits;
545 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record);
586 ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>> Extensions,
745 void AddCXXCtorInitializersRef(ArrayRef<CXXCtorInitializer *> Inits,
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 887 ArrayRef<Builtin::Info> getTargetBuiltins() const override {
908 ArrayRef<const char *> getGCCRegNames() const override;
909 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const override;
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 54 typedef ArrayRef<uint64_t> RecordDataRef;
72 ArrayRef<CharSourceRange> Ranges,
78 ArrayRef<CharSourceRange> Ranges,
87 ArrayRef<FixItHint> Hints,
207 ArrayRef<FixItHint> Hints,
682 ArrayRef<clang::CharSourceRange> Ranges,
711 ArrayRef<FixItHint> Hints,
718 for (ArrayRef<CharSourceRange>::iterator I = Ranges.begin(), E = Ranges.end();
724 for (ArrayRef<FixItHint>::iterator I = Hints.begin(), E = Hints.end();
741 ArrayRef<FixItHint> Hints
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 145 ArrayRef<AllocaInst *> StaticAllocas,
146 ArrayRef<Argument *> ByValArguments,
147 ArrayRef<ReturnInst *> Returns);
156 ArrayRef<Instruction *> StackRestorePoints,
164 ArrayRef<AllocaInst *> DynamicAllocas);
432 ArrayRef<Instruction *> StackRestorePoints,
471 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas,
472 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns) {
599 ArrayRef<AllocaInst *> DynamicAllocas)
    [all...]

Completed in 628 milliseconds

<<11121314151617181920>>