Searched refs:EltIs64Bits (Results 1 – 2 of 2) sorted by relevance
505 bool EltIs64Bits = DL.getTypeSizeInBits(VecTy->getScalarType()) == 64; in getInterleavedMemoryOpCost() local507 if (Factor <= TLI->getMaxSupportedInterleaveFactor() && !EltIs64Bits) { in getInterleavedMemoryOpCost()
12590 bool EltIs64Bits = DL.getTypeSizeInBits(EltTy) == 64; in lowerInterleavedLoad() local12594 if (!Subtarget->hasNEON() || (VecSize != 64 && VecSize != 128) || EltIs64Bits) in lowerInterleavedLoad()12680 bool EltIs64Bits = DL.getTypeSizeInBits(EltTy) == 64; in lowerInterleavedStore() local12685 EltIs64Bits) in lowerInterleavedStore()