Searched refs:SelIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2256 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); local
2258 SelIdx--;
2259 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp;
2295 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); local
2298 SelIdx--;
2301 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp;

Completed in 79 milliseconds