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

  /external/llvm/lib/TableGen/
SetTheory.cpp 248 addOperator("add", new AddOp);
249 addOperator("sub", new SubOp);
250 addOperator("and", new AndOp);
251 addOperator("shl", new ShlOp);
252 addOperator("trunc", new TruncOp);
253 addOperator("rotl", new RotOp(false));
254 addOperator("rotr", new RotOp(true));
255 addOperator("decimate", new DecimateOp);
256 addOperator("interleave", new InterleaveOp);
257 addOperator("sequence", new SequenceOp)
    [all...]
  /external/llvm/include/llvm/TableGen/
SetTheory.h 120 /// addOperator - Add a DAG operator.
121 void addOperator(StringRef Name, Operator*);
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 97 Sets.addOperator("instrs", new InstrsOp);
98 Sets.addOperator("instregex", new InstRegexOp(Target));
    [all...]

Completed in 213 milliseconds