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

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl51 my %Broadcast;
64 $Broadcast{$addr} = $bcast;
76 open PING, "/sbin/ping -n -s 56 -c $MAXHOSTS $Broadcast{$local} |" or
79 if (/bytes from (.*): / and not defined $Broadcast{$1}) {
102 "$Broadcast{$local}\n" if $remote eq "";
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h89 /// \see Predicate::Broadcast()
99 Broadcast(old_value, broadcast_type);
198 /// Broadcast if needed.
211 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { function
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c1473 (struct sockaddr *)&if_addrs[if_addr_size].Broadcast,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1112 if (Instruction *Broadcast = foldInsSequenceIntoSplat(IE))
1113 return Broadcast;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6303 if (auto *Broadcast = getTargetConstantFromNode(Op.getOperand(0))) {
6304 unsigned SrcEltSizeInBits = Broadcast->getType()->getScalarSizeInBits();
6309 if (CollectConstantBits(Broadcast, SrcEltBits[0], UndefSrcElts, 0)) {
8308 SDValue Broadcast = DAG.getNode(Opcode, DL, BroadcastVT, RepeatLoad);
8309 return DAG.getBitcast(VT, Broadcast);
9870 if (SDValue Broadcast = lowerBuildVectorAsBroadcast(BV, Subtarget, DAG))
9871 return Broadcast;
10074 // Broadcast from v2i64/v2f64 and cast to final VT.
13120 if (SDValue Broadcast = lowerShuffleAsBroadcast(DL, MVT::v2f64, V1, V2,
13122 return Broadcast;
[all...]

Completed in 173 milliseconds