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 161 Res += "((" + utostr(Constraint.getTiedOperand()) +
X86RecognizableInstr.cpp 533 operandMapping[Constraint.getTiedOperand()] = operandIndex;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 567 if (Info.hasTiedOperand() && Info.getTiedOperand() != i)
587 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
  /external/clang/include/clang/Basic/
TargetInfo.h 566 /// If this returns true then getTiedOperand will indicate which output
569 unsigned getTiedOperand() const {
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 401 unsigned TiedTo = Info.getTiedOperand();
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 3416 milliseconds