Home
last modified time | relevance | path

Searched refs:getVector (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp277 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
281 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
285 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
289 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
293 OutputTable.push_back(IITDescriptor::getVector(6, IsScalableVector)); in DecodeIITType()
297 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
301 OutputTable.push_back(IITDescriptor::getVector(10, IsScalableVector)); in DecodeIITType()
305 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
309 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
313 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.h221 Action *getVector() const { return Vec; } in getVector() function
236 Action *getVector() const { return Vec; } in getVector() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h118 template <typename VectorKeyT> VectorPtr getVector(VectorKeyT v) { in getVector() function
H A DGraph.h377 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode()
467 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h232 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.cpp382 NewVec = cast<DiamondReuse>(LegalityRes).getVector()->Vec; in emitVectors()
386 auto *VecOp = cast<DiamondReuseWithShuffle>(LegalityRes).getVector()->Vec; in emitVectors()
/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp155 return addressSpace.getVector(cfa + (pint_t)savedReg.value); in getSavedVectorRegister()
158 return addressSpace.getVector( in getSavedVectorRegister()
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.cpp419 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy
1755 insertVector(Result.getVector(J), I, Sum, Builder)); in emitMatrixMultiply()
1774 A.getVector(IsScalarMatrixTransposed ? K : I), in emitMatrixMultiply()
1782 insertVector(Result.getVector(I), J, Sum, Builder)); in emitMatrixMultiply()
1969 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.KLoop.Latch); in createTiledLoops()
2287 PHINode *NewPHI = cast<PHINode>(PhiM.getVector(VI)); in VisitPHI()
2288 NewPHI->addIncoming(OpM.getVector(VI), IncomingB); in VisitPHI()