• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:Src1Idx

958   int Src1Idx =  in commuteInstructionImpl()  local
962 OpIdx1 != static_cast<unsigned>(Src1Idx)) && in commuteInstructionImpl()
963 (OpIdx0 != static_cast<unsigned>(Src1Idx) || in commuteInstructionImpl()
967 MachineOperand &Src1 = MI.getOperand(Src1Idx); in commuteInstructionImpl()
978 if (!isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src0)) in commuteInstructionImpl()
1047 int Src1Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1); in findCommutedOpIndices() local
1048 if (Src1Idx == -1) in findCommutedOpIndices()
1051 MachineOperand &Src1 = MI.getOperand(Src1Idx); in findCommutedOpIndices()
1066 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()
1653 int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in verifyInstruction() local
1726 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction()
1761 const MachineOperand &Src1 = MI.getOperand(Src1Idx); in verifyInstruction()
2054 int Src1Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1); in legalizeOperandsVOP2() local
2055 MachineOperand &Src1 = MI.getOperand(Src1Idx); in legalizeOperandsVOP2()
2074 if (isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src1)) in legalizeOperandsVOP2()
2082 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2()
2095 !isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src0)) { in legalizeOperandsVOP2()
2096 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2()
2102 legalizeOpWithMove(MI, Src1Idx); in legalizeOperandsVOP2()
3116 int Src1Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1); in getInstSizeInBytes() local
3117 if (Src1Idx == -1) in getInstSizeInBytes()
3120 if (isLiteralConstant(MI.getOperand(Src1Idx), getOpSize(MI, Src1Idx))) in getInstSizeInBytes()