Searched refs:aliased (Results 1 – 25 of 74) sorted by relevance
123
/external/wycheproof/ |
D | build_defs.bzl | 20 # 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/ |
D | group-file-parser.rb | 328 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/ |
D | volatile-nonvolatile.ll | 5 ; 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
|
D | 2009-11-12-MemDepMallocBitCast.ll | 2 ; to aliased memory; GVN should not optimize away the load in this program.
|
/external/compiler-rt/lib/builtins/arm/ |
D | softfloat-alias.list | 3 # aliased to the *vfp functions on arm processors
|
/external/llvm/test/LTO/X86/ |
D | symver-asm.ll | 11 ; contain the aliased symver as well as the original.
|
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | asm-global-bugfix.ll | 3 ; aliased.
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2009-11-12-MemDepMallocBitCast.ll | 2 ; to aliased memory; GVN should not optimize away the load in this program.
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 42 aliased, but check at runtime", like speculative execution in 44 -- or an instruction to check whether two values are aliased and
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 130 > aliased, but check at runtime", like speculative execution in 132 > -- or an instruction to check whether two values are aliased and
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 42 aliased, but check at runtime", like speculative execution in 44 -- or an instruction to check whether two values are aliased and
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 130 > aliased, but check at runtime", like speculative execution in 132 > -- or an instruction to check whether two values are aliased and
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mcm-9.ll | 5 ; for loading and storing an aliased external variable.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | crash-O0.ll | 9 ; aliased registers (AX and AL) - RegAllocFast does not like that.
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | invariant-load-no-alias-store.ll | 4 ; pointer may have been loaded from an aliased store, so make sure
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILBase.td | 48 "assert that all kernel argument pointers are not aliased">;
|
/external/llvm/test/CodeGen/X86/ |
D | crash-O0.ll | 9 ; aliased registers (AX and AL) - RegAllocFast does not like that.
|
/external/llvm/test/Transforms/LICM/ |
D | volatile-alias.ll | 3 ; The objects *p and *q are aliased to each other, but even though *q is
|
/external/pdfium/third_party/freetype/ |
D | 0000-include.patch | 59 /* them to display normal gray-level anti-aliased glyphs. */
|
/external/jsoncpp/ |
D | NEWS.txt | 94 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/ |
D | MipsRegisterInfo.td | 48 // Mips 64-bit (aliased) FPU Registers 175 /// Mips Double point precision FPU Registers (aliased
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.td | 53 // 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/ |
D | sparc-fp-instructions.s | 67 ! make sure we can handle V9 double registers and their aliased quad registers.
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 881 const bool aliased = (flags & TEST_FLAG_ALIASED) != 0; in initProgramsDrawWithUBO() local 884 …const std::string valueExpr = (aliased ? "ivec4(3*(ndx % nonAliasedSize) ^ 127, 0, 0, 0)" : "ive… in initProgramsDrawWithUBO() 904 if (aliased) in initProgramsDrawWithUBO()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86RegisterInfo.td | 35 // AL aliases AX if we tell it that AX aliased AL (for example). 146 // MMX Registers. These are actually aliased to ST0 .. ST7
|
123