Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DPredicateExpander.cpp149 if (shouldExpandForMC()) in expandCheckPseudo()
187 OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::"); in expandTIIFunctionCall()
204 if (!shouldExpandForMC()) { in expandCheckFunctionPredicateWithTII()
216 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
222 if (shouldExpandForMC()) in expandCheckNonPortable()
405 if (shouldExpandForMC()) in expandHeader()
411 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); in expandHeader()
435 if (shouldExpandForMC()) in expandPrologue()
442 if (shouldExpandForMC()) in expandPrologue()
538 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
DPredicateExpander.h43 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function