Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h57 unsigned getTiedOperand() const { in getTiedOperand() function
135 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
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.cpp2014 int tiedTo = CI.getTiedOperand(); in populateInstruction()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1094 unsigned getTiedOperand() const { in getTiedOperand() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp597 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2586 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()
2710 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()