Home
last modified time | relevance | path

Searched defs:getVector (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h118 template <typename VectorKeyT> VectorPtr getVector(VectorKeyT v) { in getVector() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h205 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector() function
/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp188 v128 getVector(pint_t addr) { in getVector() function in libunwind::LocalAddressSpace
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp376 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy