Home
last modified time | relevance | path

Searched refs:findTiedOperandIdx (Results 1 – 12 of 12) 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-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1127 unsigned findTiedOperandIdx(unsigned OpIdx) const;
1139 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1152 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
1372 getOperand(findTiedOperandIdx(OpIdx)).TiedTo = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp253 unsigned TiedIdx = MI->findTiedOperandIdx(OperandNo); in rewriteOperands()
DMachineInstr.cpp897 unsigned MachineInstr::findTiedOperandIdx(unsigned OpIdx) const { in findTiedOperandIdx() function in MachineInstr
1227 int TiedIdx = Operand.isTied() ? int(findTiedOperandIdx(I)) : -1; in hasComplexRegisterTies()
1303 return findTiedOperandIdx(OpIdx); in print()
DMachineVerifier.cpp1128 else if (unsigned(TiedTo) != MI->findTiedOperandIdx(MONum)) in visitMachineOperand()
1156 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand()
1162 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()
DMIRPrinter.cpp772 TiedOperandIdx = Op.getParent()->findTiedOperandIdx(OpIdx); in print()
DRegAllocFast.cpp771 << ") 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp408 auto TiedIdx = MI.findTiedOperandIdx(DstIdx); in convertToSDWA()
1044 auto TiedIdx = MI.findTiedOperandIdx(PreserveDstIdx); in convertToSDWA()
DSIInstrInfo.cpp2796 MI.getOperand(MI.findTiedOperandIdx(DstIdx)); in verifyInstruction()