Home
last modified time | relevance | path

Searched refs:tieOperands (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp71 MI.tieOperands(0, 1); in tieOpsIfNeeded()
366 MI.tieOperands(0, 1); in processBlock()
H A DSystemZPostRewrite.cpp217 MI.tieOperands(0, 1); in selectMI()
H A DSystemZInstrInfo.cpp173 MI.tieOperands(0, 1); in expandRIEPseudo()
669 UseMI.tieOperands(0, 1); in FoldImmediate()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp341 MI.tieOperands( in shrinkMIMG()
498 MI.tieOperands(0, 2); in shrinkScalarLogicOp()
804 MI.tieOperands(0, 1); in runOnMachineFunction()
H A DSIPeepholeSDWA.cpp485 MI.tieOperands(AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::vdst), in convertToSDWA()
1127 SDWAInst->tieOperands(PreserveDstIdx, SDWAInst->getNumOperands() - 1); in convertToSDWA()
H A DAMDGPUInstructionSelector.cpp1797 MIB->tieOperands(0, MIB->getNumOperands() - 1); in selectImageIntrinsic()
1980 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_TRUNC()
2945 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_SHUFFLE_VECTOR()
2974 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_SHUFFLE_VECTOR()
H A DSIInstrInfo.cpp922 MIB->tieOperands(0, MIB->getNumOperands() - 1); in copyPhysReg()
2020 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
2054 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
5398 Inst.tieOperands(NewVDst, NewVDstIn); in moveFlatAddrToVGPR()
H A DSIISelLowering.cpp11944 MI.tieOperands(DstIdx, MI.getNumOperands() - 1); in AddIMGInit()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp475 Inst->tieOperands(DefRegIdx, Inst->getNumOperands() - 1); in lowerInlineAsm()
H A DUtils.cpp190 I.tieOperands(DefIdx, OpI); in constrainSelectedInstRegOperands()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp533 MIB->tieOperands(NewIndices[OldDef], MIB->getNumOperands() - 1); in rewriteStatepoint()
H A DMachineInstr.cpp264 tieOperands(DefIdx, OpNo); in addOperand()
1052 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
H A DTargetInstrInfo.cpp551 NewMI->tieOperands(TiedTo, NewMI->getNumOperands() - 1); in foldPatchpoint()
H A DInlineSpiller.cpp888 MI->tieOperands(Tied.first, Tied.second); in foldMemoryOperand()
H A DModuloSchedule.cpp977 NewMI->tieOperands(i, UseIdx); in cloneInstr()
H A DTargetLoweringBase.cpp1196 MIB->tieOperands(TiedTo, MIB->getNumOperands() - 1); in emitPatchPoint()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1140 MI->tieOperands(Def++, Use); in EmitMachineNode()
1311 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp532 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp672 MI.tieOperands(1, 3); in createScratchRegisterForInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp580 MI.tieOperands(0, 1); in ExpandMI()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1508 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp523 DefI->tieOperands(P.second, DefI->getNumOperands()-1); in updateDeadsInRange()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1646 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2402 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
H A DARMISelLowering.cpp12204 MI.tieOperands(DefIdx, i); in AdjustInstrPostInstrSelection()