Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h56 unsigned getTiedOperand() const { in getTiedOperand() function
133 return CI.getTiedOperand(); in getTiedRegister()
/src/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp853 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
873 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1133 unsigned getTiedOperand() const { in getTiedOperand() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp597 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp204 Res += "MCOI_TIED_TO(" + utostr(Constraint.getTiedOperand()) + ")"; in GetOperandInfo()
H A DX86RecognizableInstr.cpp465 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
H A DDecoderEmitter.cpp2062 CGI.Operands.getSubOperandNumber(CI.getTiedOperand()); in populateInstruction()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2764 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()
2888 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()