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.cpp1200 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1204 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1208 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
1212 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1216 OutputTable.push_back(IITDescriptor::getVector(6, IsScalableVector)); in DecodeIITType()
1220 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1224 OutputTable.push_back(IITDescriptor::getVector(10, IsScalableVector)); in DecodeIITType()
1228 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1232 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1236 OutputTable.push_back(IITDescriptor::getVector(64, 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.h205 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp376 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy
1570 insertVector(Result.getVector(J), I, Sum, Builder)); in emitMatrixMultiply()
1589 A.getVector(IsScalarMatrixTransposed ? K : I), in emitMatrixMultiply()
1597 insertVector(Result.getVector(I), J, Sum, Builder)); in emitMatrixMultiply()
1784 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.KLoop.Latch); in createTiledLoops()
2139 Result.addVector(BuildVectorOp(A.getVector(I), B.getVector(I))); in VisitBinaryOperator()
2175 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