Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h56 unsigned getTiedOperand() const { in getTiedOperand() function
120 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
DInstrInfoEmitter.cpp161 Res += "((" + utostr(Constraint.getTiedOperand()) + in GetOperandInfo()
DX86RecognizableInstr.cpp532 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h57 unsigned getTiedOperand() const { in getTiedOperand() function
132 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
DInstrInfoEmitter.cpp188 Res += "((" + utostr(Constraint.getTiedOperand()) + in GetOperandInfo()
DX86RecognizableInstr.cpp421 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
/external/clang/lib/Basic/
DTargetInfo.cpp566 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
586 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp696 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
716 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h635 unsigned getTiedOperand() const { in getTiedOperand() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h949 unsigned getTiedOperand() const { in getTiedOperand() function
/external/clang/lib/Sema/
DSemaStmtAsm.cpp441 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
/external/clang/lib/CodeGen/
DCGStmt.cpp1881 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()
1977 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp573 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2279 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()
2401 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()