Home
last modified time | relevance | path

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

123

/freebsd/contrib/bmake/
H A Dlst.h172 typedef struct Vector { global() struct
177 } Vector; global() typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h30 explicit Vector(unsigned Length) : Data(Length) {} in Vector() function
33 Vector(unsigned Length, PBQPNum InitVal) : Data(Length) { in Vector() function
38 Vector(const Vector &V) : Data(ArrayRef<PBQPNum>(V.Data)) {} in Vector() function
41 Vector(Vector &&V) : Data(std::move(V.Data)) {} in Vector() function
H A DReductionRules.h33 using Vector = typename GraphT::Vector; in applyR1() local
77 using Vector = typename GraphT::Vector; in applyR2() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h127 constexpr Vector() { VectorNoCtor<T, StaticNumEntries>::init(); } in Vector() function
128 explicit Vector(uptr Count) { in Vector() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp38 Register Vector = Extract->getVectorReg(); in matchExtractVectorElement() local
123 Register Vector = Extract->getVectorReg(); in matchExtractVectorElementWithDifferentIndices() local
165 Register Vector = Extract->getVectorReg(); in matchExtractVectorElementWithBuildVector() local
213 Register Vector = Extract->getVectorReg(); in matchExtractVectorElementWithBuildVectorTrunc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h44 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h35 VectorType Vector; variable
H A DSmallSet.h138 SmallVector<T, N> Vector; variable
H A DMapVector.h38 VectorType Vector; variable
H A DSetVector.h334 void swap(SetVector<T, Vector, Set, N> &RHS) { in swap() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.cpp54 unsigned LoongArchTTIImpl::getRegisterClassForType(bool Vector, in getRegisterClassForType()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h26 Vector() : begin_(), end_(), last_() {} in Vector() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h61 Vector = 19 enumerator
H A DParentMapContext.cpp402 auto *Vector = new ParentVector( in addParent() local
408 auto *Vector = cast<ParentVector *>(NodeOrVector); in addParent() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h58 Vector // We recommend replacing the variable with std::vector. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h29 VectorTy Vector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp155 Value *makeInsertElement(IRBuilder<> &B, Value *Vector, Value *Element, in makeInsertElement()
169 Value *makeExtractElement(IRBuilder<> &B, Type *ElementType, Value *Vector, in makeExtractElement()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h152 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h27 Vector, // No semantic information. enumerator
H A DIntrinsics.h154 Vector, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DWebAssembly.cpp528 Value *Vector = EmitScalarExpr(E->getArg(0)); in EmitWebAssemblyBuiltinExpr() local
534 Value *Vector = EmitScalarExpr(E->getArg(0)); in EmitWebAssemblyBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp32 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h124 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h82 Vector, enumerator
195 static const PrototypeDescriptor Vector; member
/freebsd/contrib/googletest/googletest/test/
H A Dgtest-typed-test_test.cc63 typedef std::vector<T> Vector; typedef in CommonTest

123