Searched refs:hasStdExtC (Results 1 – 3 of 3) sorted by relevance
79 bool hasStdExtC() const { return HasStdExtC; } in hasStdExtC() function
44 def HasStdExtC : Predicate<"Subtarget->hasStdExtC()">,
148 unsigned FunctionAlignment = Subtarget.hasStdExtC() ? 1 : 2; in RISCVTargetLowering()