HomeSort by relevance Sort by last modified time
    Searched full:volatiles (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/net/disk_cache/blockfile/
file_lock.cc 13 // VS uses memory barrier semantics for volatiles.
  /external/llvm/test/CodeGen/X86/
2008-06-13-NotVolatileLoadStore.ll 4 ; These transforms are turned off for load volatiles and stores.
  /external/llvm/test/Transforms/Mem2Reg/
2007-08-27-VolatileLoadsStores.ll 3 ; Don't promote load volatiles/stores. This is really needed to handle setjmp/lonjmp properly.
  /external/clang/test/SemaCXX/
const-cast.cpp 24 // Cast away deep consts and volatiles.
cstyle-cast.cpp 27 // Cast away deep consts and volatiles.
functional-cast.cpp 56 // Cast away deep consts and volatiles.
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.td 226 // Allocate volatiles first
242 // Allocate volatiles first, then non-volatiles in reverse order. With the SVR4
246 // previous stack frame. By allocating non-volatiles in reverse order we make
  /external/llvm/test/Transforms/TailCallElim/
dont_reorder_load.ll 49 ; order in which the load volatiles are performed.
  /external/llvm/test/Transforms/Sink/
basic.ll 24 ; But don't sink load volatiles...
  /external/qemu/include/qemu/
atomic.h 137 * this would be slower for typical programs using volatiles in which
  /external/libcxxabi/include/mach-o/
compact_unwind_encoding.h 377 // are saved changes within a function (e.g. delay saving non-volatiles until
380 // different compact unwind encodings that correspond to the non-volatiles
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
compact_unwind_encoding.h 377 // are saved changes within a function (e.g. delay saving non-volatiles until
380 // different compact unwind encodings that correspond to the non-volatiles
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
package-info.java 68 * follow the rules for volatiles, as stated in
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 947 void *volatiles; /* Obsolete */ member in struct:_xmlSchema
  /external/libxml2/include/libxml/
schemasInternals.h 947 void *volatiles; /* Obsolete */ member in struct:_xmlSchema
  /external/llvm/test/CodeGen/AArch64/
ldst-unsignedimm.ll 69 ; No architectural support for load volatiles to 16-bit promote i16 during
  /external/chromium_org/native_client_sdk/src/doc/reference/
pnacl-c-cpp-language-support.rst 136 along the above guidelines. This orders ``volatiles`` according to the
  /external/chromium_org/native_client_sdk/doc_generated/reference/
pnacl-c-cpp-language-support.html 140 along the above guidelines. This orders <code>volatiles</code> according to the
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 184 /// callee-saved registers only after all the volatiles are used. The
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 55 static cl::opt<bool> PacketizeVolatiles("hexagon-packetize-volatiles",
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 455 * All user control parameters are declared as volatiles so that
    [all...]
ForkJoinPool.java 476 * they must accumulate sets of consistent reads of volatiles held
585 * volatiles/atomics provided by Unsafe. Insertions must in
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]

Completed in 3141 milliseconds

1 2