Searched refs:aliased (Results 1 – 25 of 62) sorted by relevance
123
/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/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/ |
D | asm-global-bugfix.ll | 3 ; aliased.
|
/external/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/llvm/test/CodeGen/PowerPC/ |
D | mcm-9.ll | 5 ; for loading and storing an aliased external variable.
|
/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/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILBase.td | 48 "assert that all kernel argument pointers are not aliased">;
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-sched.txt | 24 was recorded (aliased to 'perf script' for now).
|
/external/llvm/test/CodeGen/X86/ |
D | crash-O0.ll | 9 ; aliased registers (AX and AL) - RegAllocFast does not like that.
|
/external/v8/test/webkit/ |
D | dfg-arguments-mixed-alias-expected.txt | 24 Tests functions that use 'arguments' in both an aliased and a non-aliased way.
|
D | webkit.status | 49 'function-apply-aliased': [SKIP],
|
D | dfg-arguments-osr-exit-multiple-blocks-expected.txt | 24 Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in …
|
D | dfg-arguments-alias-expected.txt | 24 Tests aliased uses of 'arguments'.
|
D | dfg-arguments-osr-exit-expected.txt | 24 Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit.
|
D | dfg-arguments-cross-code-origin-expected.txt | 24 Tests uses of 'arguments' that are aliased but span code origins.
|
D | dfg-arguments-alias-escape-expected.txt | 24 Tests aliased uses of 'arguments' that escape.
|
D | dfg-arguments-osr-exit-multiple-blocks-before-exit-expected.txt | 24 Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in …
|
D | dfg-arguments-unexpected-escape-expected.txt | 24 Tests aliased uses of 'arguments' that have an unexpected escape.
|
/external/jsoncpp/ |
D | NEWS.txt | 62 Types Json::Int64 and Json::UInt64 have been added. They are aliased 67 aliased to the largest integer type supported:
|
/external/llvm/test/Transforms/LICM/ |
D | volatile-alias.ll | 2 ; The objects *p and *q are aliased to each other, but even though *q is
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMMemory.cpp | 346 mach_vm_size_t aliased = 0; in GetMemorySizes() local 435 rprvt += aliased; in GetMemorySizes()
|
/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.
|
123