Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h357 struct SDTypeConstraint { struct
360 unsigned OperandNo; // The operand # this constraint applies to.
361 enum {
375 } ConstraintType;
377 union { // The discriminated union.
399 } x;
403 ValueTypeByHwMode VVT;
H A DCodeGenDAGPatterns.cpp1532 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint