/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-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | VarLocBasedImpl.cpp | 366 VarLoc VL(MI, LS); in CreateEntryLoc() local 381 VarLoc VL(MI, LS); in CreateEntryBackupLoc() local 395 VarLoc VL(MI, LS); in CreateEntryCopyBackupLoc() local 407 VarLoc VL(MI, LS); in CreateCopyLoc() local 417 VarLoc VL(MI, LS); in CreateSpillLoc() local 570 static LocIndex::u32_location_t getLocationForVar(const VarLoc &VL) { in getLocationForVar() 588 LocIndex insert(const VarLoc &VL) { in insert() 833 void VarLocBasedLDV::OpenRangesSet::erase(const VarLoc &VL) { in erase() 871 const VarLoc *VL = &VarLocIDs[LocIndex::fromRawInteger(ID)]; in erase() local 878 const VarLoc &VL) { in insert() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 222 VarLoc VL(MI, LS); in CreateEntryLoc() local 237 VarLoc VL(MI, LS); in CreateEntryBackupLoc() local 251 VarLoc VL(MI, LS); in CreateEntryCopyBackupLoc() local 263 VarLoc VL(MI, LS); in CreateCopyLoc() local 273 VarLoc VL(MI, LS); in CreateSpillLoc() local 614 void LiveDebugValues::OpenRangesSet::erase(const VarLoc &VL) { in erase() 652 const VarLoc *VL = &VarLocIDs[ID]; in erase() local 659 const VarLoc &VL) { in insert() 693 const VarLoc &VL = VarLocIDs[VLL]; in printVarLocInMBB() local 761 const VarLoc &VL = VarLocIDs[ID]; in removeEntryValue() local [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | DeclOpenMP.cpp | 31 ArrayRef<Expr *> VL) { in Create() 45 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) { in setVars() 58 SourceLocation L, ArrayRef<Expr *> VL, in Create() 73 void OMPAllocateDecl::setVars(ArrayRef<Expr *> VL) { in setVars()
|
D | OpenMPClause.cpp | 388 void OMPPrivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies() 397 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL) { in Create() 413 void OMPFirstprivateClause::setPrivateCopies(ArrayRef<Expr *> VL) { in setPrivateCopies() 419 void OMPFirstprivateClause::setInits(ArrayRef<Expr *> VL) { in setInits() 428 ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL, in Create() 476 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() 502 ArrayRef<Expr *> VL) { in Create() 549 SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, in Create() 594 SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) { in Create() 633 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() [all …]
|
D | CommentParser.cpp | 724 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine() local
|
D | CommentSema.cpp | 449 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/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-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 201 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() 219 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() 229 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() 285 isShuffle(ArrayRef<Value *> VL) { in isShuffle() 395 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() 446 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() 1121 void appendOperandsOfVL(ArrayRef<Value *> VL) { in appendOperandsOfVL() 1637 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, Optional<ScheduleData *> Bundle, in newTreeEntry() 2424 void BoUpSLP::buildTree_rec(ArrayRef<Value *> VL, unsigned Depth, in buildTree_rec() 3142 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, Value *OpValue, in canReuseExtract() [all …]
|
D | LoadStoreVectorizer.cpp | 285 SmallVector<Value *, 8> VL(IL.begin(), IL.end()); in propagateMetadata() local
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 198 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() 216 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() 226 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() 287 isShuffle(ArrayRef<Value *> VL) { in isShuffle() 398 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() 449 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() 1226 void appendOperandsOfVL(ArrayRef<Value *> VL) { in appendOperandsOfVL() 1761 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, Optional<ScheduleData *> Bundle, in newTreeEntry() 1772 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, in newTreeEntry() 2580 void BoUpSLP::buildTree_rec(ArrayRef<Value *> VL, unsigned Depth, in buildTree_rec() [all …]
|
D | LoadStoreVectorizer.cpp | 268 SmallVector<Value *, 8> VL(IL.begin(), IL.end()); in propagateMetadata() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 152 unsigned VL = V.getLength(); in hasRegisterOptions() local
|
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 152 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/llvm-project/llvm/tools/llvm-xray/ |
D | xray-graph-diff.cpp | 322 GraphDiffRenderer::StatType VL, int TrunLen) { in getLabel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 595 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata() 1157 SmallVector<Value *, 4> VL; in addMetadata() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 709 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata() 1294 SmallVector<Value *, 4> VL; in addMetadata() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 991 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue) { in propagateIRFlags()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 1601 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { in Verify()
|