HomeSort by: relevance | last modified time | path
    Searched defs:UseOpIdx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineVerifier.cpp 1763 unsigned UseOpIdx;
1764 if (!MI->isRegTiedToUseOperand(Idx, &UseOpIdx)) {
1768 if (UseOpIdx < FirstGCPtrIdx || UseOpIdx > LastGCPtrIdx) {
RegisterCoalescer.cpp 836 unsigned UseOpIdx;
837 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
840 // FIXME: The code below tries to commute 'UseOpIdx' operand with some other
850 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx))
884 TII->commuteInstruction(*DefMI, false, UseOpIdx, NewDstIdx);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 4150 unsigned UseOpIdx;
4151 if (!MI.isRegTiedToUseOperand(StaticNumOps, &UseOpIdx) ||
4152 UseOpIdx != StaticNumOps + 1) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 6519 unsigned UseOpIdx;
6520 if (!ForceTailAgnostic && MI.isRegTiedToUseOperand(0, &UseOpIdx)) {
6523 const MachineOperand &UseMO = MI.getOperand(UseOpIdx);

Completed in 40 milliseconds