Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1005 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1009 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1013 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1017 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1021 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1025 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1029 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1033 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
1037 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
1041 OutputTable.push_back(IITDescriptor::getVector(512, IsScalableVector)); in DecodeIITType()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h205 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp238 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() function in __anonf095cceb0111::LowerMatrixIntrinsics::MatrixTy
1244 insertVector(Result.getVector(J), I, Sum, Builder)); in emitMatrixMultiply()
1263 A.getVector(IsScalarMatrixTransposed ? K : I), in emitMatrixMultiply()
1271 insertVector(Result.getVector(I), J, Sum, Builder)); in emitMatrixMultiply()
1451 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.InnerLoopLatch); in createTiledLoops()
1755 Result.addVector(BuildVectorOp(A.getVector(I), B.getVector(I))); in VisitBinaryOperator()
1791 Result.addVector(BuildVectorOp(M.getVector(I))); in VisitUnaryOperator()
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp134 return addressSpace.getVector(cfa + (pint_t)savedReg.value); in getSavedVectorRegister()
137 return addressSpace.getVector( in getSavedVectorRegister()
H A DAddressSpace.hpp177 v128 getVector(pint_t addr) { in getVector() function in libunwind::LocalAddressSpace