Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp70 MI.tieOperands(0, 1); in tieOpsIfNeeded()
366 MI.tieOperands(0, 1); in processBlock()
H A DSystemZPostRewrite.cpp224 MI.tieOperands(0, 1); in selectMI()
H A DSystemZInstrInfo.cpp168 MI.tieOperands(0, 1); in expandRIEPseudo()
665 UseMI.tieOperands(0, 1); in FoldImmediate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp303 MI.tieOperands( in shrinkMIMG()
381 MI.tieOperands(0, 2); in shrinkScalarLogicOp()
678 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.cpp1765 MIB->tieOperands(0, MIB->getNumOperands() - 1); in selectImageIntrinsic()
1933 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_TRUNC()
2915 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_SHUFFLE_VECTOR()
2933 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_SHUFFLE_VECTOR()
H A DSIInstrInfo.cpp861 MIB->tieOperands(0, MIB->getNumOperands() - 1); in copyPhysReg()
1869 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
1903 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
5121 Inst.tieOperands(NewVDst, NewVDstIn); in moveFlatAddrToVGPR()
H A DSIISelLowering.cpp11310 MI.tieOperands(DstIdx, MI.getNumOperands() - 1); in AddIMGInit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp480 Inst->tieOperands(DefRegIdx, Inst->getNumOperands() - 1); in lowerInlineAsm()
H A DUtils.cpp174 I.tieOperands(DefIdx, OpI); in constrainSelectedInstRegOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp532 MIB->tieOperands(NewIndices[OldDef], MIB->getNumOperands() - 1); in rewriteStatepoint()
H A DMachineInstr.cpp291 tieOperands(DefIdx, OpNo); in addOperand()
1099 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
H A DTargetInstrInfo.cpp553 NewMI->tieOperands(TiedTo, NewMI->getNumOperands() - 1); in foldPatchpoint()
H A DInlineSpiller.cpp899 MI->tieOperands(Tied.first, Tied.second); in foldMemoryOperand()
H A DModuloSchedule.cpp995 NewMI->tieOperands(i, UseIdx); in cloneInstr()
H A DTargetLoweringBase.cpp1203 MIB->tieOperands(TiedTo, MIB->getNumOperands() - 1); in emitPatchPoint()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1119 MI->tieOperands(Def++, Use); in EmitMachineNode()
1290 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp534 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp584 MI.tieOperands(0, 1); in ExpandMI()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1533 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp523 DefI->tieOperands(P.second, DefI->getNumOperands()-1); in updateDeadsInRange()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1635 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2367 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
H A DARMISelLowering.cpp11990 MI.tieOperands(DefIdx, i); in AdjustInstrPostInstrSelection()