Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1039 unsigned findTiedOperandIdx(unsigned OpIdx) const;
1051 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1064 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
1243 getOperand(findTiedOperandIdx(OpIdx)).TiedTo = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1360 unsigned findTiedOperandIdx(unsigned OpIdx) const;
1372 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1385 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
1646 getOperand(findTiedOperandIdx(OpIdx)).TiedTo = 0;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1472 unsigned findTiedOperandIdx(unsigned OpIdx) const;
1484 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1497 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
1762 getOperand(findTiedOperandIdx(OpIdx)).TiedTo = 0;
/external/llvm-project/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp253 unsigned TiedIdx = MI->findTiedOperandIdx(OperandNo); in rewriteOperands()
DMachineInstr.cpp1121 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()
DMachineVerifier.cpp1699 else if (unsigned(TiedTo) != MI->findTiedOperandIdx(MONum)) in visitMachineOperand()
1727 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand()
1733 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()
DMIRPrinter.cpp875 TiedOperandIdx = Op.getParent()->findTiedOperandIdx(OpIdx); in print()
DTargetLoweringBase.cpp1173 TiedTo = MI->findTiedOperandIdx(i); in emitPatchPoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp253 unsigned TiedIdx = MI->findTiedOperandIdx(OperandNo); in rewriteOperands()
DMachineInstr.cpp1075 unsigned MachineInstr::findTiedOperandIdx(unsigned OpIdx) const { in findTiedOperandIdx() function in MachineInstr
1416 int TiedIdx = Operand.isTied() ? int(findTiedOperandIdx(I)) : -1; in hasComplexRegisterTies()
1492 return findTiedOperandIdx(OpIdx); in print()
DMachineVerifier.cpp1623 else if (unsigned(TiedTo) != MI->findTiedOperandIdx(MONum)) in visitMachineOperand()
1651 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand()
1657 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()
DMIRPrinter.cpp857 TiedOperandIdx = Op.getParent()->findTiedOperandIdx(OpIdx); in print()
DRegAllocFast.cpp929 << ") is tied to operand " << MI.findTiedOperandIdx(I) in handleThroughOperands()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp533 int TiedIdx = Operand.isTied() ? int(MI.findTiedOperandIdx(I)) : -1; in hasComplexRegisterTies()
778 OS << "(tied-def " << Op.getParent()->findTiedOperandIdx(I) << ")"; in print()
DMachineVerifier.cpp922 else if (unsigned(TiedTo) != MI->findTiedOperandIdx(MONum)) in visitMachineOperand()
942 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand()
948 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()
DMachineInstr.cpp1424 unsigned MachineInstr::findTiedOperandIdx(unsigned OpIdx) const { in findTiedOperandIdx() function in MachineInstr
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp405 auto TiedIdx = MI.findTiedOperandIdx(DstIdx); in convertToSDWA()
1149 auto TiedIdx = MI.findTiedOperandIdx(PreserveDstIdx); in convertToSDWA()
DSIInstrInfo.cpp3836 MI.getOperand(MI.findTiedOperandIdx(DstIdx)); in verifyInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp405 auto TiedIdx = MI.findTiedOperandIdx(DstIdx); in convertToSDWA()
1136 auto TiedIdx = MI.findTiedOperandIdx(PreserveDstIdx); in convertToSDWA()
DSIInstrInfo.cpp3386 MI.getOperand(MI.findTiedOperandIdx(DstIdx)); in verifyInstruction()