HomeSort by: relevance | last modified time | path
    Searched refs:Earlier (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 335 /// overwrite \p Earlier.
337 const Instruction *Earlier,
340 const auto *IIE = dyn_cast<IntrinsicInst>(Earlier);
352 // TODO: check that Later's mask is a superset of the Earlier's mask.
359 /// overwrites a store to the 'Earlier' location, 'OW_End' if the end of the
360 /// 'Earlier' location is completely overwritten by 'Later', 'OW_Begin' if the
361 /// beginning of the 'Earlier' location is overwritten by 'Later'.
362 /// 'OW_PartialEarlierWithFullLater' means that an earlier (big) store was
365 /// NOTE: This function must only be called if both \p Later and \p Earlier
369 const MemoryLocation &Earlier,
    [all...]
EarlyCSE.cpp 826 bool overridingStores(const ParseMemoryInst &Earlier,
859 bool isNonTargetIntrinsicMatch(const IntrinsicInst *Earlier,
910 if (PtrOp(Earlier) != PtrOp(Later))
913 Intrinsic::ID IDE = Earlier->getIntrinsicID();
918 // Trying to replace later masked load with the earlier one.
923 if (MaskOp(Earlier) == MaskOp(Later) && ThruOp(Earlier) == ThruOp(Later))
927 return IsSubmask(MaskOp(Later), MaskOp(Earlier));
934 if (!IsSubmask(MaskOp(Later), MaskOp(Earlier)))
942 return IsSubmask(MaskOp(Later), MaskOp(Earlier));
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
ldm.s 22 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
stc.s 71 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
ldc.s 85 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
xorb.s 350 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
andb.s 536 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
orb.s 541 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
ldm.s 22 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
stc.s 71 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
xorb.s 350 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
ldc.s 85 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
andb.s 536 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
orb.s 541 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnrollAndJam.cpp 788 for (auto *Earlier : EarlierLoadsAndStores) {
789 Loop *EarlierLoop = LI.getLoopFor(Earlier->getParent());
793 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false,
  /src/external/gpl3/gcc/dist/libgcc/
unwind-arm-common.inc 154 /* We only want to use stap probes starting with v3. Earlier
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-arm-common.inc 154 /* We only want to use stap probes starting with v3. Earlier

Completed in 30 milliseconds