HomeSort by relevance Sort by last modified time
    Searched refs:UseOpIdx (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 192 unsigned UseOpIdx,
197 const MachineOperand &UseOp = UseMI->getOperand(UseOpIdx);
257 unsigned RegSeqDstSubReg = UseMI->getOperand(UseOpIdx + 1).getImm();
278 UseDesc.OpInfo[UseOpIdx].RegClass == -1)
283 tryAddToFoldList(FoldList, UseMI, UseOpIdx, &ImmOp, TII);
287 tryAddToFoldList(FoldList, UseMI, UseOpIdx, &OpToFold, TII);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 83 unsigned UseOpIdx,
314 unsigned UseOpIdx,
317 const MachineOperand &UseOp = UseMI->getOperand(UseOpIdx);
345 unsigned RegSeqDstSubReg = UseMI->getOperand(UseOpIdx + 1).getImm();
387 UseDesc.OpInfo[UseOpIdx].RegClass == -1)
392 tryAddToFoldList(FoldList, UseMI, UseOpIdx, &OpToFold, TII);
426 tryAddToFoldList(FoldList, UseMI, UseOpIdx, &ImmOp, TII);
432 tryAddToFoldList(FoldList, UseMI, UseOpIdx, &OpToFold, TII);
    [all...]
SIInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp     [all...]
RegisterCoalescer.cpp 661 unsigned UseOpIdx;
662 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
667 if (Op1 == UseOpIdx)
669 else if (Op2 == UseOpIdx)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 419 /// first tied use operand index by reference is UseOpIdx is not null.
420 bool isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx = 0) const;
425 bool isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx = 0) const;
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 673 unsigned UseOpIdx;
674 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
677 // FIXME: The code below tries to commute 'UseOpIdx' operand with some other
687 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx))
721 TII->commuteInstruction(*DefMI, false, UseOpIdx, NewDstIdx);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterCoalescer.cpp 723 unsigned UseOpIdx;
724 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
727 // FIXME: The code below tries to commute 'UseOpIdx' operand with some other
737 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx))
771 TII->commuteInstruction(*DefMI, false, UseOpIdx, NewDstIdx);
    [all...]

Completed in 1449 milliseconds