Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
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;
DCodeGenDAGPatterns.cpp1496 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint