Home
last modified time | relevance | path

Searched refs:findTiedOperandIdx (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1568 unsigned findTiedOperandIdx(unsigned OpIdx) const;
1580 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1593 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
1865 getOperand(findTiedOperandIdx(OpIdx)).TiedTo = 0;
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp253 unsigned TiedIdx = MI->findTiedOperandIdx(OperandNo); in rewriteOperands()
H A DFixupStatepointCallerSaved.cpp491 if (MI.getOperand(MI.findTiedOperandIdx(I)).isUndef()) { in rewriteStatepoint()
H A DMachineInstr.cpp1134 unsigned MachineInstr::findTiedOperandIdx(unsigned OpIdx) const { in findTiedOperandIdx() function in MachineInstr
1507 int TiedIdx = Operand.isTied() ? int(findTiedOperandIdx(I)) : -1; in hasComplexRegisterTies()
1613 return findTiedOperandIdx(OpIdx); in print()
H A DMachineVerifier.cpp2028 else if (unsigned(TiedTo) != MI->findTiedOperandIdx(MONum)) in visitMachineOperand()
2069 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand()
2075 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()
H A DMIRPrinter.cpp918 TiedOperandIdx = Op.getParent()->findTiedOperandIdx(OpIdx); in print()
H A DRegAllocFast.cpp1152 unsigned TiedIdx = MI.findTiedOperandIdx(Idx); in allocateInstruction()
H A DInlineSpiller.cpp889 unsigned Tied = MI->findTiedOperandIdx(Idx); in foldMemoryOperand()
H A DSplitKit.cpp1369 unsigned DefOpIdx = MI->findTiedOperandIdx(OpIdx); in rewriteAssigned()
H A DTargetLoweringBase.cpp1204 TiedTo = MI->findTiedOperandIdx(i); in emitPatchPoint()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp380 auto TiedIdx = MI.findTiedOperandIdx(DstIdx); in convertToSDWA()
1113 auto TiedIdx = MI.findTiedOperandIdx(PreserveDstIdx); in convertToSDWA()
H A DSIInstrInfo.cpp4327 MI.getOperand(MI.findTiedOperandIdx(DstIdx)); in verifyInstruction()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1690 if (MI.findTiedOperandIdx(0) != OpIdx) { in verifyInstruction()