Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h379 struct SDTypeConstraint { struct
382 unsigned OperandNo; // The operand # this constraint applies to.
383 enum {
387 } ConstraintType;
389 union { // The discriminated union.
411 } x;
415 ValueTypeByHwMode VVT;
H A DCodeGenDAGPatterns.cpp1549 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint