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

  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 704 if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
724 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 985 bool hasTiedOperand() const { return TiedOperand != -1; }
987 assert(hasTiedOperand() && "Has no tied operand!");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 586 if (!Info.hasTiedOperand()) continue;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2309 if (Input.hasTiedOperand() && Input.getTiedOperand() == i)
2430 if (Info.hasTiedOperand()) {

Completed in 47 milliseconds