Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp258 addOperator("add", std::make_unique<AddOp>()); in SetTheory()
259 addOperator("sub", std::make_unique<SubOp>()); in SetTheory()
260 addOperator("and", std::make_unique<AndOp>()); in SetTheory()
261 addOperator("shl", std::make_unique<ShlOp>()); in SetTheory()
262 addOperator("trunc", std::make_unique<TruncOp>()); in SetTheory()
263 addOperator("rotl", std::make_unique<RotOp>(false)); in SetTheory()
264 addOperator("rotr", std::make_unique<RotOp>(true)); in SetTheory()
265 addOperator("decimate", std::make_unique<DecimateOp>()); in SetTheory()
266 addOperator("interleave", std::make_unique<InterleaveOp>()); in SetTheory()
267 addOperator("sequence", std::make_unique<SequenceOp>()); in SetTheory()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DSetTheory.h124 void addOperator(StringRef Name, std::unique_ptr<Operator>);
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1638 ST.addOperator("lowhalf", std::make_unique<LowHalf>()); in emitDagShuffle()
1639 ST.addOperator("highhalf", std::make_unique<HighHalf>()); in emitDagShuffle()
1640 ST.addOperator("rev", in emitDagShuffle()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp175 Sets.addOperator("instrs", std::make_unique<InstrsOp>()); in CodeGenSchedModels()
176 Sets.addOperator("instregex", std::make_unique<InstRegexOp>(Target)); in CodeGenSchedModels()