Searched refs:HasRVC (Results 1 – 4 of 4) sorted by relevance
36 bool HasRVC = false; variable64 bool hasRVC() const { return HasRVC; } in hasRVC()
16 static int getInstSeqCost(RISCVMatInt::InstSeq &Res, bool HasRVC) { in getInstSeqCost() argument 17 if (!HasRVC) in getInstSeqCost() 504 bool HasRVC = CompressionCost && (STI.hasFeature(RISCV::FeatureStdExtC) || in getIntMatCost() local 516 Cost += getInstSeqCost(MatSeq, HasRVC); in getIntMatCost()
60 HasRVC = STI.hasFeature(RISCV::FeatureStdExtC) || in setFlagsFromFeatures()
502 bool HasRVC; member 530 Aux.Config.HasRVC = llvm::is_contained(Features, "+c") || in initRelaxAux() 603 if (Config.HasRVC && isInt<12>(Displace) && RD == 0) { in relaxCall() 607 } else if (Config.HasRVC && Config.IsRV32 && isInt<12>(Displace) && RD == 1) { in relaxCall()