Searched refs:shouldExpandForMC (Results 1 – 2 of 2) sorted by relevance
150 if (shouldExpandForMC()) in expandCheckPseudo()188 OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::"); in expandTIIFunctionCall()205 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()211 if (shouldExpandForMC()) in expandCheckNonPortable()386 if (shouldExpandForMC()) in expandHeader()392 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); in expandHeader()416 if (shouldExpandForMC()) in expandPrologue()423 if (shouldExpandForMC()) in expandPrologue()519 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
44 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function