Home
last modified time | relevance | path

Searched defs:VL (Results 1 – 25 of 25) sorted by relevance

/external/clang/lib/AST/
DOpenMPClause.cpp165 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 …]
DDeclOpenMP.cpp32 ArrayRef<Expr *> VL) { in Create()
50 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) { in setVars()
DCommentParser.cpp720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine() local
DCommentSema.cpp447 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp222 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/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dgemm_fp32.cpp139 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anonf5bf1eed1102() local
148 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anonf5bf1eed1402() local
157 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anonf5bf1eed1702() local
166 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anonf5bf1eed1a02() local
Dgemm_int8.cpp66 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<int32_t>(); in __anonb89c07f50202() local
74 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<int32_t>(); in __anonb89c07f50502() local
Dgemm_bf16.cpp86 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anon3e8f7ca10402() local
94 [](const GemmArgs &args) { const auto VL = sme::get_vector_length<float>(); in __anon3e8f7ca10702() local
Dgemm_quint8.cpp81 …[](const GemmArgs &args, const Requantize32 &) { const auto VL = sme::get_vector_length<uint32_t>(… in __anon5588c93b0402() local
89 …[](const GemmArgs &args, const Requantize32 &) { const auto VL = sme::get_vector_length<int32_t>(); in __anon5588c93b0702() local
Dgemm_qint8.cpp85 …[](const GemmArgs &args, const Requantize32 &) { const auto VL = sme::get_vector_length<int32_t>(); in __anon91672d860402() local
93 …[](const GemmArgs &args, const Requantize32 &) { const auto VL = sme::get_vector_length<int32_t>(); in __anon91672d860702() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp115 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-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp201 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 …]
DLoadStoreVectorizer.cpp285 SmallVector<Value *, 8> VL(IL.begin(), IL.end()); in propagateMetadata() local
/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp267 const VarLoc &VL = VarLocIDs[VLL]; in printVarLocInMBB() local
297 VarLoc VL(MI); in transferDebugValue() local
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h151 unsigned VL = V.getLength(); in hasRegisterOptions() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h152 unsigned VL = V.getLength(); in hasRegisterOptions() local
/external/llvm/lib/Analysis/
DVectorUtils.cpp452 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp595 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata()
1157 SmallVector<Value *, 4> VL; in addMetadata() local
DLoopAccessAnalysis.cpp1101 bool llvm::sortPtrAccesses(ArrayRef<Value *> VL, const DataLayout &DL, in sortPtrAccesses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp991 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue) { in propagateIRFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1643 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { in Verify()
/external/libpng/contrib/tools/
Dpngcp.c317 # define VL(oname, name, type, search)\ macro
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1951 VL = VALUE_FLOAT_VEC34, // L for "large" in init() enumerator
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1961 VL = VALUE_FLOAT_VEC34, // L for "large" in init() enumerator
/external/clang/include/clang/AST/
DOpenMPClause.h136 void setVarRefs(ArrayRef<Expr *> VL) { in setVarRefs()