Searched refs:ops (Results 251 - 275 of 279) sorted by relevance

<<1112

/freebsd-13-stable/sys/dev/xen/gntdev/
H A Dgntdev.c765 (mem->un_pager.devp.ops != &gntdev_gmap_pg_ops)) {
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c1214 uverbs_dev->cdev.ops = device->mmap ? &uverbs_mmap_fops : &uverbs_fops;
/freebsd-13-stable/sys/dev/ice/
H A Dice_switch.c2246 cmd->ops.cmd.res = CPU_TO_LE16(((res_type << ICE_AQC_RES_TYPE_S) &
2249 cmd->ops.cmd.first_desc = CPU_TO_LE16(*desc_id);
2253 *desc_id = LE16_TO_CPU(cmd->ops.resp.next_desc);
H A Dice_adminq_cmd.h410 } ops; member in struct:ice_aqc_get_allocd_res_desc
730 /* ops: add switch rules, referring the number of rules.
731 * ops: update switch rules, referring the number of filters
732 * ops: remove switch rules, referring the entry index.
733 * ops: get switch rules, referring to the number of filters.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp86 STATISTIC(NumFPLogicOpsConv, "Number of logic ops converted to fp ops");
860 for (const SDValue &Op : N->ops())
2171 // fold vector ops
2430 // fold vector ops
3056 // fold vector ops
3382 // fold vector ops
3541 // fold vector ops
3618 // having the target set a limit on number of ops and making a
3841 // fold vector ops
[all...]
H A DSelectionDAG.cpp661 AddNodeIDOperands(ID, N->ops());
3537 if (llvm::all_of(Val->ops(), [BitWidth](SDValue E) {
3729 // Logical binary ops preserve the number of sign bits at the worst.
4963 "Can't fold vectors ops with scalar operands");
6022 // Expand memcpy to a series of load and store ops if the size operand falls
6209 // Expand memmove to a series of load and store ops if the size operand falls
6315 // Expand memset to a series of load/store ops if the size operand
8684 for (auto &Op : N->ops()) {
8727 for (auto &Op : N->ops()) {
9264 if (is_contained((*this)->ops(), Des
[all...]
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c1331 KASSERT(lf->ops->cls == (kobj_class_t)&link_elf_class,
H A Dsystrace_args.c303 iarg[1] = p->ops; /* int */
/freebsd-13-stable/sys/vm/
H A Dvm_object.c290 kernel_object->un_pager.phys.ops = &default_phys_pg_ops;
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h1244 extern HAL_BOOL ar9300_ant_swcom_sel(struct ath_hal *ah, u_int8_t ops,
H A Dar9300_eeprom.c1583 HAL_BOOL ar9300_ant_swcom_sel(struct ath_hal *ah, u_int8_t ops, argument
1604 switch (ops) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c830 * to hold subsequent read() ops until we get back to where we were
1071 delta_window.ops = &delta_op;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h938 ArrayRef<SDUse> ops() const { return makeArrayRef(op_begin(), op_end()); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1457 for (SDValue Op : S->ops()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1303 for (SDValue Op : StoredVal->ops())
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzio.c3860 vdev_ops_t *ops = vd ? vd->vdev_ops : &vdev_mirror_ops; local
3896 ops->vdev_op_io_done(zio);
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.c3900 ret = hw->phy.ops.acquire(hw);
3917 hw->phy.ops.release(hw);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp80 "Number of logical ops on i1 values calculated in GPR.");
5568 for (const SDValue &O : V.getNode()->ops()) {
6500 for (const SDValue &V : PN->ops()) {
/freebsd-13-stable/sys/net/
H A Diflib.c4879 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL,
4888 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL,
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c1849 pi->phy.ops->power_down(&pi->phy, 1);
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c306 iarg[1] = p->ops; /* int */
/freebsd-13-stable/sys/sys/
H A Dsysproto.h195 char ops_l_[PADL_(int)]; int ops; char ops_r_[PADR_(int)]; member in struct:ktrace_args
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp531 // These might be better off as horizontal vector ops.
1065 // These might be better off as horizontal vector ops.
2237 /// For vector ops we check that the overall size isn't larger than our
2311 // NonTemporal vector memory ops must be aligned.
5170 // convert this to shl+add/sub and then still have to type legalize those ops.
5756 Vec->ops().slice(IdxVal, ElemsPerChunk));
5846 // Helper function to collect subvector ops that are concatenated together,
5850 assert(Ops.empty() && "Expected an empty ops vector");
5900 // Split an unary integer op into 2 half sized ops.
5926 /// Break a binary integer operation into 2 half sized ops an
[all...]
H A DX86ISelDAGToDAG.cpp1050 // Widen scalar fp logic ops to vector to reduce isel patterns.
2998 for (SDValue Op : StoredVal->ops())
3929 // Try to match two logic ops to a VPTERNLOG.
4016 // i8 is unshrinkable, i16 should be promoted to i32, and vector ops don't
4029 // implicit zeroing of 32 bit ops. So we should check if the lower 32 bits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1350 for (const SDUse &U : Op->ops())

Completed in 628 milliseconds

<<1112