• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:Src0Idx

952   int Src0Idx =  in commuteInstructionImpl()  local
954 MachineOperand &Src0 = MI.getOperand(Src0Idx); in commuteInstructionImpl()
961 if ((OpIdx0 != static_cast<unsigned>(Src0Idx) || in commuteInstructionImpl()
964 OpIdx1 != static_cast<unsigned>(Src0Idx))) in commuteInstructionImpl()
1037 int Src0Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0); in findCommutedOpIndices() local
1038 if (Src0Idx == -1) in findCommutedOpIndices()
1044 if (!MI.getOperand(Src0Idx).isReg()) in findCommutedOpIndices()
1066 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()
1652 int Src0Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src0); in verifyInstruction() local
1726 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction()
1760 const MachineOperand &Src0 = MI.getOperand(Src0Idx); in verifyInstruction()
2065 int Src0Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0); in legalizeOperandsVOP2() local
2066 MachineOperand &Src0 = MI.getOperand(Src0Idx); in legalizeOperandsVOP2()
2069 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2()
2086 int Src0Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0); in legalizeOperandsVOP2() local
2087 MachineOperand &Src0 = MI.getOperand(Src0Idx); in legalizeOperandsVOP2()
3109 int Src0Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0); in getInstSizeInBytes() local
3110 if (Src0Idx == -1) in getInstSizeInBytes()
3113 if (isLiteralConstant(MI.getOperand(Src0Idx), getOpSize(MI, Src0Idx))) in getInstSizeInBytes()