/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 165 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies() 174 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL) { in Create() 190 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies() 196 void OMPFirstprivateClause::setInits(ArrayRef<Expr *> VL) { in setInits() 205 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL, in Create() 253 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() 278 ArrayRef<Expr *> VL) { in Create() 318 SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, in Create() 353 SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) { in Create() 392 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() [all …]
|
D | DeclOpenMP.cpp | 32 ArrayRef<Expr *> VL) { in Create() 50 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) { in setVars()
|
D | CommentParser.cpp | 720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine() local
|
D | CommentSema.cpp | 447 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 115 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) { in getSameBlock() 132 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() 140 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() 175 static unsigned isAltInst(ArrayRef<Value *> VL) { in isAltInst() 189 static unsigned getSameOpcode(ArrayRef<Value *> VL) { in getSameOpcode() 208 static void propagateIRFlags(Value *I, ArrayRef<Value *> VL) { in propagateIRFlags() 224 static Type* getSameType(ArrayRef<Value *> VL) { in getSameType() 465 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, bool Vectorized) { in newTreeEntry() 969 void BoUpSLP::buildTree_rec(ArrayRef<Value *> VL, unsigned Depth) { in buildTree_rec() 1485 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, unsigned Opcode) const { in canReuseExtract() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 178 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() 195 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() 203 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() 252 isShuffle(ArrayRef<Value *> VL) { in isShuffle() 350 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() 397 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() 707 void newTreeEntry(ArrayRef<Value *> VL, bool Vectorized, int &UserTreeIdx, in newTreeEntry() 1395 void BoUpSLP::buildTree_rec(ArrayRef<Value *> VL, unsigned Depth, in buildTree_rec() 1978 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, Value *OpValue, in canReuseExtract() 2053 ArrayRef<Value*> VL = E->Scalars; in getEntryCost() local [all …]
|
D | LoadStoreVectorizer.cpp | 252 SmallVector<Value *, 8> VL(IL.begin(), IL.end()); in propagateMetadata() local
|
D | LoopVectorize.cpp | 913 SmallVector<Value *, 4> VL; in addMetadata() local
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 267 const VarLoc &VL = VarLocIDs[VLL]; in printVarLocInMBB() local 297 VarLoc VL(MI); in transferDebugValue() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 329 const VarLoc &VL = VarLocIDs[VLL]; in printVarLocInMBB() local 374 VarLoc VL(MI, LS); in transferDebugValue() local 423 VarLoc VL(*NewDMI, LS); in insertTransferDebugPair() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 153 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 151 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 452 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-graph-diff.cpp | 336 GraphDiffRenderer::StatType VL, int TrunLen) { in getLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 454 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata()
|
D | LoopAccessAnalysis.cpp | 1101 bool llvm::sortPtrAccesses(ArrayRef<Value *> VL, const DataLayout &DL, in sortPtrAccesses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 208 static bool IsNarrowSequence(Value *V, ValueList &VL) { in IsNarrowSequence()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 1724 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue) { in propagateIRFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 1674 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { in Verify()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 314 # define VL(oname, name, type, search)\ macro
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1951 VL = VALUE_FLOAT_VEC34, // L for "large" in init() enumerator
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1961 VL = VALUE_FLOAT_VEC34, // L for "large" in init() enumerator
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 136 void setVarRefs(ArrayRef<Expr *> VL) { in setVarRefs()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4014 unsigned VL = N->getValueType(0).getVectorNumElements(); in isVEXTRACTF128Index() local 4033 unsigned VL = N->getValueType(0).getVectorNumElements(); in isVINSERTF128Index() local
|