Home
last modified time | relevance | path

Searched refs:getVectorPtrTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp1040 Type *VectorBlockGenerator::getVectorPtrTy(const Value *Val, int Width) { in getVectorPtrTy() function in VectorBlockGenerator
1055 Type *VectorPtrType = getVectorPtrTy(Pointer, VectorWidth); in generateStrideOneLoad()
1084 Type *VectorPtrType = getVectorPtrTy(Pointer, 1); in generateStrideZeroLoad()
1204 Type *VectorPtrType = getVectorPtrTy(Pointer, getVectorWidth()); in copyStore()
1342 Type *VectorPtrType = getVectorPtrTy(Address, 1); in generateScalarVectorLoads()
/external/llvm-project/polly/include/polly/CodeGen/
DBlockGenerators.h665 Type *getVectorPtrTy(const Value *V, int Width);