Searched refs:store (Results 251 - 275 of 315) sorted by relevance

<<111213

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp315 /// Does a store of the given IR type modify the full expected width?
330 // For scalars and complexes, check whether the store size of the
380 // This basic block is used to hold the store instruction if the operation
1611 // Okay, store the rvalue in.
1664 // Do the atomic store.
1968 /// Emit a store to an l-value of atomic type.
2015 // Do the atomic store.
2020 llvm::StoreInst *store = Builder.CreateStore(intValue, addr); local
2028 store->setAtomic(AO);
2032 store
[all...]
H A DCGCleanup.cpp304 auto store = new llvm::StoreInst(value, addr.getPointer(), beforeInst); local
305 store->setAlignment(addr.getAlignment().getAsAlign());
786 // If there's a fallthrough, we need to store the cleanup
833 // Clean up the possibly dead store to the cleanup dest slot.
/freebsd-13-stable/contrib/kyua/cli/
H A Dcommon_test.cpp40 #include "store/layout.hpp"
59 namespace layout = store::layout;
234 atf::utils::create_file("homedir/.kyua/store.db", "fake store");
236 ATF_REQUIRE_EQ(fs::path("homedir/.kyua/store.db").to_absolute(),
281 atf::utils::create_file("homedir/.kyua/store.db", "fake store");
283 ATF_REQUIRE_EQ(fs::path("homedir/.kyua/store.db").to_absolute(),
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrb5.h481 krb5_error_code (KRB5_CALLCONV * store)(krb5_context, krb5_ccache, krb5_creds*); member in struct:krb5_cc_ops
/freebsd-13-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h88 CK_PR_FENCE(store, "sfence")
95 * Provides load-store and store-store ordering. However, Intel specifies that
104 * Provides load-load and load-store ordering. The lfence instruction ensures
138 * Atomic fetch-and-store operations.
243 * Atomic store-to-memory operations.
317 * Atomic store-only unary operations.
375 * Atomic store-only binary operations.
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl66 $ST="stx"; # store to memory
92 $ST="st"; # store to memory
528 std %f0, [%o0 + 0x00] ! store context
621 st %f0, [%o0 + 0x00] ! store context
H A Dkeccak1600-c64x.pl479 STW A$A[0][0],*A2++[2] ; store A[5][5]
688 STW A$A[0][0],*A2++[2] ; store A[5][5]
/freebsd-13-stable/secure/lib/libcrypto/
H A DMakefile358 # store
410 INCS+= ssl3.h sslerr.h stack.h store.h storeerr.h symhacks.h tls1.h ts.h
533 ${LCRYPTO_SRC}/crypto/store \
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql29 -- \file store/schema_v3.sql
H A Dmigrate_v1_v2.sql29 -- \file store/v1-to-v2.sql
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h1023 // For non-default load/store
1026 #define KMP_ATOMIC_ST_REL(p, v) KMP_ATOMIC_OP(store, p, v, release)
1027 #define KMP_ATOMIC_ST_RLX(p, v) KMP_ATOMIC_OP(store, p, v, relaxed)
/freebsd-13-stable/share/mk/
H A Dbsd.dep.mk35 # Make the dependencies for the source files, and store
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql169 texts. Stored in a column to allow storing them in the pristine store */
172 pristine store? Can't we just parse the checksums from
370 For a (new) move, we need to store or deduce the copyfrom local-relpath;
/freebsd-13-stable/sys/vm/
H A Dvm_page.c188 static int vm_page_zone_import(void *arg, void **store, int cnt, int domain,
190 static void vm_page_zone_release(void *arg, void **store, int cnt);
1374 * This is intended to be used when reading a page from backing store fails.
1903 * the backing store from A to B and we can't have a conflict.
2500 vm_page_zone_import(void *arg, void **store, int cnt, int domain, int flags) argument
2511 * main purpose is to replenish the store of free pages.
2519 (vm_page_t *)store);
2528 vm_page_zone_release(void *arg, void **store, int cnt) argument
2539 m = (vm_page_t)store[i];
3979 * Use a release store whe
[all...]
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf1298 [pristine-store-test]
1302 sources = pristine-store-test.c utils.c
1595 conflict-data-test db-test pristine-store-test entries-compat-test
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c3280 * the ex_data of SSL_CTX, thus the ex_data store can only be removed
4323 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) argument
4326 ctx->cert_store = store;
4329 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store) argument
4331 if (store != NULL)
4332 X509_STORE_up_ref(store);
4333 SSL_CTX_set_cert_store(ctx, store);
5421 * We store the raw ciphers list in SSLv3+ format so we need to do some
5424 * slightly over allocate because we won't store those. But that isn't a
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp369 // We need to synthesize a store for this variable, because otherwise
393 LLDB_LOG(log, "Synthesized result store \"{0}\"\n",
1314 // conservatively believe that this is a store
1516 if (StoreInst *store = dyn_cast<StoreInst>(&inst))
1517 if (isGuardVariableRef(store->getPointerOperand()))
/freebsd-13-stable/sys/netinet/
H A Dsctp_pcb.c3133 union sctp_sockstore store; local
3135 memset(&store, 0, sizeof(store));
3139 memcpy(&store.sin, addr, sizeof(struct sockaddr_in));
3140 store.sin.sin_port = 0;
3145 memcpy(&store.sin6, addr, sizeof(struct sockaddr_in6));
3146 store.sin6.sin6_port = 0;
3164 ifa = sctp_find_ifa_by_addr(&store.sa,
/freebsd-13-stable/contrib/unbound/services/
H A Doutside_network.c967 rbtree_type store; local
968 store = pend->reuse.tree_by_id;
974 reuse_cb_readwait_for_failure(&store, error);
975 reuse_del_readwait(&store);
2138 /* allocate space to store query */
2174 /* store query in tree by id */
2175 verbose(VERB_CLIENT, "pending_tcp_query: reuse, store");
2685 * use secondary buffer to store the query.
2755 /* only store noEDNS in cache if domain is noDNSSEC */
2778 /* only store i
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c642 if (packet->payload.pwrx.store)
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-packet.c436 pfix->packet[0].payload.pwrx.store = 1;
/freebsd-13-stable/crypto/openssl/crypto/store/
H A Dloader_file.c24 #include <openssl/store.h>
31 #include "crypto/store.h"
/freebsd-13-stable/contrib/expat/xmlwf/
H A Dxmlwf.c422 const char *errorMessage = "Unable to store NOTATION for output\n";
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c139 * they may change is in sysfs store. They won't have immediate effect anyway
264 .store = &ttm_pool_store,
739 /* store already allocated pages in the pool after
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp889 INSTKEYWORD(store, Store);

Completed in 485 milliseconds

<<111213