Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:SelIdx

2351       int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]);
2353 SelIdx--;
2354 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp;
2404 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]);
2407 SelIdx--;
2410 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp;