Home
last modified time | relevance | path

Searched refs:Src2Idx (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp454 unsigned PredIdx, DOPIdx, SrcIdx, Src2Idx; in expand_DestructiveOp() local
473 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 2, 3, 4); in expand_DestructiveOp()
476 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 3, 4, 2); in expand_DestructiveOp()
480 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 4, 3, 2); in expand_DestructiveOp()
508 MI.getOperand(DOPIdx).getReg() != MI.getOperand(Src2Idx).getReg()); in expand_DestructiveOp()
601 .add(MI.getOperand(Src2Idx)); in expand_DestructiveOp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp163 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in isInlineConstantIfFolded() local
164 if (static_cast<int>(OpNo) == Src2Idx) { in isInlineConstantIfFolded()
1179 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in tryFoldCndMask() local
1180 if (Src2Idx != -1) in tryFoldCndMask()
1181 MI.RemoveOperand(Src2Idx); in tryFoldCndMask()
DSIInstrInfo.cpp3759 int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in verifyInstruction() local
3898 const int OpIndicies[] = { DstIdx, Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction()
4022 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction()
4092 for (int OpIdx : {Src0Idx, Src1Idx, Src2Idx}) { in verifyInstruction()
4117 const MachineOperand &Src2 = MI.getOperand(Src2Idx); in verifyInstruction()
7191 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in getInstSizeInBytes() local
7192 if (Src2Idx == -1) in getInstSizeInBytes()
7195 if (isLiteralConstantLike(MI.getOperand(Src2Idx), Desc.OpInfo[Src2Idx])) in getInstSizeInBytes()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3265 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in validateConstantBusLimitations() local
3267 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateConstantBusLimitations()
3341 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in validateEarlyClobberLimitations() local
3348 const int SrcIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateEarlyClobberLimitations()
3994 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in validateVOP3Literal() local
3996 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateVOP3Literal()
4011 if (OpIdx == Src2Idx && (Desc.TSFlags & SIInstrFlags::IsMAI) && in validateVOP3Literal()