Searched defs:TiedTo (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp275 unsigned TiedTo = Info.getTiedOperand(); local
277 Expr *OutputExpr = Exprs[TiedTo];
333 if (isOperandMentioned(TiedTo, Pieces)) {
343 OutputConstraintInfos[TiedTo].allowsRegister())
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp834 int TiedTo = MCID.getOperandConstraint(MONum, MCOI::TIED_TO); local
835 if (TiedTo != -1) {
840 else if (unsigned(TiedTo) != MI->findTiedOperandIdx(MONum))
H A DMachineInstr.cpp159 TiedTo = 0;
313 if (TiedTo != 15)
314 OS << unsigned(TiedTo - 1);
690 NewMO->TiedTo = 0;
1094 // MachineOperand::TiedTo is 4 bits wide.
1099 /// Use and def operands can be tied together, indicated by a non-zero TiedTo
1100 /// field. TiedTo can have these values:
1103 /// 1 to TiedMax-1: Tied to getOperand(TiedTo-1).
1118 UseMO.TiedTo = DefIdx + 1;
1124 UseMO.TiedTo
1552 unsigned TiedTo = 0; local
1554 OS << " tiedto:$" << TiedTo; local
[all...]

Completed in 111 milliseconds