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.cpp68 MI.tieOperands(0, 1); in tieOpsIfNeeded()
363 MI.tieOperands(0, 1); in processBlock()
H A DSystemZPostRewrite.cpp240 MI.tieOperands(0, 1); in selectMI()
H A DSystemZInstrInfo.cpp188 MI.tieOperands(0, 1); in expandRIEPseudo()
772 UseMI.tieOperands(0, 1); in foldImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp297 MI.tieOperands(0, 1); in CompressEVEXImpl()
H A DX86SuppressAPXForReloc.cpp199 MI.tieOperands(0, 1); in handleNDDOrNFInstructions()
H A DX86ExpandPseudo.cpp860 MI.tieOperands(0, 1); in expandMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp407 MI.tieOperands( in shrinkMIMG()
595 MI.tieOperands(0, 2); in shrinkScalarLogicOp()
917 MI.tieOperands(0, 1); in run()
H A DSIPeepholeSDWA.cpp650 MI.tieOperands(AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::vdst), in convertToSDWA()
H A DSIRegisterInfo.cpp1964 MIB->tieOperands(0, MIB->getNumOperands() - 1); in buildSpillLoadStore()
2966 MI->tieOperands(NewVDst, NewVDstIn); in eliminateFrameIndex()
H A DSIInstrInfo.cpp1042 MIB->tieOperands(0, MIB->getNumOperands() - 1); in copyPhysReg()
2370 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
2409 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
6489 Inst.tieOperands(NewVDst, NewVDstIn); in moveFlatAddrToVGPR()
H A DAMDGPUInstructionSelector.cpp2495 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_TRUNC()
/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/
H A DFixupStatepointCallerSaved.cpp531 MIB->tieOperands(NewIndices[OldDef], MIB->getNumOperands() - 1); in rewriteStatepoint()
H A DMachineInstr.cpp284 tieOperands(DefIdx, OpNo); in addOperand()
1189 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
2726 tieOperands(Tie1, Tie2); in insert()
H A DInlineSpiller.cpp993 MI->tieOperands(Tied.first, Tied.second); in foldMemoryOperand()
H A DTargetInstrInfo.cpp636 NewMI->tieOperands(TiedTo, NewMI->getNumOperands() - 1); in foldPatchpoint()
H A DTargetLoweringBase.cpp1269 MIB->tieOperands(TiedTo, MIB->getNumOperands() - 1); in emitPatchPoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1217 MI->tieOperands(Def++, Use); in EmitMachineNode()
1394 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp534 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp507 DefI->tieOperands(DefIdx, DefI->getNumOperands()-1); in updateDeadsInRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1649 LLVM_ABI void tieOperands(unsigned DefIdx, unsigned UseIdx);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp945 MI.tieOperands(1, 3); in createScratchRegisterForInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1741 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2236 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()

12