Home
last modified time | relevance | path

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

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