Home
last modified time | relevance | path

Searched refs:aliased (Results 1 – 25 of 83) sorted by relevance

1234

/external/wycheproof/
Dbuild_defs.bzl20 # We can't use native.alias, because aliased tests are not run.
47 # We can't use native.alias, because aliased tests are not run.
77 # We can't use native.alias, because aliased tests are not run.
108 # We can't use native.alias, because aliased tests are not run.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
Dgroup-file-parser.rb328 aliased = nil
369 aliased = match( ID, TOKENS_FOLLOWING_ID_IN_member_220 )
371 group.alias_template( name.text, aliased.text )
/external/llvm/test/Transforms/GVN/
Dvolatile-nonvolatile.ll5 ; The loaded address and the location of the address itself are not aliased,
36 ; The loads are ordered and non-monotonic. Although they are not aliased to
D2009-11-12-MemDepMallocBitCast.ll2 ; to aliased memory; GVN should not optimize away the load in this program.
/external/compiler-rt/lib/builtins/arm/
Dsoftfloat-alias.list3 # aliased to the *vfp functions on arm processors
/external/python/cpython2/Lib/
Dplatform.py1530 def platform(aliased=0, terse=0): argument
1549 result = _platform_cache.get((aliased, terse), None)
1558 if aliased:
1607 _platform_cache[(aliased, terse)] = platform
1615 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv) variable
1616 print platform(aliased,terse)
/external/llvm/test/LTO/X86/
Dsymver-asm.ll11 ; contain the aliased symver as well as the original.
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dasm-global-bugfix.ll3 ; aliased.
/external/python/cpython2/Lib/test/
Dtest_platform.py29 for aliased in (False, True):
31 res = platform.platform(aliased, terse)
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
D2009-11-12-MemDepMallocBitCast.ll2 ; to aliased memory; GVN should not optimize away the load in this program.
/external/llvm/test/CodeGen/PowerPC/
Dmcm-9.ll5 ; for loading and storing an aliased external variable.
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt42 aliased, but check at runtime", like speculative execution in
44 -- or an instruction to check whether two values are aliased and
D2000-11-18-EarlyDesignIdeasResp.txt130 > aliased, but check at runtime", like speculative execution in
132 > -- or an instruction to check whether two values are aliased and
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt42 aliased, but check at runtime", like speculative execution in
44 -- or an instruction to check whether two values are aliased and
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcrash-O0.ll9 ; aliased registers (AX and AL) - RegAllocFast does not like that.
/external/llvm/test/CodeGen/AMDGPU/
Dinvariant-load-no-alias-store.ll4 ; pointer may have been loaded from an aliased store, so make sure
/external/python/cpython2/Doc/library/
Dplatform.rst68 .. function:: platform(aliased=0, terse=0)
76 If *aliased* is true, the function will use aliases for various platforms that
157 Returns ``(system, release, version)`` aliased to common marketing names used
/external/llvm/test/CodeGen/X86/
Dcrash-O0.ll9 ; aliased registers (AX and AL) - RegAllocFast does not like that.
/external/llvm/test/Transforms/LICM/
Dvolatile-alias.ll3 ; The objects *p and *q are aliased to each other, but even though *q is
/external/pdfium/third_party/freetype/
D0000-include.patch59 /* them to display normal gray-level anti-aliased glyphs. */
/external/jsoncpp/
DNEWS.txt94 Types Json::Int64 and Json::UInt64 have been added. They are aliased
99 aliased to the largest integer type supported:
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsRegisterInfo.td48 // Mips 64-bit (aliased) FPU Registers
175 /// Mips Double point precision FPU Registers (aliased
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.td53 // Mips 64-bit (aliased) FPU Registers
66 // Mips 128-bit (aliased) MSA Registers
163 /// Mips Double point precision FPU Registers (aliased
/external/llvm/test/MC/Sparc/
Dsparc-fp-instructions.s67 ! make sure we can handle V9 double registers and their aliased quad registers.
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp877 const bool aliased = (flags & TEST_FLAG_ALIASED) != 0; in initProgramsDrawWithUBO() local
880 …const std::string valueExpr = (aliased ? "ivec4(3*(ndx % nonAliasedSize) ^ 127, 0, 0, 0)" : "ive… in initProgramsDrawWithUBO()
900 if (aliased) in initProgramsDrawWithUBO()

1234