Searched refs:getTiedOperand (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h57 unsigned getTiedOperand() const { function in class:llvm::CGIOperandList::ConstraintInfo
127 /// getTiedOperand - If this operand is tied to another one, return the
132 if (CI.isTied()) return CI.getTiedOperand();
H A DInstrInfoEmitter.cpp197 Res += "MCOI_TIED_TO(" + utostr(Constraint.getTiedOperand()) + ")";
H A DX86RecognizableInstr.cpp421 operandMapping[Constraint.getTiedOperand()] = operandIndex;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp704 if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
724 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h983 /// If this returns true then getTiedOperand will indicate which output
986 unsigned getTiedOperand() const { function in struct:clang::TargetInfo::ConstraintInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp588 unsigned TiedTo = Info.getTiedOperand();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2309 if (Input.hasTiedOperand() && Input.getTiedOperand() == i)
2431 unsigned Output = Info.getTiedOperand();

Completed in 309 milliseconds