Home
last modified time | relevance | path

Searched refs:volatiles (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-06-13-NotVolatileLoadStore.ll3 ; These transforms are turned off for load volatiles and stores.
Dmerge-consecutive-loads-512.ll647 ; consecutive loads including any/all volatiles may not be combined
Dmerge-consecutive-loads-256.ll646 ; consecutive loads including any/all volatiles may not be combined
Dmerge-consecutive-loads-128.ll660 ; consecutive loads including any/all volatiles may not be combined
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCRegisterInfo.td277 // Allocate volatiles first
287 // Allocate volatiles first, then non-volatiles in reverse order. With the SVR4
291 // previous stack frame. By allocating non-volatiles in reverse order we make
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td231 // Allocate volatiles first
280 // Allocate volatiles first, then non-volatiles in reverse order. With the SVR4
284 // previous stack frame. By allocating non-volatiles in reverse order we make
/external/llvm/test/Transforms/Mem2Reg/
D2007-08-27-VolatileLoadsStores.ll3 ; Don't promote load volatiles/stores. This is really needed to handle setjmp/lonjmp properly.
/external/llvm/test/Transforms/GVN/
Dvolatile.ll76 ; Does cross block redundancy elimination work with volatiles?
97 ; Does cross block PRE work with volatiles?
Datomic.ll290 ; Can value forward from volatiles
/external/linux-kselftest/tools/testing/selftests/powerpc/math/
Dfpu_asm.S76 # f14-f31 are non volatiles
/external/llvm/test/Transforms/TailCallElim/
Ddont_reorder_load.ll49 ; order in which the load volatiles are performed.
/external/llvm/test/Transforms/Sink/
Dbasic.ll25 ; But don't sink load volatiles...
/external/libxml2/include/libxml/
DschemasInternals.h947 void *volatiles; /* Obsolete */ member
/external/llvm/test/CodeGen/AArch64/
Dldst-unsignedimm.ll69 ; No architectural support for load volatiles to 16-bit promote i16 during
/external/llvm/test/Transforms/EarlyCSE/
Datomics.ll153 ; Can value forward from volatiles
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1131 d volatiles * void *
/external/libxml2/
Dxmlschemas.c4145 if (schema->volatiles != NULL) in xmlSchemaFree()