Home
last modified time | relevance | path

Searched refs:DSE (Results 1 – 25 of 1366) sorted by relevance

12345678910>>...55

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Ddiscrete.h4441 … DSC_SND_ENTRY( NODE_00, special, DSS_NULL , 0, DSE( NODE_NC ), DSE( 0 ) ,nullp…
4442 #define DSE( ... ) { __VA_ARGS__ } macro
4449 … DSC_SND_ENTRY( NODE, dss_constant , DSS_NODE , 1, DSE( NODE_NC ), DSE( CONST ) ,n…
4454 …SC_SND_ENTRY( NODE, dss_input_not , DSS_NODE , 3, DSE( NODE_NC,NODE_NC,NODE_NC ), DSE( 1,…
4534 …SC_SND_ENTRY( NODE, dst_comp_adder , DSS_NODE , 1, DSE( static_cast<int>(DATA) ), DSE( DAT…
4587 … DSC_SND_ENTRY( NODE, CLASS, DST_CUSTOM , 1, DSE( static_cast<int>(IN0) ), DSE( IN0…
4608 … DSC_SND_ENTRY( NODE, dss_nop , DSS_NOP , 0, DSE( 0 ), DSE( 0 ), nullptr,…
4611 …SC_SND_ENTRY( NODE_SPECIAL, dso_csvlog , DSO_CSVLOG , 1, DSE( static_cast<int>(NODE1) ), DSE( NO…
4620 … DSC_SND_ENTRY( NODE_SPECIAL, special , DSO_IMPORT , 0, DSE( 0 ), DSE( 0 ), &(INFO),…
4622 … DSC_SND_ENTRY( NODE_SPECIAL, special , DSO_REPLACE , 0, DSE( 0 ), DSE( 0 ), nullptr,…
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Ddiscrete.h4441 … DSC_SND_ENTRY( NODE_00, special, DSS_NULL , 0, DSE( NODE_NC ), DSE( 0 ) ,nullp…
4442 #define DSE( ... ) { __VA_ARGS__ } macro
4449 … DSC_SND_ENTRY( NODE, dss_constant , DSS_NODE , 1, DSE( NODE_NC ), DSE( CONST ) ,n…
4454 …SC_SND_ENTRY( NODE, dss_input_not , DSS_NODE , 3, DSE( NODE_NC,NODE_NC,NODE_NC ), DSE( 1,…
4534 …SC_SND_ENTRY( NODE, dst_comp_adder , DSS_NODE , 1, DSE( static_cast<int>(DATA) ), DSE( DAT…
4587 … DSC_SND_ENTRY( NODE, CLASS, DST_CUSTOM , 1, DSE( static_cast<int>(IN0) ), DSE( IN0…
4608 … DSC_SND_ENTRY( NODE, dss_nop , DSS_NOP , 0, DSE( 0 ), DSE( 0 ), nullptr,…
4611 …SC_SND_ENTRY( NODE_SPECIAL, dso_csvlog , DSO_CSVLOG , 1, DSE( static_cast<int>(NODE1) ), DSE( NO…
4620 … DSC_SND_ENTRY( NODE_SPECIAL, special , DSO_IMPORT , 0, DSE( 0 ), DSE( 0 ), &(INFO),…
4622 … DSC_SND_ENTRY( NODE_SPECIAL, special , DSO_REPLACE , 0, DSE( 0 ), DSE( 0 ), nullptr,…
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/DeadStoreElimination/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/DeadStoreElimination/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/DeadStoreElimination/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/DeadStoreElimination/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/DeadStoreElimination/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/DeadStoreElimination/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/DeadStoreElimination/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
[all …]
/dports/net-mgmt/observium/observium/mibs/infinera/
H A DINFINERA-ENTITY-DSE-MIB2 -- INFINERA-ENTITY-DSE-MIB
11 INFINERA-ENTITY-DSE-MIB DEFINITIONS ::= BEGIN
34 "This MIB is modeling for DSE equipment table."
47 "This table contains all DSE modules that are currently present in a network element.
56 … "A row in the DSE table. Each row in the table is identified with a unique entPhysicalIndexID.
84 "User provisioned DSE type."
92 "DSE Specrtrum Tilt Offset."
100 "DSE Equalization Control Loop."
108 "DSE Convergence Status."
116 "The row status of this DSE entry.
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/DeadStoreElimination/MSSA/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
89 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
100 ; But DSE is not allowed across a release-acquire pair.
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/DeadStoreElimination/MSSA/
H A Datomic.ll7 ; Note that it turns out essentially every transformation DSE does is legal on
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
78 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
89 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
100 ; But DSE is not allowed across a release-acquire pair.
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Ddse_integration.hpp46 #define DSE_INTEGRATION_TEST(test_case, test_name) INTEGRATION_TEST(DSE, test_case, test_name)
47 #define DSE_INTEGRATION_TEST_F(test_case, test_name) INTEGRATION_TEST_F(DSE, test_case, test_name)
49 INTEGRATION_TYPED_TEST_P(DSE, test_case, test_name)
51 INTEGRATION_DISABLED_TEST_F(DSE, test_case, test_name)
53 INTEGRATION_DISABLED_TYPED_TEST_P(DSE, test_case, test_name)
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/
H A DREADME.md33 Enterprise (DSE) support is now available; using the DSE driver exclusively is no
34 longer required for DSE customers.
36 ### For DSE driver users
44 [download server] as [Kerberos] is utilized in the [DSE features] of this
75 * DSE Features
76 * [DSE authentication]
77 * Plaintext/DSE
80 * [DSE geospatial types]
81 * DSE [proxy authentication][DSE Proxy Authentication] and [proxy execution][DSE Proxy Execution]
82 * [DSE DateRange]
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/topics/dse_features/authentication/
H A DREADME.md3 Clients that require authentication when connecting to a secured DSE cluster
13 /* A DSE cluster using plain-text authentication would use: */
16 /* A DSE cluster using GSSAPI authentication would use: */
27 For example, if a webapp accesses DSE as the 'service' user, but needs to issue some queries as end…
28 a DSE admin would first set up permissions in DSE to allow the 'service' user to execute queries as…
55 For example, if a webapp accesses DSE as the 'service' user, but needs to issue all queries as end …
56 a DSE admin would first set up permissions in DSE to allow the 'service' user to proxy login as 'bo…
62 Then the client authenticates with DSE as follows:
67 /* A DSE cluster using plain-text authentication would use: */
70 /* A DSE cluster using GSSAPI authentication would use: */
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/topics/dse_features/
H A DREADME.md1 # DSE Features
3 * [DSE plaintext and GSSAPI authentication](/dse_features/authentication)
4 * [DSE geospatial types](/dse_features/geotypes/)
/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/aac/elements/
H A DDSE.h21 class DSE
24 DSE() = default;
25 virtual ~DSE() = default;
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/ccm/
H A Dserver_type.hpp30 enum Type { INVALID, CASSANDRA, DSE, DDAC }; enumerator
42 case DSE: in name()
55 case DSE: in to_string()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp39 struct DSE : public FunctionPass { struct
43 DSE() : FunctionPass(ID) {} in DSE() argument
84 char DSE::ID = 0;
85 INITIALIZE_PASS(DSE, "dse", "Dead Store Elimination", false, false);
87 FunctionPass *llvm::createDeadStoreEliminationPass() { return new DSE(); } in createDeadStoreEliminationPass()
185 bool DSE::runOnBasicBlock(BasicBlock &BB) { in runOnBasicBlock()
292 bool DSE::handleFreeWithNonTrivialDependency(const CallInst *F, in handleFreeWithNonTrivialDependency()
319 bool DSE::handleEndBlock(BasicBlock &BB) { in handleEndBlock()
469 bool DSE::RemoveUndeadPointers(Value *killPointer, uint64_t killPointerSize, in RemoveUndeadPointers()
525 void DSE::DeleteDeadInstruction(Instruction *I, in DeleteDeadInstruction()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/dts/
H A Dimx6qdl-mba6.dtsi75 /* DSE = 100, 100k up, SPEED = MED */
78 /* DSE = 111, pull 100k up */
85 /* DSE = 111, pull external */
92 /* HYS = 1, DSE = 111, 100k up, SPEED = HIGH */
152 /* CLK: 47k Pup SPD_LOW DSE 40Ohm SRE_FAST HYS */
154 /* SD2: 47k Pup SPD_LOW DSE 80Ohm SRE_FAST HYS */
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/arm/dts/
H A Dimx6qdl-mba6.dtsi75 /* DSE = 100, 100k up, SPEED = MED */
78 /* DSE = 111, pull 100k up */
85 /* DSE = 111, pull external */
92 /* HYS = 1, DSE = 111, 100k up, SPEED = HIGH */
152 /* CLK: 47k Pup SPD_LOW DSE 40Ohm SRE_FAST HYS */
154 /* SD2: 47k Pup SPD_LOW DSE 80Ohm SRE_FAST HYS */
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/arm/dts/
H A Dimx6qdl-mba6.dtsi75 /* DSE = 100, 100k up, SPEED = MED */
78 /* DSE = 111, pull 100k up */
85 /* DSE = 111, pull external */
92 /* HYS = 1, DSE = 111, 100k up, SPEED = HIGH */
152 /* CLK: 47k Pup SPD_LOW DSE 40Ohm SRE_FAST HYS */
154 /* SD2: 47k Pup SPD_LOW DSE 80Ohm SRE_FAST HYS */

12345678910>>...55