HomeSort by: relevance | last modified time | path
    Searched refs:hasMatchingInput (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InlineAsm.h 135 /// hasMatchingInput - Return true if this is an output constraint that has
137 bool hasMatchingInput() const { return MatchingInput != -1; }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
InlineAsm.cpp 168 if (ConstraintsSoFar[N].hasMatchingInput() &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp 189 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2305 if (Info.hasMatchingInput()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 4738 if (OpInfo.hasMatchingInput()) {
4784 if (OpInfo.hasMatchingInput()) {
4957 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
SelectionDAGBuilder.cpp 8431 if (OpInfo.hasMatchingInput())
8482 if (OpInfo.hasMatchingInput()) {

Completed in 69 milliseconds