Searched refs:shouldExpandForMC (Results 1 – 2 of 2) sorted by relevance
174 if (shouldExpandForMC()) in expandCheckPseudo()212 OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::"); in expandTIIFunctionCall()234 if (!shouldExpandForMC()) { in expandCheckFunctionPredicateWithTII()246 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()252 if (shouldExpandForMC()) in expandCheckNonPortable()446 if (shouldExpandForMC()) in expandHeader()452 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); in expandHeader()476 if (shouldExpandForMC()) in expandPrologue()483 if (shouldExpandForMC()) in expandPrologue()579 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
43 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function