Searched refs:addOperator (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DSetTheory.cpp253 addOperator("add", new AddOp);
254 addOperator("sub", new SubOp);
255 addOperator("and", new AndOp);
256 addOperator("shl", new ShlOp);
257 addOperator("trunc", new TruncOp);
258 addOperator("rotl", new RotOp(false));
259 addOperator("rotr", new RotOp(true));
260 addOperator("decimate", new DecimateOp);
261 addOperator("interleave", new InterleaveOp);
262 addOperator("sequenc
265 void SetTheory::addOperator(StringRef Name, Operator *Op) { function in class:SetTheory
[all...]
H A DSetTheory.h120 /// addOperator - Add a DAG operator.
121 void addOperator(StringRef Name, Operator*);
H A DCodeGenSchedule.cpp99 Sets.addOperator("instrs", new InstrsOp);
100 Sets.addOperator("instregex", new InstRegexOp(Target));

Completed in 91 milliseconds