OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDTypeConstraint
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h
154
///
SDTypeConstraint
- This is a discriminated union of constraints,
155
/// corresponding to the
SDTypeConstraint
tablegen class in Target.td.
156
struct
SDTypeConstraint
{
157
SDTypeConstraint
(Record *R);
205
std::vector<
SDTypeConstraint
> TypeConstraints;
218
const std::vector<
SDTypeConstraint
> &getTypeConstraints() const {
CodeGenDAGPatterns.cpp
763
//
SDTypeConstraint
implementation
766
SDTypeConstraint
::
SDTypeConstraint
(Record *R) {
802
errs() << "Unrecognized
SDTypeConstraint
'" << R->getName() << "'!\n";
835
bool
SDTypeConstraint
::ApplyTypeConstraint(TreePatternNode *N,
[
all
...]
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.h
170
///
SDTypeConstraint
- This is a discriminated union of constraints,
171
/// corresponding to the
SDTypeConstraint
tablegen class in Target.td.
172
struct
SDTypeConstraint
{
173
SDTypeConstraint
(Record *R);
230
std::vector<
SDTypeConstraint
> TypeConstraints;
243
const std::vector<
SDTypeConstraint
> &getTypeConstraints() const {
CodeGenDAGPatterns.cpp
899
//
SDTypeConstraint
implementation
902
SDTypeConstraint
::
SDTypeConstraint
(Record *R) {
[
all
...]
Completed in 83 milliseconds