Home
last modified time | relevance | path

Searched refs:shouldExpandForMC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp167 if (shouldExpandForMC()) in expandCheckPseudo()
201 OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::"); in expandTIIFunctionCall()
223 if (!shouldExpandForMC()) { in expandCheckFunctionPredicateWithTII()
235 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
241 if (shouldExpandForMC()) in expandCheckNonPortable()
426 if (shouldExpandForMC()) in expandHeader()
432 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); in expandHeader()
454 if (shouldExpandForMC()) in expandPrologue()
460 if (shouldExpandForMC()) in expandPrologue()
546 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
H A DPredicateExpander.h44 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function