Searched refs:addOperator (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | SetTheory.cpp | 246 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 …]
|
D | SetTheory.h | 121 void addOperator(StringRef Name, Operator*);
|
D | CodeGenSchedule.cpp | 97 Sets.addOperator("instrs", new InstrsOp); in CodeGenSchedModels() 98 Sets.addOperator("instregex", new InstRegexOp(Target)); in CodeGenSchedModels()
|