HomeSort by relevance Sort by last modified time
    Searched full:arrayref (Results 276 - 300 of 462) sorted by null

<<111213141516171819

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 600 static Constant *CastGEPIndices(ArrayRef<Constant *> Ops,
650 static Constant *SymbolicallyEvaluateGEP(ArrayRef<Constant *> Ops,
    [all...]
  /external/clang/include/clang/AST/
Decl.h 24 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 36 #include "llvm/ADT/ArrayRef.h"
251 ArrayRef<UnexpandedParameterPack> Unexpanded,
    [all...]
SemaChecking.cpp 706 ArrayRef<const Expr *> Args,
761 ArrayRef<const Expr *> Args,
817 ArrayRef<const Expr *> Args) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 351 ArrayRef<SVal> Values,
397 ArrayRef<SVal> Values,
398 ArrayRef<SVal> ConstValues,
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 641 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
642 ArrayRef<SUnit*> BotRoots) {
798 void clusterNeighboringLoads(ArrayRef<SUnit*> Loads, ScheduleDAGMI *DAG);
810 void LoadClusterMutation::clusterNeighboringLoads(ArrayRef<SUnit*> Loads,
    [all...]
RegAllocFast.cpp 535 ArrayRef<MCPhysReg> AO = RegClassInfo.getOrder(RC);
538 for (ArrayRef<MCPhysReg>::iterator I = AO.begin(), E = AO.end(); I != E; ++I){
550 for (ArrayRef<MCPhysReg>::iterator I = AO.begin(), E = AO.end(); I != E; ++I){
    [all...]
LiveRangeEdit.cpp 327 ArrayRef<unsigned> RegsBeingSpilled) {
  /external/clang/lib/AST/
Decl.cpp 307 getLVForTemplateArgumentList(ArrayRef<TemplateArgument> args,
    [all...]
DeclObjC.cpp 592 ArrayRef<ParmVarDecl*> Params,
593 ArrayRef<SourceLocation> SelLocs) {
613 ArrayRef<ParmVarDecl*> Params,
614 ArrayRef<SourceLocation> SelLocs) {
    [all...]
StmtProfile.cpp 282 ArrayRef<OMPClause *> Clauses = S->clauses();
283 for (ArrayRef<OMPClause *>::iterator I = Clauses.begin(), E = Clauses.end();
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 144 virtual void EmitLinkerOptions(ArrayRef<std::string> Options);
377 void MCAsmStreamer::EmitLinkerOptions(ArrayRef<std::string> Options) {
380 for (ArrayRef<std::string>::iterator it = Options.begin() + 1,
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 30 #include "llvm/ADT/ArrayRef.h"
326 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
    [all...]
BreakCriticalEdges.cpp 93 static void createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds,
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/include/clang/Basic/
Module.h 355 ArrayRef<const FileEntry *> getTopHeaders(FileManager &FileMgr);
  /external/clang/include/clang/Sema/
Template.h 44 typedef ArrayRef<TemplateArgument> ArgList;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 375 ExplodedGraph *trim(ArrayRef<const NodeTy *> Nodes,
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 364 ArrayRef<ParserValue> Args,
  /external/clang/lib/CodeGen/
CGCXXABI.h 406 llvm::ArrayRef<std::pair<const VarDecl *, llvm::GlobalVariable *> > Decls,
  /external/clang/lib/Lex/
MacroArgs.cpp 26 ArrayRef<Token> UnexpArgTokens,
  /external/llvm/include/llvm/ADT/
APInt.h 19 #include "llvm/ADT/ArrayRef.h"
187 void initFromArray(ArrayRef<uint64_t> array);
253 APInt(unsigned numBits, ArrayRef<uint64_t> bigVal);
255 /// Equivalent to APInt(numBits, ArrayRef<uint64_t>(bigVal, numWords)), but
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 237 Value *EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask);
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 11 #include "llvm/ADT/ArrayRef.h"
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 347 unsigned findOrInsertRW(ArrayRef<unsigned> Seq, bool IsRead);

Completed in 1091 milliseconds

<<111213141516171819