Searched defs:VL (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclOpenMP.cpp55 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) { argument
28 Create(ASTContext &C, DeclContext *DC, SourceLocation L, ArrayRef<Expr *> VL) argument
H A DCommentParser.cpp720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), local
H A DCommentSema.cpp444 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( local
H A DStmt.cpp1128 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1148 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1171 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h87 void setVarRefs(ArrayRef<Expr *> VL) { argument
[all...]
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dconvex.h45 #define VL 5 macro
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp119 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) { argument
136 static bool allConstant(ArrayRef<Value *> VL) { argument
144 isSplat(ArrayRef<Value *> VL) argument
153 getSameOpcode(ArrayRef<Value *> VL) argument
167 propagateMetadata(Instruction *I, ArrayRef<Value *> VL) argument
199 getSameType(ArrayRef<Value *> VL) argument
210 CanReuseExtract(ArrayRef<Value *> VL) argument
240 reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right) argument
471 newTreeEntry(ArrayRef<Value *> VL, bool Vectorized) argument
592 buildTree_rec(ArrayRef<Value *> VL, unsigned Depth) argument
957 ArrayRef<Value*> VL = E->Scalars; local
1137 getGatherCost(ArrayRef<Value *> VL) argument
1237 getLastIndex(ArrayRef<Value *> VL) argument
1248 getLastInstruction(ArrayRef<Value *> VL) argument
1261 setInsertPointAfterBundle(ArrayRef<Value *> VL) argument
1270 Gather(ArrayRef<Value *> VL, VectorType *Ty) argument
1313 vectorizeTree(ArrayRef<Value *> VL) argument
1874 hasValueBeenRAUWed(ArrayRef<Value *> &VL, SmallVectorImpl<WeakVH> &VH, unsigned SliceBegin, unsigned SliceSize) argument
2022 tryToVectorizeList(ArrayRef<Value *> VL, BoUpSLP &R) argument
[all...]

Completed in 162 milliseconds