Home
last modified time | relevance | path

Searched refs:Later (Results 1 – 25 of 80) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp343 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/
DDeadStoreElimination.cpp287 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/
DDeadStoreElimination.cpp301 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/
Dpdb-longname-truncation.test1 ; For now just verify that this doesn't cause an error. Later we pdbdump can
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp271 void *Table[] = {&&DirectJump, &&Later}; in JumpDiagnostics()
275 Later: // expected-note {{possible target of indirect goto statement}} in JumpDiagnostics()
/external/u-boot/board/eets/pdu001/
DKconfig26 default it will be lit red by U-Boot. Later in the start-up
/external/u-boot/doc/
DREADME.commands.spl1 The spl command is used to export a boot parameter image to RAM. Later
DREADME.hwconfig8 via the `hwconfig' environment variable. Later we could write
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.011 Later releases will probably contain kernel patches supporting 4.0
/external/iptables/extensions/
Dlibxt_DNAT.man25 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
Dlibxt_SNAT.man26 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
/external/perfetto/docs/
Ddetached-mode.md117 ### 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/
Dreadme.txt46 Later on proper device tree is passed to next boot stage.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dload-shift-combine.ll5 ; load. Later the pre-increment load is combined with a subsequent SRL to
/external/llvm/test/CodeGen/PowerPC/
Dload-shift-combine.ll5 ; load. Later the pre-increment load is combined with a subsequent SRL to
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dglobal_metadata_windows.ll5 ; FIXME: Later we can use this to instrument linkonce odr string literals.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dlive-debug-variables.ll6 ; scope of each. Later during register allocation the live interval is split
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AddDiscriminators/
Dmemcpy-discriminator.ll35 ; Later on, mem2reg successfully promotes the new alloca slices to registers,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp599 SmallVector<Value *, 4> &Later, in checkDependencies() argument
605 for (Value *J : Later) { in checkDependencies()
/external/python/pyasn1/docs/source/
Dcontents.rst25 electronic mail (known as X.400). Later on if was split off the e-mail application
/external/python/pyasn1/docs/source/pyasn1/
Dcontents.rst8 types as Python objects in accordance with X.208 standard. Later,
/external/openssh/
Dssh-agent.085 Later ssh(1) looks at these variables and uses them to establish a
/external/libmtp/
Dconfigure.ac31 # Later rules can then use the identifiers for its processing.
/external/mesa3d/src/gallium/docs/source/drivers/openswr/
Dfaq.rst17 graphics stack for internal purposes. Later we adapted this
/external/python/cpython3/Doc/library/
Dasyncio-dev.rst96 # Later in another OS thread:

1234