HomeSort by relevance Sort by last modified time
    Searched refs:getTiedOperand (Results 1 - 7 of 7) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 56 unsigned getTiedOperand() const {
115 /// getTiedOperand - If this operand is tied to another one, return the
120 if (CI.isTied()) return CI.getTiedOperand();
InstrInfoEmitter.cpp 160 Res += "((" + utostr(Constraint.getTiedOperand()) +
X86RecognizableInstr.cpp 646 operandMapping[Constraint.getTiedOperand()] = operandIndex;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 427 if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
447 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  /external/clang/include/clang/Basic/
TargetInfo.h 498 /// If this returns true then getTiedOperand will indicate which output
501 unsigned getTiedOperand() const {
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 275 unsigned TiedTo = Info.getTiedOperand();
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 207 milliseconds