Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp15 static int getInstSeqCost(RISCVMatInt::InstSeq &Res, bool HasRVC) { in getInstSeqCost() argument
16 if (!HasRVC) in getInstSeqCost()
192 bool HasRVC = CompressionCost && ActiveFeatures[RISCV::FeatureStdExtC]; in getIntMatCost() local
201 Cost += getInstSeqCost(MatSeq, HasRVC); in getIntMatCost()