Searched refs:getVector (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Function.cpp | 993 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType() 997 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType() 1001 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType() 1005 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType() 1009 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType() 1013 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType() 1017 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType() 1021 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType() 1025 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType() 1029 OutputTable.push_back(IITDescriptor::getVector(512, IsScalableVector)); in DecodeIITType() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | CostAllocator.h | 118 template <typename VectorKeyT> VectorPtr getVector(VectorKeyT v) { in getVector() function
|
| H A D | Graph.h | 377 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode() 467 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 232 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() function in __anon7e59d9a20111::LowerMatrixIntrinsics::MatrixTy 1067 insertVector(Result.getVector(J), I, Sum, Builder)); in emitMatrixMultiply() 1086 A.getVector(IsScalarMatrixTransposed ? K : I), in emitMatrixMultiply() 1093 insertVector(Result.getVector(I), J, Sum, Builder)); in emitMatrixMultiply() 1273 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.InnerLoopLatch); in createTiledLoops() 1559 Result.addVector(BuildVectorOp(A.getVector(I), B.getVector(I))); in VisitBinaryOperator() 1593 Result.addVector(BuildVectorOp(M.getVector(I))); in VisitUnaryOperator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Intrinsics.h | 203 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector() function
|