Searched refs:getVector (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Intrinsics.cpp | 277 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType() 281 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType() 285 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType() 289 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType() 293 OutputTable.push_back(IITDescriptor::getVector(6, IsScalableVector)); in DecodeIITType() 297 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType() 301 OutputTable.push_back(IITDescriptor::getVector(10, IsScalableVector)); in DecodeIITType() 305 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType() 309 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType() 313 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.h | 221 Action *getVector() const { return Vec; } in getVector() function 236 Action *getVector() const { return Vec; } in getVector() function
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.h | 232 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 382 NewVec = cast<DiamondReuse>(LegalityRes).getVector()->Vec; in emitVectors() 386 auto *VecOp = cast<DiamondReuseWithShuffle>(LegalityRes).getVector()->Vec; in emitVectors()
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | DwarfInstructions.hpp | 155 return addressSpace.getVector(cfa + (pint_t)savedReg.value); in getSavedVectorRegister() 158 return addressSpace.getVector( in getSavedVectorRegister()
|
| H A D | AddressSpace.hpp | 188 v128 getVector(pint_t addr) { in getVector() function in libunwind::LocalAddressSpace
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 419 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy 1755 insertVector(Result.getVector(J), I, Sum, Builder)); in emitMatrixMultiply() 1774 A.getVector(IsScalarMatrixTransposed ? K : I), in emitMatrixMultiply() 1782 insertVector(Result.getVector(I), J, Sum, Builder)); in emitMatrixMultiply() 1969 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.KLoop.Latch); in createTiledLoops() 2287 PHINode *NewPHI = cast<PHINode>(PhiM.getVector(VI)); in VisitPHI() 2288 NewPHI->addIncoming(OpM.getVector(VI), IncomingB); in VisitPHI()
|