Searched refs:DefOpIdx (Results 1 – 3 of 3) sorted by relevance
1045 bool isRegTiedToUseOperand(unsigned DefOpIdx,1047 const MachineOperand &MO = getOperand(DefOpIdx);1051 *UseOpIdx = findTiedOperandIdx(DefOpIdx);1059 unsigned *DefOpIdx = nullptr) const {1063 if (DefOpIdx)1064 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
991 isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx) const { in isRegTiedToUseOperand() argument993 assert(DefOpIdx > InlineAsm::MIOp_FirstOperand); in isRegTiedToUseOperand()994 const MachineOperand &MO = getOperand(DefOpIdx); in isRegTiedToUseOperand()999 int FlagIdx = findInlineAsmFlagIdx(DefOpIdx, &DefNo); in isRegTiedToUseOperand()1004 unsigned DefPart = DefOpIdx - (FlagIdx + 1); in isRegTiedToUseOperand()1024 assert(getOperand(DefOpIdx).isDef() && "DefOpIdx is not a def!"); in isRegTiedToUseOperand()1029 MCID.getOperandConstraint(i, MCOI::TIED_TO) == (int)DefOpIdx) { in isRegTiedToUseOperand()1042 isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx) const { in isRegTiedToDefOperand()1056 if (!DefOpIdx) in isRegTiedToDefOperand()1069 *DefOpIdx = DefIdx + UseOpIdx - FlagIdx; in isRegTiedToDefOperand()[all …]
420 bool isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx = 0) const;425 bool isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx = 0) const;