Searched refs:HasRVC (Results 1 – 4 of 4) sorted by relevance
36 bool HasRVC = false; variable64 bool hasRVC() const { return HasRVC; } in hasRVC()
15 static int getInstSeqCost(RISCVMatInt::InstSeq &Res, bool HasRVC) { in getInstSeqCost() argument16 if (!HasRVC) in getInstSeqCost()475 bool HasRVC = CompressionCost && (STI.hasFeature(RISCV::FeatureStdExtC) || in getIntMatCost() local485 Cost += getInstSeqCost(MatSeq, HasRVC); in getIntMatCost()
52 HasRVC = STI.hasFeature(RISCV::FeatureStdExtC); in setFlagsFromFeatures()
500 bool HasRVC; member528 Aux.Config.HasRVC = llvm::is_contained(Features, "+c"); in initRelaxAux()600 if (Config.HasRVC && isInt<12>(Displace) && RD == 0) { in relaxCall()604 } else if (Config.HasRVC && Config.IsRV32 && isInt<12>(Displace) && RD == 1) { in relaxCall()