Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp222 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/
DSLPVectorizer.cpp201 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/
Dadj_list_serialize.hpp30 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
Dadjacency_list_io.hpp358 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 …]
Dadjacency_list.hpp412 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/
Dbundled_properties.cpp124 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/
Dtest_quantity.cpp159 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/
DReductionRules.h152 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/
Des2pShaderOperatorTests.cpp1951 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/
Des3pShaderOperatorTests.cpp1961 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/
DVectorUtils.cpp595 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()
DLoopAccessAnalysis.cpp1101 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/
DDominators.h69 BBDomTree::VerificationLevel VL);
71 BBPostDomTree::VerificationLevel VL);
/third_party/boost/libs/geometry/test/iterators/
Dflatten_iterator.cpp341 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/
DDominators.cpp99 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/
DSLPVectorizer.h102 bool tryToVectorizeList(ArrayRef<Value *> VL, slpvectorizer::BoUpSLP &R,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h211 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL);
753 bool verify(VerificationLevel VL = VerificationLevel::Full) const {
754 return DomTreeBuilder::Verify(*this, VL);
DGenericDomTreeConstruction.h1643 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/
DLoopUtils.h341 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/
DLoopUtils.cpp991 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/
DGLX_SGIX_video_source.txt28 introduced which represents the drain node of a Video Library (VL)
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_video_source.txt28 introduced which represents the drain node of a Video Library (VL)
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c314 # 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/
Dpngcp.c314 # 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/
Dpngcp.c314 # 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

123