Home
last modified time | relevance | path

Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h374 struct SDTypeConstraint { struct
377 unsigned OperandNo; // The operand # this constraint applies to.
378 enum {
382 } ConstraintType;
384 union { // The discriminated union.
406 } x;
410 ValueTypeByHwMode VVT;
H A DCodeGenDAGPatterns.cpp1496 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint