Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1139 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1143 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1147 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
1151 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1155 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1159 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1163 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1167 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1171 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
1175 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
[all …]
/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.h197 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp272 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() function in __anon46e5f17f0111::LowerMatrixIntrinsics::MatrixTy
1523 insertVector(Result.getVector(J), I, Sum, Builder)); in emitMatrixMultiply()
1542 A.getVector(IsScalarMatrixTransposed ? K : I), in emitMatrixMultiply()
1550 insertVector(Result.getVector(I), J, Sum, Builder)); in emitMatrixMultiply()
1737 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.KLoop.Latch); in createTiledLoops()
2041 Result.addVector(BuildVectorOp(A.getVector(I), B.getVector(I))); in VisitBinaryOperator()
2077 Result.addVector(BuildVectorOp(M.getVector(I))); in VisitUnaryOperator()
/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp153 return addressSpace.getVector(cfa + (pint_t)savedReg.value); in getSavedVectorRegister()
156 return addressSpace.getVector( in getSavedVectorRegister()
H A DAddressSpace.hpp188 v128 getVector(pint_t addr) { in getVector() function in libunwind::LocalAddressSpace