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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h924 /// tieOperands - Add a tie between the register operands at DefIdx and
930 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp722 tieOperands(DefIdx, OpNo);
1165 /// tieOperands - Mark operands at DefIdx and UseIdx as tied to each other.
1177 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { function in class:MachineInstr
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp993 MIB->tieOperands(DefIdx + j, UseIdx + j);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1788 NewMI->tieOperands(0, NewMI->getNumOperands() - 1);

Completed in 2463 milliseconds