HomeSort by relevance Sort by last modified time
    Searched refs:PH (Results 1 - 25 of 44) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
VPlanDominatorTreeTest.cpp 50 VPBlockBase *PH = TopRegion->getEntry();
51 VPBlockBase *H = PH->getSingleSuccessor();
59 EXPECT_TRUE(VPDT.isReachableFromEntry(PH));
67 EXPECT_TRUE(VPDT.dominates(PH, PH));
68 EXPECT_TRUE(VPDT.dominates(PH, H));
69 EXPECT_TRUE(VPDT.dominates(PH, IfThen));
70 EXPECT_TRUE(VPDT.dominates(PH, IfElse));
71 EXPECT_TRUE(VPDT.dominates(PH, Latch));
72 EXPECT_TRUE(VPDT.dominates(PH, Exit))
    [all...]
VPlanLoopInfoTest.cpp 52 VPBlockBase *PH = TopRegion->getEntry();
53 VPBlockBase *H = PH->getSingleSuccessor();
66 EXPECT_FALSE(VPLp->contains(PH));
67 EXPECT_EQ(nullptr, VPLI.getLoopFor(PH));
80 EXPECT_EQ(PH, VPLp->getLoopPreheader());
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 315 for (ParseHelper PH(S); !PH.Done();) {
317 if (!PH.Search("expected", true))
319 PH.Advance();
322 if (!PH.Next("-"))
324 PH.Advance();
328 if (PH.Next("error"))
330 else if (PH.Next("warning"))
332 else if (PH.Next("remark"))
334 else if (PH.Next("note")
    [all...]
  /external/llvm/lib/ObjectYAML/
COFFYAML.cpp 368 COFFYAML::PEHeader &PH) {
370 PH.Header.Subsystem);
372 IO, PH.Header.DLLCharacteristics);
374 IO.mapRequired("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint);
375 IO.mapRequired("ImageBase", PH.Header.ImageBase);
376 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment);
377 IO.mapRequired("FileAlignment", PH.Header.FileAlignment);
379 PH.Header.MajorOperatingSystemVersion);
381 PH.Header.MinorOperatingSystemVersion);
382 IO.mapRequired("MajorImageVersion", PH.Header.MajorImageVersion)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
COFFYAML.cpp 441 COFFYAML::PEHeader &PH) {
443 PH.Header.Subsystem);
445 IO, PH.Header.DLLCharacteristics);
447 IO.mapRequired("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint);
448 IO.mapRequired("ImageBase", PH.Header.ImageBase);
449 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment);
450 IO.mapRequired("FileAlignment", PH.Header.FileAlignment);
452 PH.Header.MajorOperatingSystemVersion);
454 PH.Header.MinorOperatingSystemVersion);
455 IO.mapRequired("MajorImageVersion", PH.Header.MajorImageVersion)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlanHCFGBuilder.cpp 126 // i.e., is not part of: a) the loop nest, b) outermost loop PH and, c)
138 // Check whether Instruction definition is in loop PH.
139 BasicBlock *PH = TheLoop->getLoopPreheader();
140 assert(PH && "Expected loop pre-header.");
142 if (InstParent == PH)
143 // Instruction definition is in outermost loop PH.
247 // Loop PH needs to be explicitly visited since it's not taken into account by
254 // Create empty VPBB for Loop H so that we can link PH->H.
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 411 // loop before PH along with adding a preheader for the cloned loop. Then
412 // update PH to point to the newly added preheader.
604 BasicBlock *PH = L->getLoopPreheader();
605 if (!PH)
709 // rely on PH having a predecessor.)
710 if (!PH->getSinglePredecessor() || &*PH->begin() != PH->getTerminator())
711 SplitBlock(PH, PH->getTerminator(), DT, LI)
    [all...]
LoopLoadElimination.cpp 386 // ph:
389 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
396 auto *PH = L->getLoopPreheader();
398 PH->getTerminator());
400 new LoadInst(InitialPtr, "load_initial", PH->getTerminator());
403 PHI->addIncoming(Initial, PH);
424 // ph:
427 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 95 BasicBlock *PH =
97 PH->setName(VersionedLoop->getHeader()->getName() + ".ph");
105 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 95 BasicBlock *PH =
97 PH->setName(VersionedLoop->getHeader()->getName() + ".ph");
105 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 418 // ph:
421 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
428 auto *PH = L->getLoopPreheader();
430 PH->getTerminator());
433 Cand.Load->getAlignment(), PH->getTerminator());
437 PHI->addIncoming(Initial, PH);
459 // ph:
462 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
LoopIdiomRecognize.cpp     [all...]
LoopDistribute.cpp 447 // loop before PH along with adding a preheader for the cloned loop. Then
448 // update PH to point to the newly added preheader.
647 BasicBlock *PH = L->getLoopPreheader();
753 // rely on PH having a predecessor.)
754 if (!PH->getSinglePredecessor() || &*PH->begin() != PH->getTerminator())
755 SplitBlock(PH, PH->getTerminator(), DT, LI);
    [all...]
SimpleLoopUnswitch.cpp 429 // Splice it into the old PH to gate reaching the new preheader and re-point
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 790 MachineBasicBlock *PH = Loop->getLoopPreheader();
791 assert (PH && "Should have a preheader by now");
792 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator();
794 if (InsertPos != PH->end())
877 BuildMI(*PH, InsertPos, DL, SubD, SubR);
897 BuildMI(*PH, InsertPos, DL, SubD, SubR);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 829 MachineBasicBlock *PH = MLI->findLoopPreheader(Loop, SpecPreheader);
830 assert (PH && "Should have a preheader by now");
831 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator();
833 if (InsertPos != PH->end())
916 BuildMI(*PH, InsertPos, DL, SubD, SubR);
    [all...]
  /external/llvm/include/llvm/ObjectYAML/
COFFYAML.h 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
COFFYAML.h 200 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 174 BasicBlock *PH, ArrayRef<BasicBlock *> ExitBlocks,
182 SSA.AddAvailableValue(PH, Init);
304 BasicBlock *PH = LP->getLoopPreheader();
305 if (!PH)
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 129 if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD)) {
130 assert(!PH->Use && "Placeholders can only be used once");
132 PH->Use = static_cast<Metadata **>(Ref);
142 else if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD))
143 PH->Use = nullptr;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /build/make/core/
envsetup.mk 234 _vendor_path_placeholder := ||VENDOR-PATH-PH||
235 _product_path_placeholder := ||PRODUCT-PATH-PH||
236 _product_services_path_placeholder := ||PRODUCT_SERVICES-PATH-PH||
237 _odm_path_placeholder := ||ODM-PATH-PH||
    [all...]

Completed in 3715 milliseconds

1 2