Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp411 unsigned PredIdx, DOPIdx, SrcIdx, Src2Idx; in expand_DestructiveOp() local
427 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 2, 3, 4); in expand_DestructiveOp()
430 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 3, 4, 2); in expand_DestructiveOp()
434 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 4, 3, 2); in expand_DestructiveOp()
461 MI.getOperand(DOPIdx).getReg() != MI.getOperand(Src2Idx).getReg()); in expand_DestructiveOp()
549 .add(MI.getOperand(Src2Idx)); in expand_DestructiveOp()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp162 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in isInlineConstantIfFolded() local
163 if (static_cast<int>(OpNo) == Src2Idx) { in isInlineConstantIfFolded()
1178 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in tryFoldCndMask() local
1179 if (Src2Idx != -1) in tryFoldCndMask()
1180 MI.RemoveOperand(Src2Idx); in tryFoldCndMask()
H A DSIInstrInfo.cpp3706 int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in verifyInstruction() local
3845 const int OpIndicies[] = { DstIdx, Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction()
3969 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction()
4039 for (int OpIdx : {Src0Idx, Src1Idx, Src2Idx}) { in verifyInstruction()
4064 const MachineOperand &Src2 = MI.getOperand(Src2Idx); in verifyInstruction()
7122 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in getInstSizeInBytes() local
7123 if (Src2Idx == -1) in getInstSizeInBytes()
7126 if (isLiteralConstantLike(MI.getOperand(Src2Idx), Desc.OpInfo[Src2Idx])) in getInstSizeInBytes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3261 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in validateConstantBusLimitations() local
3263 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateConstantBusLimitations()
3337 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in validateEarlyClobberLimitations() local
3344 const int SrcIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateEarlyClobberLimitations()
3986 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in validateVOP3Literal() local
3988 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateVOP3Literal()
4003 if (OpIdx == Src2Idx && (Desc.TSFlags & SIInstrFlags::IsMAI) && in validateVOP3Literal()