Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/include/private/
DSkVx.h54 struct SKVX_ALIGNMENT Vec { struct
58 Vec<N/2,T> lo, hi; argument
69 Vec(U x) : lo(x), hi(x) {} in Vec() function
71 Vec(std::initializer_list<T> xs) { in Vec() argument
82 static Vec Load(const void* ptr) { in Load() argument
88 memcpy(ptr, this, sizeof(Vec)); in store() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()
80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef()
93 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef()
306 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef()
310 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
458 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef()
464 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef()
470 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef()
475 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef()
480 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DArrayRef.h81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()
87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef()
107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef()
322 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef()
326 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
478 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef()
484 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef()
490 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef()
501 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef()
506 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
DTinyPtrVector.h167 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local
267 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local
275 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local
290 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
306 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
DPackedVector.h83 PackedVector &Vec; variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_multiplication.hpp35 #define GLM_IMPLEMENT_SCAL_MULT(Vec) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp124 Value *Vec = II->getArgOperand(1); in expandReductions() local
148 Value *Vec = II->getArgOperand(0); in expandReductions() local
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsFunctionLikeClasses2.ts11 export function Vec(len) { function
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersStructsTests.swift40 struct Vec: NativeStruct { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp47 SparseBitVector<> &Vec) { in writeSparseBitVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DTwine.cpp28 SmallString<256> Vec; in str() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTwine.cpp28 SmallString<256> Vec; in str() local
/third_party/python/Lib/turtledemo/
Dplanet_and_moon.py20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec unknown
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp197 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
209 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
/third_party/python/Tools/demo/
Dvector.py7 class Vec: class
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionLikeClasses2.js7 export function Vec(len) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp285 ArrayRef<Value *> Vec, ArrayRef<uint32_t> VPShuf, in reorderSubVector()
521 static void concatSubVector(Value **Vec, ArrayRef<Instruction *> InVec, in concatSubVector()
555 Value *Vec[6], *TempVector[3]; in deinterleave8bitStride3() local
642 Value *Vec[3], *TempVector[3]; in interleave8bitStride3() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DStringTableBuilder.cpp89 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp30 SmallVectorImpl<uint8_t> &Vec; member in __anon59efad7b0111::UnwindOpcodeStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h253 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement()
257 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
DNoFolder.h318 Instruction *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement()
322 Instruction *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h245 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement()
249 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFGdbIndex.cpp183 auto &Vec = ConstantPoolVectors.back(); in parseImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp565 LegalizerInfo::findAction(const SizeAndActionsVec &Vec, const uint32_t Size) { in findAction()
639 const SizeAndActionsVec &Vec = Actions[Aspect.Idx]; in findScalarLegalAction() local
/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc75 class Vec { class
77 Vec() { Init(); } in Vec() function in absl::synchronization_internal::__anonf7c977ba0111::Vec

123