Home
last modified time | relevance | path

Searched refs:hasTiedOperand (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp842 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
862 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1093 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() function
1095 assert(hasTiedOperand() && "Has no tied operand!"); in getTiedOperand()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp595 if (!Info.hasTiedOperand()) continue; in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2586 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()
2709 if (Info.hasTiedOperand()) { in EmitAsmStmt()