Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.cpp186 MI.tieOperands(0, 1); in expandRIEPseudo()
750 UseMI.tieOperands(0, 1); in foldImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp273 MI.tieOperands(0, 1); in CompressEVEXImpl()
H A DX86ExpandPseudo.cpp595 MI.tieOperands(0, 1); in expandMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp191 MI.tieOperands(0, 1); // Tie false to dest in convertVMergeToVMv()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp396 MI.tieOperands( in shrinkMIMG()
567 MI.tieOperands(0, 2); in shrinkScalarLogicOp()
871 MI.tieOperands(0, 1); in runOnMachineFunction()
H A DSIPeepholeSDWA.cpp529 MI.tieOperands(AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::vdst), in convertToSDWA()
1164 SDWAInst->tieOperands(PreserveDstIdx, SDWAInst->getNumOperands() - 1); in convertToSDWA()
H A DSIRegisterInfo.cpp1715 MIB->tieOperands(0, MIB->getNumOperands() - 1); in buildSpillLoadStore()
2329 MI->tieOperands(NewVDst, NewVDstIn); in eliminateFrameIndex()
H A DSIInstrInfo.cpp1024 MIB->tieOperands(0, MIB->getNumOperands() - 1); in copyPhysReg()
2364 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
2403 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
6187 Inst.tieOperands(NewVDst, NewVDstIn); in moveFlatAddrToVGPR()
H A DAMDGPUInstructionSelector.cpp2253 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_TRUNC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp534 MIB->tieOperands(NewIndices[OldDef], MIB->getNumOperands() - 1); in rewriteStatepoint()
H A DMachineInstr.cpp282 tieOperands(DefIdx, OpNo); in addOperand()
1162 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
2603 tieOperands(Tie1, Tie2); in insert()
H A DInlineSpiller.cpp974 MI->tieOperands(Tied.first, Tied.second); in foldMemoryOperand()
H A DTargetInstrInfo.cpp561 NewMI->tieOperands(TiedTo, NewMI->getNumOperands() - 1); in foldPatchpoint()
H A DTargetLoweringBase.cpp1170 MIB->tieOperands(TiedTo, MIB->getNumOperands() - 1); in emitPatchPoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp422 Inst->tieOperands(DefRegIdx, Inst->getNumOperands() - 1); in lowerInlineAsm()
H A DUtils.cpp195 I.tieOperands(DefIdx, OpI); in constrainSelectedInstRegOperands()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1216 MI->tieOperands(Def++, Use); in EmitMachineNode()
1393 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp533 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp878 MI.tieOperands(1, 3); in createScratchRegisterForInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1641 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp524 DefI->tieOperands(DefIdx, DefI->getNumOperands()-1); in updateDeadsInRange()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1733 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2393 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()

12