Home
last modified time | relevance | path

Searched refs:UseOpIdx (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h997 unsigned *UseOpIdx = nullptr) const {
1001 if (UseOpIdx)
1002 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1009 bool isRegTiedToDefOperand(unsigned UseOpIdx,
1011 const MachineOperand &MO = getOperand(UseOpIdx);
1015 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp653 unsigned UseOpIdx; in removeCopyByCommutingDef() local
654 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx)) in removeCopyByCommutingDef()
659 if (Op1 == UseOpIdx) in removeCopyByCommutingDef()
661 else if (Op2 == UseOpIdx) in removeCopyByCommutingDef()