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

  /external/llvm/lib/CodeGen/
MachineInstr.cpp 177 TiedTo = 0;
329 if (TiedTo != 15)
330 OS << unsigned(TiedTo - 1);
747 NewMO->TiedTo = 0;
    [all...]
MachineVerifier.cpp 837 int TiedTo = MCID.getOperandConstraint(MONum, MCOI::TIED_TO);
838 if (TiedTo != -1) {
843 else if (unsigned(TiedTo) != MI->findTiedOperandIdx(MONum))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 76 /// TiedTo - Non-zero when this register operand is tied to another register
79 unsigned char TiedTo : 4;
316 return TiedTo;
603 Op.TiedTo = 0;
MachineInstr.h     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 401 unsigned TiedTo = Info.getTiedOperand();
403 Expr *OutputExpr = Exprs[TiedTo];
459 if (isOperandMentioned(TiedTo, Pieces)) {
469 OutputConstraintInfos[TiedTo].allowsRegister())

Completed in 235 milliseconds