HomeSort by relevance Sort by last modified time
    Searched full:accesses (Results 101 - 125 of 2582) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
251 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
247 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
247 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
247 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
251 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
251 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
251 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
251 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /art/test/628-vdex/src/
Main.java 25 // The call and field accesses will be quickened.
  /art/test/674-vdex-uncompress/src/
Main.java 25 // The call and field accesses will be quickened.
  /art/tools/
asan.sh 20 # memory accesses (found in logcat)
  /dalvik/dx/src/com/android/dx/io/
IndexType.java 56 /** direct field offset (for static linked field accesses) */
  /device/google/marlin/sepolicy/
rild.te 36 # rild no longer directly accesses the radio app's data type.
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/drivers/memctrl/
memctrl_v1.c 28 * Setup the Memory controller to allow only secure accesses to
84 * Setup the Memory controller to allow only secure accesses to
138 * Setup the Memory controller to restrict CPU accesses to the Video
186 * path to IRAM. In this mode, accesses to a programmed memory address aperture
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
py_compile.py 29 type name can be accesses as class variable
33 can be accesses as class variable 'exc_value'
36 can be accesses as class variable 'file'
41 message (or default) can be accesses as class variable 'msg'
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EblNetworkLib.h 2 Abstractions for Ebl network accesses.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
Spi.h 44 /// as it uses EDKII Glue Lib to do IO accesses
  /external/autotest/client/site_tests/hardware_StorageFio/
control 21 NOTE: If autoupdate or another program accesses the spare root partition
control.hwqual 21 NOTE: If autoupdate or another program accesses the spare root partition
control.quicktest 21 NOTE: If autoupdate or another program accesses the spare root partition
  /external/boringssl/src/util/fipstools/testdata/x86_64-GOTRewrite/
in.s 9 # Test that GOTPCREL accesses get translated. They are handled
  /external/clang/test/CodeGen/
arm-vaarg-align.c 5 * Check that va_arg accesses stack according to ABI alignment
  /external/compiler-rt/test/tsan/
mop1.c 4 // We want to establish the following sequence of accesses to X:
  /external/javassist/src/main/javassist/tools/reflect/
package.html 8 accesses on a regular Java object. It provides a class
  /external/llvm/include/llvm/Transforms/Scalar/
SROA.h 44 /// a single scalar data type. It will split up memcpy and memset accesses
45 /// as necessary and try to isolate individual scalar accesses.
46 /// 2) It will transform accesses into forms which are suitable for SSA value
50 /// 3) Finally, this will try to detect a pattern of accesses which map cleanly

Completed in 3532 milliseconds

1 2 3 45 6 7 8 91011>>