Home
last modified time | relevance | path

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

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