Searched refs:Src2Idx (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ExpandPseudoInsts.cpp | 453 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() 510 MI.getOperand(DOPIdx).getReg() != MI.getOperand(Src2Idx).getReg()); in expand_DestructiveOp() 620 .add(MI.getOperand(Src2Idx)); in expand_DestructiveOp()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIFoldOperands.cpp | 1147 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in tryFoldCndMask() local 1148 if (Src2Idx != -1) in tryFoldCndMask() 1149 MI.removeOperand(Src2Idx); in tryFoldCndMask()
|
| D | SIInstrInfo.cpp | 4113 int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in verifyInstruction() local 4119 Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src0Y); in verifyInstruction() 4260 for (int OpIdx : {DstIdx, Src0Idx, Src1Idx, Src2Idx}) { in verifyInstruction() 4395 for (int OpIdx : {Src0Idx, Src1Idx, Src2Idx, Src3Idx}) { in verifyInstruction() 4476 const MachineOperand &Src2 = MI.getOperand(Src2Idx); in verifyInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 3838 const int Src2Idx = getNamedOperandIdx(Opcode, OpName::src2); in validateMAISrc2() local 3839 if (Src2Idx == -1) in validateMAISrc2() 3842 if (Inst.getOperand(Src2Idx).isImm() && isInlineConstant(Inst, Src2Idx)) { in validateMAISrc2() 3859 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in validateMFMA() local 3860 if (Src2Idx == -1) in validateMFMA() 3863 const MCOperand &Src2 = Inst.getOperand(Src2Idx); in validateMFMA()
|