Searched refs:EltIs64Bits (Results 1 – 2 of 2) sorted by relevance
481 bool EltIs64Bits = DL.getTypeSizeInBits(VecTy->getScalarType()) == 64; in getInterleavedMemoryOpCost() local483 if (Factor <= TLI->getMaxSupportedInterleaveFactor() && !EltIs64Bits) { in getInterleavedMemoryOpCost()
12099 bool EltIs64Bits = DL.getTypeSizeInBits(EltTy) == 64; in lowerInterleavedLoad() local12103 if (!Subtarget->hasNEON() || (VecSize != 64 && VecSize != 128) || EltIs64Bits) in lowerInterleavedLoad()12189 bool EltIs64Bits = DL.getTypeSizeInBits(EltTy) == 64; in lowerInterleavedStore() local12194 EltIs64Bits) in lowerInterleavedStore()