Home
last modified time | relevance | path

Searched refs:PH (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp416 for (ParseHelper PH(S); !PH.Done();) { in ParseDirective() local
417 if (!PH.Search("#", true)) in ParseDirective()
419 PH.C = PH.P; in ParseDirective()
420 if (!PH.NextMarker()) { in ParseDirective()
421 PH.Next("#"); in ParseDirective()
422 PH.Advance(); in ParseDirective()
425 PH.Advance(); in ParseDirective()
426 Markers.addMarker(PH.Match(), Pos); in ParseDirective()
431 for (ParseHelper PH(S); !PH.Done();) { in ParseDirective() local
436 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true) in ParseDirective()
[all …]
/freebsd/usr.sbin/ntp/scripts/
H A Dntptrace23 open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
24 while (<PH>) {
32 close(PH) || die "$cmd failed";
52 open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
54 while (<PH>) {
57 close(PH) || die "$cmd failed";
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp450 COFFYAML::PEHeader &PH) { in mapping() argument
452 PH.Header.Subsystem); in mapping()
454 IO, PH.Header.DLLCharacteristics); in mapping()
456 IO.mapOptional("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint); in mapping()
457 IO.mapOptional("ImageBase", PH.Header.ImageBase); in mapping()
458 IO.mapOptional("SectionAlignment", PH.Header.SectionAlignment, 1); in mapping()
459 IO.mapOptional("FileAlignment", PH.Header.FileAlignment, 1); in mapping()
461 PH.Header.MajorOperatingSystemVersion); in mapping()
463 PH.Header.MinorOperatingSystemVersion); in mapping()
464 IO.mapOptional("MajorImageVersion", PH.Header.MajorImageVersion); in mapping()
[all …]
/freebsd/contrib/sendmail/cf/mailer/
H A Dphquery.m425 ### PH Mailer specification ###
30 Mph, P=PH_MAILER_PATH, F=_MODMF_(CONCAT(`nrDFM', PH_MAILER_FLAGS), `PH'), S=EnvFromL, R=EnvToL/Hdr…
/freebsd/usr.bin/tip/tip/
H A Dacu.c112 if ((fd = fopen(PH, "r")) == NOFILE) { in con()
113 printf("%s: ", PH); in con()
H A Dtip.c158 if ((PH = getenv("PHONES")) == NOSTR) in main()
159 PH = _PATH_PHONES; in main()
H A Dvars.c67 NOSTR, (char *)&PH },
H A Dtip.h76 EXTERN char *PH; /* phone number file */ variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp674 BasicBlock *PH = L->getLoopPreheader(); in processLoop() local
805 if (!PH->getSinglePredecessor() || &*PH->begin() != PH->getTerminator()) in processLoop()
806 SplitBlock(PH, PH->getTerminator(), DT, LI); in processLoop()
H A DLoopLoadElimination.cpp443 auto *PH = L->getLoopPreheader(); in propagateStoredValueToLoadUsers() local
444 assert(PH && "Preheader should exist!"); in propagateStoredValueToLoadUsers()
446 PH->getTerminator()); in propagateStoredValueToLoadUsers()
450 PH->getTerminator()->getIterator()); in propagateStoredValueToLoadUsers()
458 PHI->addIncoming(Initial, PH); in propagateStoredValueToLoadUsers()
H A DLoopIdiomRecognize.cpp1948 BasicBlock *PH = CurLoop->getLoopPreheader(); in insertFFSIfProfitable() local
1955 auto *PreCondBB = PH->getSinglePredecessor(); in insertFFSIfProfitable()
1961 if (matchCondition(PreCondBI, PH) != InitX) in insertFFSIfProfitable()
1977 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, in insertFFSIfProfitable()
2036 BasicBlock *PH = CurLoop->getLoopPreheader(); in recognizeShiftUntilLessThan() local
2037 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeShiftUntilLessThan()
2045 if (matchShiftULTCondition(PreCondBI, PH, PreLoopThreshold) != InitX || in recognizeShiftUntilLessThan()
2063 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, in recognizeShiftUntilLessThan()
2094 BasicBlock *PH = CurLoop->getLoopPreheader(); in recognizePopcount() local
2095 if (!PH || &PH->front() != PH->getTerminator()) in recognizePopcount()
[all …]
H A DSimpleLoopUnswitch.cpp624 // Splice it into the old PH to gate reaching the new preheader and re-point in unswitchTrivialBranch()
1573 // the unswitched loop. If we never formed a loop, the cloned PH is one of in buildClonedLoops()
1600 // Walk the CFG back until we hit the cloned PH adding everything reachable in buildClonedLoops()
1800 auto *PH = L.getLoopPreheader(); in recomputeLoopBlockSet()
1810 if (Pred == PH) in recomputeLoopBlockSet()
1911 auto *PH = L.getLoopPreheader(); in rebuildLoopAfterUnswitch()
1939 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1943 return BB == PH || L.contains(BB); in rebuildLoopAfterUnswitch()
1947 LI.changeLoopFor(PH, ParentL); in rebuildLoopAfterUnswitch()
1967 UnloopedBlocks.insert(PH); in rebuildLoopAfterUnswitch()
1799 auto *PH = L.getLoopPreheader(); recomputeLoopBlockSet() local
1910 auto *PH = L.getLoopPreheader(); rebuildLoopAfterUnswitch() local
[all...]
H A DLoopStrengthReduce.cpp2351 PHINode *PH = dyn_cast<PHINode>(ShadowUse->getOperand(0)); in OptimizeShadowIV() local
2352 if (!PH) continue; in OptimizeShadowIV()
2353 if (PH->getNumIncomingValues() != 2) continue; in OptimizeShadowIV()
2358 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(PH)); in OptimizeShadowIV()
2363 Type *SrcTy = PH->getType(); in OptimizeShadowIV()
2370 if (PH->getIncomingBlock(0) == L->getLoopPreheader()) { in OptimizeShadowIV()
2378 ConstantInt *Init = dyn_cast<ConstantInt>(PH->getIncomingValue(Entry)); in OptimizeShadowIV()
2385 dyn_cast<BinaryOperator>(PH->getIncomingValue(Latch)); in OptimizeShadowIV()
2393 if (Incr->getOperand(0) == PH) in OptimizeShadowIV()
2395 else if (Incr->getOperand(1) == PH) in OptimizeShadowIV()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp233 BasicBlock *PH = TheLoop->getLoopPreheader(); in isExternalDef() local
234 assert(PH && "Expected loop pre-header."); in isExternalDef()
236 if (InstParent == PH) in isExternalDef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp133 auto *PH = L->getLoopPreheader(); in InsertFreezeAndForgetFromSCEV() local
147 PH->getTerminator()->getIterator())); in InsertFreezeAndForgetFromSCEV()
H A DLoopVersioning.cpp94 BasicBlock *PH = in versionLoop() local
104 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap, in versionLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp48 FMA3GROUP_PACKED_WIDTHS_Z(Name, PH, Attrs) \
89 FMA3GROUP_PACKED_AVX512_WIDTHS(Name, PH, Suf, Attrs) \
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp833 MachineBasicBlock *PH = MLI->findLoopPreheader(Loop, SpecPreheader); in computeCount() local
834 assert (PH && "Should have a preheader by now"); in computeCount()
835 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator(); in computeCount()
837 if (InsertPos != PH->end()) in computeCount()
922 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount()
943 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount()
963 BuildMI(*PH, InsertPos, DL, AddD, AddR) in computeCount()
985 BuildMI(*PH, InsertPos, DL, LsrD, LsrR) in computeCount()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDSPInstrFormats.td134 // ABSQ_S.PH sub-class format.
221 // DPA.W.PH sub-class format.
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp214 if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD)) { in track() local
215 assert(!PH->Use && "Placeholders can only be used once"); in track()
217 PH->Use = static_cast<Metadata **>(Ref); in track()
227 else if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD)) in untrack() local
228 PH->Use = nullptr; in untrack()
/freebsd/contrib/sendmail/contrib/
H A Ddomainmap.m413 PH) which is keyed on username alone (as opposed to the
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h219 static void mapping(IO &IO, COFFYAML::PEHeader &PH); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun7i-a20-bananapi.dts239 /* PH */
H A Dsun6i-a31s-sinovoip-bpi-m2.dts314 /* PH */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp410 BasicBlock *PH, ArrayRef<BasicBlock *> ExitBlocks, in PGOCounterPromoterHelper() argument
418 SSA.AddAvailableValue(PH, Init);
588 BasicBlock *PH = LP->getLoopPreheader(); in isPromotionPossible() local
589 if (!PH) in isPromotionPossible()

123