Searched defs:Vector (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h24 class Vector { class in namespace:__sanitizer
26 Vector() : begin_(), end_(), last_() {} function in class:__sanitizer::Vector
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h25 class Vector { class in namespace:llvm::PBQP
30 explicit Vector(unsigned Length) function in class:llvm::PBQP::Vector
34 Vector(unsigned Length, PBQPNum InitVal) function in class:llvm::PBQP::Vector
40 Vector(const Vector &V) function in class:llvm::PBQP::Vector
46 Vector(Vector function in class:llvm::PBQP::Vector
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h44 bool Vector = (ClassID == 1); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h102 template <typename T> class Vector : public VectorNoCtor<T> { class in namespace:scudo
104 Vector() { VectorNoCtor<T>::init(1); } function in class:scudo::Vector
105 explicit Vector(uptr Count) { function in class:scudo::Vector
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h35 VectorType Vector; member in class:llvm::UniqueVector
[all...]
H A DSmallSet.h138 SmallVector<T, N> Vector; member in class:llvm::SmallSet
[all...]
H A DMapVector.h39 VectorType Vector; member in class:llvm::MapVector
[all...]
H A DFoldingSet.h560 VectorT Vector; member in class:llvm::FoldingSetVector
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp32 bool Vector = (ClassID == 1); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h126 bool Vector = (ClassID == 1); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h90 bool Vector = (ClassID == 1); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h156 DeclsTy &Vector = *getAsVector(); local
H A DAPValue.h130 Vector, enumerator in enum:clang::APValue::ValueKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp163 std::vector<BT::RegisterRef> Vector; member in class:__anon2221::RegisterRefs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp606 SDValue Vector = N->getOperand(0); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h103 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp408 auto *Vector = Replacement.second.first; local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h67 struct Vector { struct in class:lldb_private::Value
74 Vector() : length(0), byte_order(lldb::eByteOrderInvalid) {} function in struct:lldb_private::Value::Vector
76 Vector(const Vector &vector) { *this = vector; } function in struct:lldb_private::Value::Vector
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h26 Vector, // No semantic information. member in class:llvm::VFParamKind
H A DTargetTransformInfoImpl.h374 unsigned getRegisterClassForType(bool Vector, Type *Ty = nullptr) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp468 bool Vector = HexagonMCInstrInfo::isVector(*MCII, MI); local
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp110 Vector, member in class:__anon961::Type::TypeKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp308 bool Vector = (ClassID == 1); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp614 unsigned PPCTTIImpl::getRegisterClassForType(bool Vector, Type *Ty) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp713 SDValue Vector = Op.getOperand(0); local
728 SDValue Vector local
[all...]

Completed in 239 milliseconds

12