Home
last modified time | relevance | path

Searched defs:Vector (Results 1 – 25 of 64) 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) in Vector() function
34 Vector(unsigned Length, PBQPNum InitVal) in Vector() function
40 Vector(const Vector &V) in Vector() function
46 Vector(Vector &&V) 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.h128 constexpr Vector() { VectorNoCtor<T, StaticNumEntries>::init(); } in Vector() function
129 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
173 Register Vector = Extract->getVectorReg(); in matchExtractVectorElementWithBuildVector() local
234 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/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.cpp54 unsigned LoongArchTTIImpl::getRegisterClassForType(bool Vector, in getRegisterClassForType()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h35 VectorType Vector; variable
H A DSmallSet.h139 SmallVector<T, N> Vector; variable
H A DMapVector.h38 VectorType Vector; variable
[all...]
H A DSetVector.h324 void swap(SetVector<T, Vector, Set, N> &RHS) { in swap() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h56 Vector = 19 enumerator
H A DParentMapContext.cpp396 auto *Vector = new ParentVector( in addParent() local
402 auto *Vector = NodeOrVector.template get<ParentVector *>(); in addParent() local
/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/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h56 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/NVPTX/
H A DNVPTXTargetTransformInfo.h76 unsigned getNumberOfRegisters(bool Vector) const { return 1; } in getNumberOfRegisters()
/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/ARM/
H A DARMTargetTransformInfo.h151 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h131 Vector, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h112 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h178 Vector, enumerator
/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp446 auto *Vector = Replacement.second.first; in tryReplaceExtracts() local

123