Searched refs:getMaxSafeDepDistBytes (Results 1 – 3 of 3) sorted by relevance
231 uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes() function571 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes() function
1448 unsigned getMaxSafeDepDistBytes() { return LAI->getMaxSafeDepDistBytes(); } in getMaxSafeDepDistBytes() function in __anonfb91178e0111::LoopVectorizationLegality5201 if (Legal->getMaxSafeDepDistBytes() != -1U) in selectVectorizationFactor()5203 Legal->getMaxSafeDepDistBytes() * 8 / Legal->getMaxInterleaveFactor(); in selectVectorizationFactor()5397 if (Legal->getMaxSafeDepDistBytes() != -1U) in selectInterleaveCount()5603 if (Legal->getMaxSafeDepDistBytes() != -1U) in calculateRegisterUsage()5604 MaxSafeDepDist = Legal->getMaxSafeDepDistBytes() * 8; in calculateRegisterUsage()
1696 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()