Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h56 unsigned getTiedOperand() const { in getTiedOperand() function
132 return CI.getTiedOperand(); in getTiedRegister()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp882 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
902 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1157 unsigned getTiedOperand() const { in getTiedOperand() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp189 Res += "MCOI_TIED_TO(" + utostr(Constraint.getTiedOperand()) + ")"; in GetOperandInfo()
H A DX86RecognizableInstr.cpp495 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
H A DDecoderEmitter.cpp2043 CGI.Operands.getSubOperandNumber(CI.getTiedOperand()); in populateInstruction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp633 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2942 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()
3066 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()