Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h80 bool CompressionCost = false, bool FreeZeroes = false);
H A DRISCVMatInt.cpp502 bool CompressionCost, bool FreeZeroes) { in getIntMatCost() argument
513 if (FreeZeroes && Chunk.getSExtValue() == 0) in getIntMatCost()
518 return std::max(FreeZeroes ? 0 : 1, Cost); in getIntMatCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp116 bool FreeZeroes) { in getIntImmCostImpl() argument
126 /*CompressionCost=*/false, FreeZeroes); in getIntImmCostImpl()