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 159 TiedTo = 0;
313 if (TiedTo != 15)
314 OS << unsigned(TiedTo - 1);
690 NewMO->TiedTo = 0;
    [all...]
MachineVerifier.cpp 827 int TiedTo = MCID.getOperandConstraint(MONum, MCOI::TIED_TO);
828 if (TiedTo != -1) {
833 else if (unsigned(TiedTo) != MI->findTiedOperandIdx(MONum))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 74 /// TiedTo - Non-zero when this register operand is tied to another register
77 unsigned char TiedTo : 4;
311 return TiedTo;
575 Op.TiedTo = 0;
MachineInstr.h     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 280 unsigned TiedTo = Info.getTiedOperand();
282 Expr *OutputExpr = Exprs[TiedTo];
338 if (isOperandMentioned(TiedTo, Pieces)) {
348 OutputConstraintInfos[TiedTo].allowsRegister())

Completed in 5165 milliseconds