Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h117 struct ConstraintInfo { struct
120 ConstraintPrefix Type = isInput;
124 bool isEarlyClobber = false;
130 int MatchingInput = -1;
155 SubConstraintInfoVector multipleAlternatives; argument
161 ConstraintInfo() = default; argument