Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DPredicateExpander.cpp105 if (shouldExpandForMC()) in expandCheckPseudo()
144 if (shouldExpandForMC()) in expandTIIFunctionCall()
167 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
173 if (shouldExpandForMC()) in expandCheckNonPortable()
DPredicateExpander.h43 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function