Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp71 MI.tieOperands(0, 1); in tieOpsIfNeeded()
366 MI.tieOperands(0, 1); in processBlock()
DSystemZPostRewrite.cpp217 MI.tieOperands(0, 1); in selectMI()
DSystemZInstrInfo.cpp173 MI.tieOperands(0, 1); in expandRIEPseudo()
669 UseMI.tieOperands(0, 1); in FoldImmediate()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp370 MI.tieOperands( in shrinkMIMG()
541 MI.tieOperands(0, 2); in shrinkScalarLogicOp()
842 MI.tieOperands(0, 1); in runOnMachineFunction()
DSIPeepholeSDWA.cpp486 MI.tieOperands(AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::vdst), in convertToSDWA()
1117 SDWAInst->tieOperands(PreserveDstIdx, SDWAInst->getNumOperands() - 1); in convertToSDWA()
DSIInstrInfo.cpp925 MIB->tieOperands(0, MIB->getNumOperands() - 1); in copyPhysReg()
2120 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
2159 MIB->tieOperands(ImpDefIdx, ImpUseIdx); in expandPostRAPseudo()
5515 Inst.tieOperands(NewVDst, NewVDstIn); in moveFlatAddrToVGPR()
DAMDGPUInstructionSelector.cpp1994 MIB->tieOperands(0, MIB->getNumOperands() - 1); in selectImageIntrinsic()
2204 MovSDWA->tieOperands(0, MovSDWA->getNumOperands() - 1); in selectG_TRUNC()
DSIRegisterInfo.cpp2247 MI->tieOperands(NewVDst, NewVDstIn); in eliminateFrameIndex()
DSIISelLowering.cpp12099 MI.tieOperands(DstIdx, MI.getNumOperands() - 1); in AddIMGInit()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp533 MIB->tieOperands(NewIndices[OldDef], MIB->getNumOperands() - 1); in rewriteStatepoint()
DMachineInstr.cpp267 tieOperands(DefIdx, OpNo); in addOperand()
1107 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands() function in MachineInstr
DTargetInstrInfo.cpp550 NewMI->tieOperands(TiedTo, NewMI->getNumOperands() - 1); in foldPatchpoint()
DInlineSpiller.cpp905 MI->tieOperands(Tied.first, Tied.second); in foldMemoryOperand()
DTargetLoweringBase.cpp1207 MIB->tieOperands(TiedTo, MIB->getNumOperands() - 1); in emitPatchPoint()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp475 Inst->tieOperands(DefRegIdx, Inst->getNumOperands() - 1); in lowerInlineAsm()
DUtils.cpp192 I.tieOperands(DefIdx, OpI); in constrainSelectedInstRegOperands()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1179 MI->tieOperands(Def++, Use); in EmitMachineNode()
1346 MIB->tieOperands(DefIdx + j, UseIdx + j); in EmitSpecialNode()
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp532 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp585 MI.tieOperands(0, 1); in ExpandMI()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp783 MI.tieOperands(1, 3); in createScratchRegisterForInstruction()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineInstr.h1563 void tieOperands(unsigned DefIdx, unsigned UseIdx);
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp523 DefI->tieOperands(DefIdx, DefI->getNumOperands()-1); in updateDeadsInRange()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1702 MI.tieOperands(TiedPair.first, TiedPair.second); in assignRegisterTies()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2406 NewMI->tieOperands(0, NewMI->getNumOperands() - 1); in optimizeSelect()
DARMISelLowering.cpp12278 MI.tieOperands(DefIdx, i); in AdjustInstrPostInstrSelection()