Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDNodeInfo.h51 struct SDTypeConstraint { struct
52 SDTC Kind;
53 uint8_t OpNo;
54 uint8_t OtherOpNo;
55 MVT::SimpleValueType VT;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h356 struct SDTypeConstraint { struct
360 unsigned OperandNo; // The operand # this constraint applies to.
361 enum KindTy {
390 friend bool operator==(const SDTypeConstraint &LHS, argument
H A DCodeGenDAGPatterns.cpp1554 SDTypeConstraint::SDTypeConstraint(const Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint