Searched refs:sge (Results 76 - 99 of 99) sorted by relevance

1234

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h330 struct sge_params sge; member in struct:adapter_params
H A Dt4_msg.h2843 struct ulptx_sge_pair sge[0]; member in struct:ulptx_sgl
2857 struct ulptx_isge sge[0]; member in struct:ulptx_isgl
H A Dt4_hw.c9049 page_shift = adapter->params.sge.page_shift;
9055 ? adapter->params.sge.eq_s_qpp
9056 : adapter->params.sge.iq_s_qpp);
9164 * t4_init_sge_params - initialize adap->params.sge
9172 struct sge_params *sp = &adapter->params.sge;
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_reg.h1462 struct aac_sge_ieee1212 sge[0]; /* variable size */ member in struct:aac_raw_io2
H A Daacraid_cam.c445 cm->cm_sgtable = (struct aac_sg_table *)raw->sge;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp710 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c237 wr = alloc_wrqe(wr_len, &sc->sge.ctrlq[0]);
381 __be64 *flitp = (__be64 *)isglp->sge;
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp901 if (lo.sle(typelo) && hi.sge(typehi))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp321 IMPLEMENT_INTEGER_ICMP(sge,Ty);
322 IMPLEMENT_VECTOR_INTEGER_ICMP(sge,Ty);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h504 return C.sge(*Thr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1896 case ICmpInst::ICMP_SGE: return ConstantInt::get(ResultTy, V1.sge(V2));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp840 C1->isNegative() && C1->sge(-C2->sext(C1->getBitWidth()))) {
H A DInstCombineCompares.cpp2521 // (icmp sgt (sub nsw X, Y), -1) -> (icmp sge X, Y)
2660 // x sgt C-1 <--> x sge C <--> not(x slt C)
3792 // icmp sge (A + -1), Op1 -> icmp sgt A, Op1
3801 // icmp sgt (A + 1), Op1 -> icmp sge A, Op1
3805 // icmp sgt Op0, (C + -1) -> icmp sge Op0, C
3815 // icmp sge Op0, (C + 1) -> icmp sgt Op0, C
5111 if (Op0Min.sge(Op1Max)) // A <s B -> false if min(A) >= max(C)
5140 if (Op0Min.sge(Op1Max)) // A >=s B -> true if min(A) >= max(B)
5338 // icmp sge -> icmp sle
H A DInstCombineSelect.cpp1186 // %new_cmp2 = icmp sge i32 %x, C0-C1
1584 (SPF1 == SPF_SMAX && CB->sge(*CC)))
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c2887 BLOGE(sc, "fp[%02d].sge[0x%04x] has too many pages (%d)! "
2895 bxe_panic(sc, ("sge page count error\n"));
6244 BLOGE(sc, "failed to claim all sge mbufs (%d left)\n",
6249 BLOGE(sc, "failed to claim all sge mbufs (%d left)\n",
6412 struct eth_rx_sge *sge; local
6462 sge = &fp->rx_sge_chain[index];
6463 sge->addr_hi = htole32(U64_HI(segs[0].ds_addr));
6464 sge->addr_lo = htole32(U64_LO(segs[0].ds_addr));
11358 BLOGW(sc, "sge ring threshold limit\n");
14957 snprintf(buf, sizeof(buf), "fp %d sge chai
[all...]
H A Decore_hsi.h6661 uint8_t vmqueue_mode_en_flg /* If set, working in VMQueue mode (always consume one sge) */;
8631 #define FCOE_TCE_TX_WR_RX_RD_CONST_CACHED_SGE (0x3<<5) /* BitField init_flags Num of cached sge (0 - not cached sge) */
8746 struct fcoe_bd_ctx sge[3]; member in struct:common_fcoe_sgl
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c7604 goto sge;
7607 sge:
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1328 struct fw_ri_dsge_pair sge[0]; member in struct:fw_ri_dsgl
1344 struct fw_ri_sge sge[0]; member in struct:fw_ri_isgl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4671 if (ShiftAmt.sge(0) && ShiftAmt.slt(BitWidth)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2697 return CR && CR->getSignedMin().sge(-1ull << Width) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2068 case ISD::SETGE: return getBoolConstant(C1.sge(C2), dl, VT, OpVT);
4800 case ISD::SMAX: return C1.sge(C2) ? C1 : C2;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9766 if (ConstValue.sge(1) && ConstValue.sle(16))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9051 if (K0->getAPIntValue().sge(K1->getAPIntValue()))
9843 // setcc (sext from i1 cc), 0, eq|sge|ule) => not cc => xor cc, -1
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10900 APInt End = A.sge(1) ? (Range.getUpper() - 1) : Range.getLower();

Completed in 902 milliseconds

1234