Searched refs:tieOperands (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIAddIMGInit.cpp | 172 MI.tieOperands(DstIdx, MI.getNumOperands() - 1); in runOnMachineFunction()
|
| H A D | SIPeepholeSDWA.cpp | 512 MI.tieOperands(AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::vdst), in convertToSDWA() 1125 SDWAInst->tieOperands(PreserveDstIdx, SDWAInst->getNumOperands() - 1); in convertToSDWA()
|
| H A D | SIShrinkInstructions.cpp | 561 MI.tieOperands(0, 1); in runOnMachineFunction()
|
| H A D | SIInstrInfo.cpp | 1261 MovRel->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 129 I.tieOperands(DefIdx, OpI); in constrainSelectedInstRegOperands()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZShortenInst.cpp | 70 MI.tieOperands(0, 1); in tieOpsIfNeeded()
|
| H A D | SystemZInstrInfo.cpp | 177 MI.tieOperands(0, 1); in expandRIEPseudo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 535 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1270 void tieOperands(unsigned DefIdx, unsigned UseIdx);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 283 tieOperands(DefIdx, OpNo); in addOperand() 1036 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
|
| H A D | MachinePipeliner.cpp | 2734 NewMI->tieOperands(i, UseIdx); in cloneInstr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 522 DefI->tieOperands(P.second, DefI->getNumOperands()-1); in updateDeadsInRange()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 1126 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 1229 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 2149 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
|
| H A D | ARMISelLowering.cpp | 9585 MI.tieOperands(DefIdx, i); in AdjustInstrPostInstrSelection()
|