HomeSort by relevance Sort by last modified time
    Searched full:expander (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/utils/TableGen/
SetTheory.h 78 /// Expander - A callback function that can transform a Record representing a
81 class Expander {
84 virtual ~Expander() {}
99 StringMap<Expander*> Expanders;
105 /// addExpander - Add an expander for Records with the named super class.
106 void addExpander(StringRef ClassName, Expander*);
108 /// addFieldExpander - Add an expander for ClassName that simply evaluates
SetTheory.cpp 208 struct FieldExpander : public SetTheory::Expander {
221 void SetTheory::Expander::anchor() { }
240 void SetTheory::addExpander(StringRef ClassName, Expander *E) {
280 // This is the first time we see Set. Find a suitable expander.
284 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
CodeGenRegisters.cpp 356 // sub-registers. We provide a SetTheory expander class that returns the new
359 struct TupleExpander : SetTheory::Expander {
    [all...]
  /external/libsepol/tests/
test-expander.c 22 /* This is where the expander tests should go, including:
33 #include "test-expander.h"
37 #include "test-expander-users.h"
38 #include "test-expander-roles.h"
39 #include "test-expander-attr-map.h"
77 if (snprintf(filename[i], PATH_MAX, "policies/test-expander/%s%s", myfiles[i], mls ? ".mls" : ".std") < 0)
libsepol-tests.c 23 #include "test-expander.h"
63 DECLARE_SUITE(expander);
test-expander-roles.c 23 #include "test-expander-roles.h"
test-expander-users.c 23 #include "test-expander-users.h"
test-expander-attr-map.c 22 #include "test-expander-attr-map.h"
  /external/webkit/Source/WebKit/chromium/scripts/
concatenate_css_files.py 89 expander = PathExpander(argv[2:])
93 full_path = expander.expand(input_file_name)
concatenate_js_files.py 90 expander = PathExpander(argv[2:])
94 full_path = expander.expand(input_file_name)
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 475 SCEVExpander Expander(*SE, "loop-idiom");
484 Expander.expandCodeFor(Ev->getStart(), Builder.getInt8PtrTy(AddrSpace),
491 Expander.clear();
511 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
564 SCEVExpander Expander(*SE, "loop-idiom");
573 Expander.expandCodeFor(StoreEv->getStart(),
580 Expander.clear();
589 Expander.expandCodeFor(LoadEv->getStart(),
595 Expander.clear();
617 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator())
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 23 // do on Windows, for example), using pixbuf-expander-closed and
24 // pixbuf-expander-open. Unfortunately there is no GTK_STOCK_OPEN_DIRECTORY
  /external/clang/lib/Lex/
PPLexerChange.cpp 193 // Create a macro expander to expand from the specified token stream.
404 // Delete or cache the now-dead macro expander.
421 // Delete or cache the now-dead macro expander.
431 /// HandleMicrosoftCommentPaste - When the macro expander pastes together a
TokenLexer.cpp 257 // the expander trys to paste ',' with the first token of the __VA_ARG__
  /external/checkpolicy/
ChangeLog 157 expander.
161 duplicate/conflicting TE rules the same as the expander
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 277 SCEVExpander Expander(*SE, "loop-unroll");
278 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 72 /// When invoked from LSR, the expander is in "strength reduction" mode. The
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 149 // FIXME: should use a custom expander to expose the SRA to the dag.
  /external/llvm/include/llvm/Target/
TargetLowering.h 357 /// expanded to some other code sequence, or the target has a custom expander
384 /// expanded to some other code sequence, or the target has a custom expander
402 /// expander for it.
420 /// expanded to some other code sequence, or the target has a custom expander
441 /// expanded to some other code sequence, or the target has a custom expander
462 /// or the target has a custom expander for it.
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 10 // This file contains the implementation of the scalar evolution expander,
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def     [all...]
  /external/libsepol/
ChangeLog 216 * Merged refactor expander patch from Jeremy Mowery.
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 1212 milliseconds

1 2