Searched refs:shouldExpandForMC (Results 1 – 2 of 2) sorted by relevance
173 if (shouldExpandForMC()) in expandCheckPseudo()211 OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::"); in expandTIIFunctionCall()233 if (!shouldExpandForMC()) { in expandCheckFunctionPredicateWithTII()245 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()251 if (shouldExpandForMC()) in expandCheckNonPortable()445 if (shouldExpandForMC()) in expandHeader()451 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); in expandHeader()475 if (shouldExpandForMC()) in expandPrologue()482 if (shouldExpandForMC()) in expandPrologue()579 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
43 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function