HomeSort by: relevance | last modified time | path
    Searched defs:ConstraintInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InlineAsm.h 117 struct ConstraintInfo;
118 using ConstraintInfoVector = std::vector<ConstraintInfo>;
120 struct ConstraintInfo {
164 ConstraintInfo() = default;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.h 32 class ConstraintInfo {
37 ConstraintInfo() = default;
39 static ConstraintInfo getEarlyClobber() {
40 ConstraintInfo I;
46 static ConstraintInfo getTied(unsigned Op) {
47 ConstraintInfo I;
62 bool operator==(const ConstraintInfo &RHS) const {
69 bool operator!=(const ConstraintInfo &RHS) const {
117 std::vector<ConstraintInfo> Constraints;
131 const CGIOperandList::ConstraintInfo &CI = Constraints[j]
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 940 struct ConstraintInfo {
962 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
1030 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
1054 bool validateOutputConstraint(ConstraintInfo &Info) const;
1055 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
1056 ConstraintInfo &info) const;
1078 TargetInfo::ConstraintInfo &info) const = 0;
1081 ArrayRef<ConstraintInfo> OutputConstraints,

Completed in 28 milliseconds