/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 343 static OverwriteResult isOverwrite(const MemoryLocation &Later, in isOverwrite() argument 353 if (Later.Size == MemoryLocation::UnknownSize || in isOverwrite() 358 const Value *P2 = Later.Ptr->stripPointerCasts(); in isOverwrite() 364 if (Later.Size >= Earlier.Size) in isOverwrite() 382 if (ObjectSize == Later.Size && ObjectSize >= Earlier.Size) in isOverwrite() 413 Later.Size >= Earlier.Size && in isOverwrite() 414 uint64_t(EarlierOff - LaterOff) + Earlier.Size <= Later.Size) in isOverwrite() 424 int64_t(LaterOff + Later.Size) >= EarlierOff) { in isOverwrite() 431 << int64_t(LaterOff + Later.Size) << ")\n"); in isOverwrite() 437 int64_t LaterIntStart = LaterOff, LaterIntEnd = LaterOff + Later.Size; in isOverwrite() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 287 static bool isCompleteOverwrite(const AliasAnalysis::Location &Later, in isCompleteOverwrite() argument 291 const Value *P2 = Later.Ptr->stripPointerCasts(); in isCompleteOverwrite() 298 if (Later.Size == AliasAnalysis::UnknownSize || in isCompleteOverwrite() 304 return Later.Ptr->getType() == Earlier.Ptr->getType(); in isCompleteOverwrite() 309 if (Later.Size < Earlier.Size) in isCompleteOverwrite() 316 if (Later.Size == AliasAnalysis::UnknownSize || in isCompleteOverwrite() 318 Later.Size <= Earlier.Size || AA.getTargetData() == 0) in isCompleteOverwrite() 338 if (ObjectSize == Later.Size) in isCompleteOverwrite() 369 uint64_t(EarlierOff - LaterOff) + Earlier.Size <= Later.Size) in isCompleteOverwrite()
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 301 static OverwriteResult isOverwrite(const MemoryLocation &Later, in isOverwrite() argument 309 if (Later.Size == MemoryLocation::UnknownSize || in isOverwrite() 314 const Value *P2 = Later.Ptr->stripPointerCasts(); in isOverwrite() 320 if (Later.Size >= Earlier.Size) in isOverwrite() 338 if (ObjectSize == Later.Size && ObjectSize >= Earlier.Size) in isOverwrite() 369 Later.Size >= Earlier.Size && in isOverwrite() 370 uint64_t(EarlierOff - LaterOff) + Earlier.Size <= Later.Size) in isOverwrite() 380 int64_t(LaterOff + Later.Size) >= EarlierOff) { in isOverwrite() 386 LaterOff << ", " << int64_t(LaterOff + Later.Size) << ")\n"); in isOverwrite() 392 int64_t LaterIntStart = LaterOff, LaterIntEnd = LaterOff + Later.Size; in isOverwrite() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdb-longname-truncation.test | 1 ; For now just verify that this doesn't cause an error. Later we pdbdump can
|
/external/clang/test/SemaCXX/ |
D | cxx98-compat.cpp | 271 void *Table[] = {&&DirectJump, &&Later}; in JumpDiagnostics() 275 Later: // expected-note {{possible target of indirect goto statement}} in JumpDiagnostics()
|
/external/u-boot/board/eets/pdu001/ |
D | Kconfig | 26 default it will be lit red by U-Boot. Later in the start-up
|
/external/u-boot/doc/ |
D | README.commands.spl | 1 The spl command is used to export a boot parameter image to RAM. Later
|
D | README.hwconfig | 8 via the `hwconfig' environment variable. Later we could write
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.0 | 11 Later releases will probably contain kernel patches supporting 4.0
|
/external/iptables/extensions/ |
D | libxt_DNAT.man | 25 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
|
D | libxt_SNAT.man | 26 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
|
/external/perfetto/docs/ |
D | detached-mode.md | 117 ### Start in detached ring-buffer mode. Later stop and save the ring buffer 152 ### Start tracing with a time limit. Later re-attach and wait for the end
|
/external/u-boot/board/qualcomm/dragonboard410c/ |
D | readme.txt | 46 Later on proper device tree is passed to next boot stage.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | load-shift-combine.ll | 5 ; load. Later the pre-increment load is combined with a subsequent SRL to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | load-shift-combine.ll | 5 ; load. Later the pre-increment load is combined with a subsequent SRL to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | global_metadata_windows.ll | 5 ; FIXME: Later we can use this to instrument linkonce odr string literals.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | live-debug-variables.ll | 6 ; scope of each. Later during register allocation the live interval is split
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AddDiscriminators/ |
D | memcpy-discriminator.ll | 35 ; Later on, mem2reg successfully promotes the new alloca slices to registers,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollAndJam.cpp | 599 SmallVector<Value *, 4> &Later, in checkDependencies() argument 605 for (Value *J : Later) { in checkDependencies()
|
/external/python/pyasn1/docs/source/ |
D | contents.rst | 25 electronic mail (known as X.400). Later on if was split off the e-mail application
|
/external/openssh/ |
D | ssh-agent.0 | 85 Later ssh(1) looks at these variables and uses them to establish a
|
/external/python/pyasn1/docs/source/pyasn1/ |
D | contents.rst | 8 types as Python objects in accordance with X.208 standard. Later,
|
/external/libmtp/ |
D | configure.ac | 31 # Later rules can then use the identifiers for its processing.
|
/external/mesa3d/src/gallium/docs/source/drivers/openswr/ |
D | faq.rst | 17 graphics stack for internal purposes. Later we adapted this
|
/external/python/cpython3/Doc/library/ |
D | asyncio-dev.rst | 96 # Later in another OS thread:
|