Searched refs:tieOperands (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h826 /// tieOperands - Add a tie between the register operands at DefIdx and
832 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp702 tieOperands(DefIdx, OpNo);
1097 /// tieOperands - Mark operands at DefIdx and UseIdx as tied to each other.
1109 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { function in class:MachineInstr
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp958 MIB->tieOperands(DefIdx + j, UseIdx + j);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1727 NewMI->tieOperands(0, NewMI->getNumOperands() - 1);

Completed in 113 milliseconds