Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1160 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1164 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1168 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
1172 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1176 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1180 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1184 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1188 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1192 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
1196 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsics.h203 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp274 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() function in __anon3dc75aee0111::LowerMatrixIntrinsics::MatrixTy
1368 insertVector(Result.getVector(J), I, Sum, Builder)); in emitMatrixMultiply()
1387 A.getVector(IsScalarMatrixTransposed ? K : I), in emitMatrixMultiply()
1395 insertVector(Result.getVector(I), J, Sum, Builder)); in emitMatrixMultiply()
1583 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.KLoop.Latch); in createTiledLoops()
1887 Result.addVector(BuildVectorOp(A.getVector(I), B.getVector(I))); in VisitBinaryOperator()
1923 Result.addVector(BuildVectorOp(M.getVector(I))); in VisitUnaryOperator()
/openbsd-src/gnu/llvm/libunwind/src/
H A DDwarfInstructions.hpp156 return addressSpace.getVector(cfa + (pint_t)savedReg.value); in getSavedVectorRegister()
159 return addressSpace.getVector( in getSavedVectorRegister()
H A DAddressSpace.hpp241 v128 getVector(pint_t addr) { in getVector() function in libunwind::LocalAddressSpace