Searched refs:FreeZeroes (Results 1 – 3 of 3) sorted by relevance
80 bool CompressionCost = false, bool FreeZeroes = false);
502 bool CompressionCost, bool FreeZeroes) { in getIntMatCost() argument513 if (FreeZeroes && Chunk.getSExtValue() == 0) in getIntMatCost()518 return std::max(FreeZeroes ? 0 : 1, Cost); in getIntMatCost()
116 bool FreeZeroes) { in getIntImmCostImpl() argument126 /*CompressionCost=*/false, FreeZeroes); in getIntImmCostImpl()