Home
last modified time | relevance | path

Searched refs:getTiedOperand (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.h58 unsigned getTiedOperand() const { in getTiedOperand() function
133 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
H A DInstrInfoEmitter.cpp208 Res += "MCOI_TIED_TO(" + utostr(Constraint.getTiedOperand()) + ")"; in GetOperandInfo()
H A DX86RecognizableInstr.cpp446 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp760 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
780 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1048 unsigned getTiedOperand() const { in getTiedOperand() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp589 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2442 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()
2567 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()