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

  /external/llvm/include/llvm/
InlineAsm.h 126 /// hasMatchingInput - Return true if this is an output constraint that has
128 bool hasMatchingInput() const { return MatchingInput != -1; }
  /external/llvm/lib/VMCore/
InlineAsm.cpp 175 if (ConstraintsSoFar[N].hasMatchingInput())
  /external/clang/include/clang/Basic/
TargetInfo.h 424 /// hasMatchingInput - Return true if this output operand has a matching
426 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; }
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 58 milliseconds