OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addOperator
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
SetTheory.cpp
246
addOperator
("add", new AddOp);
247
addOperator
("sub", new SubOp);
248
addOperator
("and", new AndOp);
249
addOperator
("shl", new ShlOp);
250
addOperator
("trunc", new TruncOp);
251
addOperator
("rotl", new RotOp(false));
252
addOperator
("rotr", new RotOp(true));
253
addOperator
("decimate", new DecimateOp);
254
addOperator
("interleave", new InterleaveOp);
255
addOperator
("sequence", new SequenceOp)
[
all
...]
SetTheory.h
120
///
addOperator
- Add a DAG operator.
121
void
addOperator
(StringRef Name, Operator*);
CodeGenSchedule.cpp
97
Sets.
addOperator
("instrs", new InstrsOp);
98
Sets.
addOperator
("instregex", new InstRegexOp(Target));
[
all
...]
Completed in 4105 milliseconds