Searched refs:Src2Idx (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 135 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in isInlineConstantIfFolded() local 136 if (static_cast<int>(OpNo) == Src2Idx) { in isInlineConstantIfFolded() 642 int Src2Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src2); in tryFoldInst() local 643 if (Src2Idx != -1) in tryFoldInst() 644 MI->RemoveOperand(Src2Idx); in tryFoldInst()
|
D | SIInstrInfo.cpp | 2623 int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in verifyInstruction() local 2728 const int OpIndicies[] = { DstIdx, Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction() 2815 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction() 2858 const MachineOperand &Src2 = MI.getOperand(Src2Idx); in verifyInstruction()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 1654 int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in verifyInstruction() local 1726 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction() 1762 const MachineOperand &Src2 = MI.getOperand(Src2Idx); in verifyInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 2296 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in validateConstantBusLimitations() local 2298 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateConstantBusLimitations() 2341 const int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2); in validateEarlyClobberLimitations() local 2348 const int SrcIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in validateEarlyClobberLimitations()
|