/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 222 VarLoc VL(MI, LS); in CreateEntryLoc() local 223 assert(VL.Kind == RegisterKind); in CreateEntryLoc() 224 VL.Kind = EntryValueKind; in CreateEntryLoc() 225 VL.Expr = EntryExpr; in CreateEntryLoc() 226 VL.Loc.RegNo = Reg; in CreateEntryLoc() 227 return VL; in CreateEntryLoc() 237 VarLoc VL(MI, LS); in CreateEntryBackupLoc() local 238 assert(VL.Kind == RegisterKind); in CreateEntryBackupLoc() 239 VL.Kind = EntryValueBackupKind; in CreateEntryBackupLoc() 240 VL.Expr = EntryExpr; in CreateEntryBackupLoc() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 201 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() argument 202 Instruction *I0 = dyn_cast<Instruction>(VL[0]); in allSameBlock() 206 for (int i = 1, e = VL.size(); i < e; i++) { in allSameBlock() 207 Instruction *I = dyn_cast<Instruction>(VL[i]); in allSameBlock() 219 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() argument 222 for (Value *i : VL) in allConstant() 229 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() argument 230 for (unsigned i = 1, e = VL.size(); i < e; ++i) in isSplat() 231 if (VL[i] != VL[0]) in isSplat() 285 isShuffle(ArrayRef<Value *> VL) { in isShuffle() argument [all …]
|
/third_party/boost/boost/graph/ |
D | adj_list_serialize.hpp | 30 template < class OEL, class VL, class D, class VP, class EP, class GP, 32 struct tracking_level< boost::adjacency_list< OEL, VL, D, VP, EP, GP, EL > > 39 template < class Archive, class OEL, class VL, class D, class VP, class EP, 42 const boost::adjacency_list< OEL, VL, D, VP, EP, GP, EL >& graph, in save() argument 46 typedef adjacency_list< OEL, VL, D, VP, EP, GP, EL > Graph; in save() 77 template < class Archive, class OEL, class VL, class D, class VP, class EP, 80 Archive& ar, boost::adjacency_list< OEL, VL, D, VP, EP, GP, EL >& graph, in load() argument 84 typedef adjacency_list< OEL, VL, D, VP, EP, GP, EL > Graph; in load() 118 template < class Archive, class OEL, class VL, class D, class VP, class EP, 121 boost::adjacency_list< OEL, VL, D, VP, EP, GP, EL >& graph, in serialize() argument
|
D | adjacency_list_io.hpp | 358 template < class EL, class VL, class D, class VP, class EP, class GP, class VPS, 360 GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VPS, EPS > read( in read() argument 361 adjacency_list< EL, VL, D, VP, EP, GP >& g, VPS vps, EPS eps) in read() 363 return GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VPS, in read() 368 template < class EL, class VL, class D, class VP, class EP, class GP > 369 GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VP, EP > read( in read() argument 370 adjacency_list< EL, VL, D, VP, EP, GP >& g) in read() 372 return GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VP, in read() 386 template < class EL, class VL, class D, class VP, class EP, class GP, class VPS, 388 GraphPrinter< adjacency_list< EL, VL, D, VP, EP, GP >, VPS, EPS > write( in write() argument [all …]
|
D | adjacency_list.hpp | 412 typename OEL, typename VL, typename D, typename VP, typename EP, \ 414 #define ADJLIST adjacency_list< OEL, VL, D, VP, EP, GP, EL >
|
/third_party/boost/libs/graph/test/ |
D | bundled_properties.cpp | 124 template < class EL, class VL, class D, class VP, class EP, class GP > 125 void test_io(adjacency_list< EL, VL, D, VP, EP, GP >& map, int) in test_io() argument 127 typedef adjacency_list< EL, VL, D, VP, EP, GP > Map; in test_io() 134 adjacency_list< EL, VL, D, VP, EP, GP > map2; in test_io() 137 adjacency_list< EL, VL, D, VP, EP, GP > >::vertex_iterator v2 in test_io() 143 adjacency_list< EL, VL, D, VP, EP, GP > >::out_edge_iterator e2 in test_io()
|
/third_party/boost/libs/units/test/ |
D | test_quantity.cpp | 159 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::volume> VL(1.0*bu::cubic_meters); in test_main() local 165 BOOST_CHECK((bu::pow< bu::static_rational<2,3> >(VL) == 0.5*A)); in test_main() 171 BOOST_CHECK((bu::root< bu::static_rational<3,2> >(VL) == 0.5*A)); in test_main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 152 unsigned VL = V.getLength(); in hasRegisterOptions() local 155 if (VL <= 1) in hasRegisterOptions() 160 for (unsigned i = 1; i < VL; ++i) in hasRegisterOptions()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1951 VL = VALUE_FLOAT_VEC34, // L for "large" in init() enumerator 2092 …{ geometricFunctionsGroup, "length", "length", { F, VL, N, N }, attrNegPos, -1, false, fa… in init() 2093 …{ geometricFunctionsGroup, "distance", "distance", { F, VL, VL, N }, attrNegPos, -1, false… in init() 2094 …{ geometricFunctionsGroup, "dot", "dot", { F, VL, VL, N }, attrNegPos, -1, false, false,… in init() 2096 …{ geometricFunctionsGroup, "normalize", "normalize", { VL, VL, N, N }, attrNegPos, -1, false… in init() 2097 …{ geometricFunctionsGroup, "faceforward", "faceforward", { VL, VL, VL, VL }, attrNegPos, -1, f… in init() 2098 …{ geometricFunctionsGroup, "reflect", "reflect", { VL, VL, VL, N }, attrNegPos, -1, false, … in init() 2099 …{ geometricFunctionsGroup, "refract", "refract", { VL, VL, VL, F }, attrNegPos, -1, false, … in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1961 VL = VALUE_FLOAT_VEC34, // L for "large" in init() enumerator 2133 …{ geometricFunctionsGroup, "length", "length", { F, VL, N, N }, attrNegPos, -1, false, fa… in init() 2134 …{ geometricFunctionsGroup, "distance", "distance", { F, VL, VL, N }, attrNegPos, -1, false… in init() 2135 …{ geometricFunctionsGroup, "dot", "dot", { F, VL, VL, N }, attrNegPos, -1, false, false,… in init() 2137 …{ geometricFunctionsGroup, "normalize", "normalize", { VL, VL, N, N }, attrNegPos, -1, false… in init() 2138 …{ geometricFunctionsGroup, "faceforward", "faceforward", { VL, VL, VL, VL }, attrNegPos, -1, f… in init() 2139 …{ geometricFunctionsGroup, "reflect", "reflect", { VL, VL, VL, N }, attrNegPos, -1, false, … in init() 2140 …{ geometricFunctionsGroup, "refract", "refract", { VL, VL, VL, F }, attrNegPos, -1, false, … in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 595 Instruction *llvm::propagateMetadata(Instruction *Inst, ArrayRef<Value *> VL) { in propagateMetadata() argument 596 Instruction *I0 = cast<Instruction>(VL[0]); in propagateMetadata() 606 for (int J = 1, E = VL.size(); MD && J != E; ++J) { in propagateMetadata() 607 const Instruction *IJ = cast<Instruction>(VL[J]); in propagateMetadata() 1157 SmallVector<Value *, 4> VL; in addMetadata() local 1158 std::transform(Members.begin(), Members.end(), std::back_inserter(VL), in addMetadata() 1160 propagateMetadata(NewInst, VL); in addMetadata()
|
D | LoopAccessAnalysis.cpp | 1101 bool llvm::sortPtrAccesses(ArrayRef<Value *> VL, const DataLayout &DL, in sortPtrAccesses() argument 1105 VL, [](const Value *V) { return V->getType()->isPointerTy(); }) && in sortPtrAccesses() 1108 OffValPairs.reserve(VL.size()); in sortPtrAccesses() 1112 Value *Ptr0 = VL[0]; in sortPtrAccesses() 1117 for (auto *Ptr : VL) { in sortPtrAccesses() 1144 SortedIndices.resize(VL.size()); in sortPtrAccesses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Dominators.h | 69 BBDomTree::VerificationLevel VL); 71 BBPostDomTree::VerificationLevel VL);
|
/third_party/boost/libs/geometry/test/iterators/ |
D | flatten_iterator.cpp | 341 typedef typename std::vector<std::list<int> > VL; in test_case_all_containers() typedef 349 test_case_per_container<CaseNumber>::template apply<VL>(case_id, "VL"); in test_case_all_containers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Dominators.cpp | 99 DomTreeBuilder::BBDomTree::VerificationLevel VL); 102 DomTreeBuilder::BBPostDomTree::VerificationLevel VL);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
D | SLPVectorizer.h | 102 bool tryToVectorizeList(ArrayRef<Value *> VL, slpvectorizer::BoUpSLP &R,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 211 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL); 753 bool verify(VerificationLevel VL = VerificationLevel::Full) const { 754 return DomTreeBuilder::Verify(*this, VL);
|
D | GenericDomTreeConstruction.h | 1643 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { in Verify() argument 1657 if (VL == DomTreeT::VerificationLevel::Basic || in Verify() 1658 VL == DomTreeT::VerificationLevel::Full) in Verify() 1661 if (VL == DomTreeT::VerificationLevel::Full) in Verify()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 341 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
|
/third_party/skia/third_party/externals/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() argument 995 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() 1001 for (auto *V : VL) { in propagateIRFlags()
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_video_source.txt | 28 introduced which represents the drain node of a Video Library (VL)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_video_source.txt | 28 introduced which represents the drain node of a Video Library (VL)
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngcp.c | 314 # define VL(oname, name, type, search)\ macro 316 # define VLO(oname, name, search) VL(oname, name, OPTION, search) 360 # define VLL(name, search) VL(#name, name, LIST, search) 368 # undef VL
|
/third_party/libpng/contrib/tools/ |
D | pngcp.c | 314 # define VL(oname, name, type, search)\ macro 316 # define VLO(oname, name, search) VL(oname, name, OPTION, search) 360 # define VLL(name, search) VL(#name, name, LIST, search) 368 # undef VL
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | pngcp.c | 314 # define VL(oname, name, type, search)\ macro 316 # define VLO(oname, name, search) VL(oname, name, OPTION, search) 360 # define VLL(name, search) VL(#name, name, LIST, search) 368 # undef VL
|