Searched refs:tieOperands (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 70 MI.tieOperands(0, 1); in tieOpsIfNeeded()
|
D | SystemZInstrInfo.cpp | 137 MI.tieOperands(0, 1); in expandRIEPseudo()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 294 MI.tieOperands(0, 1); in runOnMachineFunction()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 537 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1034 void tieOperands(unsigned DefIdx, unsigned UseIdx);
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 851 tieOperands(DefIdx, OpNo); in addOperand() 1399 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
|
D | MachinePipeliner.cpp | 3092 NewMI->tieOperands(i, UseIdx); in cloneInstr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 1010 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 943 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1934 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
|