Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h172 struct SDTypeConstraint { struct
175 unsigned OperandNo; // The operand # this constraint applies to.
176 enum {
180 } ConstraintType;
182 union { // The discriminated union.
230 std::vector<SDTypeConstraint> TypeConstraints; argument
DCodeGenDAGPatterns.cpp902 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h376 struct SDTypeConstraint { struct
379 unsigned OperandNo; // The operand # this constraint applies to.
380 enum {
384 } ConstraintType;
386 union { // The discriminated union.
408 } x;
412 ValueTypeByHwMode VVT;
DCodeGenDAGPatterns.cpp1450 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint