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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp258 addOperator("add", std::make_unique<AddOp>());
259 addOperator("sub", std::make_unique<SubOp>());
260 addOperator("and", std::make_unique<AndOp>());
261 addOperator("shl", std::make_unique<ShlOp>());
262 addOperator("trunc", std::make_unique<TruncOp>());
263 addOperator("rotl", std::make_unique<RotOp>(false));
264 addOperator("rotr", std::make_unique<RotOp>(true));
265 addOperator("decimate", std::make_unique<DecimateOp>());
266 addOperator("interleave", std::make_unique<InterleaveOp>());
267 addOperator("sequenc
270 void SetTheory::addOperator(StringRef Name, std::unique_ptr<Operator> Op) { function in class:SetTheory
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h123 /// addOperator - Add a DAG operator.
124 void addOperator(StringRef Name, std::unique_ptr<Operator>);
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1594 ST.addOperator("lowhalf", std::make_unique<LowHalf>());
1595 ST.addOperator("highhalf", std::make_unique<HighHalf>());
1596 ST.addOperator("rev",
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp175 Sets.addOperator("instrs", std::make_unique<InstrsOp>());
176 Sets.addOperator("instregex", std::make_unique<InstRegexOp>(Target));

Completed in 133 milliseconds