Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp239 auto DstTyL = TLI->getTypeLegalizationCost(DL, DstTy); in isWideningInstruction() local
240 unsigned DstElTySize = DstTyL.second.getScalarSizeInBits(); in isWideningInstruction()
241 if (!DstTyL.second.isVector() || DstElTySize != DstTy->getScalarSizeInBits()) in isWideningInstruction()
253 unsigned NumDstEls = DstTyL.first * DstTyL.second.getVectorNumElements(); in isWideningInstruction()