Searched refs:MinVecTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6065 Type *MinVecTy = VectorTy; in getInstructionCost() local 6067 SrcVecTy = smallestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost() 6069 largestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost() 6072 SrcVecTy = largestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost() 6074 smallestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6194 Type *MinVecTy = VectorTy; in getInstructionCost() local 6196 SrcVecTy = smallestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost() 6198 largestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost() 6201 SrcVecTy = largestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost() 6203 smallestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()
|