Home
last modified time | relevance | path

Searched refs:Src0ModIdx (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp1111 int Src0ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in tryFoldInst() local
1114 (Src0ModIdx == -1 || !MI->getOperand(Src0ModIdx).getImm())) { in tryFoldInst()
1124 if (Src0ModIdx != -1) in tryFoldInst()
1125 MI->RemoveOperand(Src0ModIdx); in tryFoldInst()
DSIInstrInfo.cpp2303 int Src0ModIdx = AMDGPU::getNamedOperandIdx(Opc, in removeModOperands() local
2312 MI.RemoveOperand(Src0ModIdx); in removeModOperands()