HomeSort by relevance Sort by last modified time
    Searched refs:MatchingInput (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
InlineAsm.cpp 62 MatchingInput(-1), isCommutative(false),
85 MatchingInput = -1;
165 if (scInfo.MatchingInput != -1)
168 scInfo.MatchingInput = ConstraintsSoFar.size();
171 (size_t)ConstraintsSoFar[N].MatchingInput !=
175 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size();
203 MatchingInput = scInfo.MatchingInput;
  /external/llvm/include/llvm/IR/
InlineAsm.h 101 /// MatchingInput - If this is not -1, this is an output constraint where an
105 signed char MatchingInput;
110 SubConstraintInfo() : MatchingInput(-1) {}
126 /// MatchingInput - If this is not -1, this is an output constraint where an
130 signed char MatchingInput;
134 bool hasMatchingInput() const { return MatchingInput != -1; }
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 75 milliseconds