Home
last modified time | relevance | path

Searched refs:Src1Idx (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp216 int Src1Idx = TII->getOperandIdx(MI, R600::OpName::src1); in runOnMachineFunction() local
217 if (Src1Idx != -1) { in runOnMachineFunction()
218 Src1 = MI.getOperand(Src1Idx).getReg(); in runOnMachineFunction()
DSIFoldOperands.cpp999 int Src1Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1); in tryConstantFoldOp() local
1000 if (Src1Idx == -1) in tryConstantFoldOp()
1005 MachineOperand *Src1 = getImmOrMaterializedImm(MRI, MI->getOperand(Src1Idx)); in tryConstantFoldOp()
1015 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
1037 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
1047 std::swap(Src0Idx, Src1Idx); in tryConstantFoldOp()
1056 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
1060 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
1077 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
1091 MI->RemoveOperand(Src1Idx); in tryConstantFoldOp()
DSIInstrInfo.cpp1676 unsigned Src1Idx) const { in commuteInstructionImpl()
1687 static_cast<int>(Src1Idx) && in commuteInstructionImpl()
1691 MachineOperand &Src1 = MI.getOperand(Src1Idx); in commuteInstructionImpl()
1695 if (isOperandLegal(MI, Src1Idx, &Src0)) { in commuteInstructionImpl()
1698 = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, Src0Idx, Src1Idx); in commuteInstructionImpl()
1706 if (isOperandLegal(MI, Src1Idx, &Src0)) in commuteInstructionImpl()
1742 int Src1Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1); in findCommutedOpIndices() local
1743 if (Src1Idx == -1) in findCommutedOpIndices()
1746 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()
3209 int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in verifyInstruction() local
[all …]
DSIFixSGPRCopies.cpp702 int Src1Idx = in runOnMachineFunction() local
705 MachineOperand &Src1 = MI.getOperand(Src1Idx); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2836 const int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in validateConstantBusLimitations() local
2839 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateConstantBusLimitations()
2903 const int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in validateEarlyClobberLimitations() local
2911 const int SrcIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateEarlyClobberLimitations()
3264 const int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in validateLdsDirect() local
3267 const int SrcIndices[] = { Src1Idx, Src2Idx }; in validateLdsDirect()
3345 const int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in validateSOPLiteral() local
3347 const int OpIndices[] = { Src0Idx, Src1Idx }; in validateSOPLiteral()
3402 const int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in validateVOP3Literal() local
3405 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateVOP3Literal()