Home
last modified time | relevance | path

Searched refs:getTiedOperand (Results 1 – 7 of 7) 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.cpp127 Res += "((" + utostr(Constraint.getTiedOperand()) + in GetOperandInfo()
DX86RecognizableInstr.cpp583 operandMapping[operandIndex] = Constraint.getTiedOperand(); in emitInstructionSpecifier()
/external/clang/lib/Basic/
DTargetInfo.cpp420 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
440 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h432 unsigned getTiedOperand() const { in getTiedOperand() function
/external/clang/lib/CodeGen/
DCGStmt.cpp1485 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()
1560 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp2297 unsigned TiedTo = Info.getTiedOperand(); in ActOnAsmStmt()