Searched refs:loads (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc64 // the processor as loads. If the page has no read permissions,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp615 /// 1 for loads, 0 for stores. (see comment in SUList)
754 // on it, stores and loads kept separately. Two SUs are trivially
769 // These do not depend on one other (or normal loads or stores), but
941 // An unknown store depends on all stores and loads.
956 // Add dependencies to previous stores and loads mapped to V.
969 // The store may have dependencies to unanalyzable loads and
1046 Value2SUsMap &loads, unsigned N) {
1048 dbgs() << "Loading SUnits:\n"; loads.dump());
1052 NodeNums.reserve(stores.size() + loads.size());
1056 for (auto &I : loads)
1045 reduceHugeMemNodeMaps(Value2SUsMap &stores, Value2SUsMap &loads, unsigned N) argument
[all...]
H A DMachineVerifier.cpp1015 // Generic loads and stores must have a single MachineMemOperand
1831 bool loads = MI->mayLoad(); local
1835 if (stores && loads) {
1845 loads = false;
1850 if (loads == stores)
1853 if (loads && !LI.liveAt(Idx.getRegSlot(true))) {
1854 report("Instruction loads from dead spill slot", MO, MONum);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h202 Value2SUsMap &loads, unsigned N);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp301 // Number of memory operations, loads, solo loads, stores, solo stores, single
303 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; local
342 ++loads;
368 ++loads;
380 ++loads;
439 if (loads == 1 && loads == memory && memops == 0)
448 // Slot1 only loads
454 else if (loads >
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c123 l_ulong loads[3]; /* 1, 5, and 15 minute load averages */ member in struct:l_sysinfo
163 sysinfo.loads[i] = averunnable.ldavg[i] *
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_drv.c1105 " @%p pci%d:%d:%d refs %d flags %x loads %lu unloads %lu\n",
1109 ctx->loads, ctx->unloads);
H A Dintel_dmar.h128 u_long loads; /* atomic updates, for stat only */ member in struct:dmar_ctx
H A Dbusdma_dmar.c593 atomic_add_long(&ctx->loads, 1);
/freebsd-11-stable/contrib/libucl/python/tests/
H A Dtest_validation.py28 data = json.loads(json_remove_comments(f.read()))
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl163 wr %g0,$ASI_FL16_P,%asi ! setup %asi for 16-bit FP loads
/freebsd-11-stable/contrib/gcc/
H A Dgcse.c438 anything except itself. (i.e., loads and stores to a single location).
441 for the loads). This means all values used to store into memory must have
451 rtx loads; /* INSN list of loads seen. */
1770 redundant loads from due to stores to the same location. */
4087 /* If we found all the parameter loads, then we want to insert
4090 If we did not find all the parameter loads, then we might have
5046 load towards the exit, and we end up with no loads or stores of 'i'
5090 ptr->loads = NULL_RTX;
5107 free_INSN_LIST_list (& ptr->loads);
450 rtx loads; /* INSN list of loads seen. */ member in struct:ls_expr
[all...]

Completed in 169 milliseconds