HomeSort by relevance Sort by last modified time
    Searched refs:Expander (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/TableGen/
SetTheory.h 80 /// Expander - A callback function that can transform a Record representing a
83 class Expander {
86 virtual ~Expander() {}
101 StringMap<Expander*> Expanders;
107 /// addExpander - Add an expander for Records with the named super class.
108 void addExpander(StringRef ClassName, Expander*);
110 /// addFieldExpander - Add an expander for ClassName that simply evaluates
SetTheory.cpp 230 struct FieldExpander : public SetTheory::Expander {
243 void SetTheory::Expander::anchor() { }
262 void SetTheory::addExpander(StringRef ClassName, Expander *E) {
302 // This is the first time we see Set. Find a suitable expander.
308 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
CodeGenRegisters.cpp 587 // sub-registers. We provide a SetTheory expander class that returns the new
590 struct TupleExpander : SetTheory::Expander {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 279 SCEVExpander Expander(*SE, "loop-unroll");
280 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),

Completed in 308 milliseconds