Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSetTheory.cpp246 addOperator("add", new AddOp); in SetTheory()
247 addOperator("sub", new SubOp); in SetTheory()
248 addOperator("and", new AndOp); in SetTheory()
249 addOperator("shl", new ShlOp); in SetTheory()
250 addOperator("trunc", new TruncOp); in SetTheory()
251 addOperator("rotl", new RotOp(false)); in SetTheory()
252 addOperator("rotr", new RotOp(true)); in SetTheory()
253 addOperator("decimate", new DecimateOp); in SetTheory()
254 addOperator("interleave", new InterleaveOp); in SetTheory()
255 addOperator("sequence", new SequenceOp); in SetTheory()
[all …]
DSetTheory.h121 void addOperator(StringRef Name, Operator*);
DCodeGenSchedule.cpp97 Sets.addOperator("instrs", new InstrsOp); in CodeGenSchedModels()
98 Sets.addOperator("instregex", new InstRegexOp(Target)); in CodeGenSchedModels()