Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h156 struct SDTypeConstraint { struct
159 unsigned OperandNo; // The operand # this constraint applies to.
160 enum {
164 } ConstraintType;
166 union { // The discriminated union.
205 std::vector<SDTypeConstraint> TypeConstraints; argument
DCodeGenDAGPatterns.cpp766 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint
/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h365 struct SDTypeConstraint { struct
368 unsigned OperandNo; // The operand # this constraint applies to.
369 enum {
373 } ConstraintType;
375 union { // The discriminated union.
397 } x;
421 std::vector<SDTypeConstraint> TypeConstraints; argument
DCodeGenDAGPatterns.cpp1331 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint