Home
last modified time | relevance | path

Searched refs:Src1ModIdx (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.cpp1110 int Src1ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1_modifiers); in tryFoldInst() local
1113 (Src1ModIdx == -1 || !MI->getOperand(Src1ModIdx).getImm()) && in tryFoldInst()
1122 if (Src1ModIdx != -1) in tryFoldInst()
1123 MI->RemoveOperand(Src1ModIdx); in tryFoldInst()
DSIInstrInfo.cpp2305 int Src1ModIdx = AMDGPU::getNamedOperandIdx(Opc, in removeModOperands() local
2311 MI.RemoveOperand(Src1ModIdx); in removeModOperands()