/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 416 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 D | ntptrace | 23 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 D | COFFYAML.cpp | 450 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 D | phquery.m4 | 25 ### 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 D | acu.c | 112 if ((fd = fopen(PH, "r")) == NOFILE) { in con() 113 printf("%s: ", PH); in con()
|
H A D | tip.c | 158 if ((PH = getenv("PHONES")) == NOSTR) in main() 159 PH = _PATH_PHONES; in main()
|
H A D | vars.c | 67 NOSTR, (char *)&PH },
|
H A D | tip.h | 76 EXTERN char *PH; /* phone number file */ variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 674 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 D | LoopLoadElimination.cpp | 443 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 D | LoopIdiomRecognize.cpp | 1948 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 D | SimpleLoopUnswitch.cpp | 624 // 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 D | LoopStrengthReduce.cpp | 2351 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 D | VPlanHCFGBuilder.cpp | 233 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 D | CanonicalizeFreezeInLoops.cpp | 133 auto *PH = L->getLoopPreheader(); in InsertFreezeAndForgetFromSCEV() local 147 PH->getTerminator()->getIterator())); in InsertFreezeAndForgetFromSCEV()
|
H A D | LoopVersioning.cpp | 94 BasicBlock *PH = in versionLoop() local 104 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap, in versionLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFMA3Info.cpp | 48 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 D | HexagonHardwareLoops.cpp | 833 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 D | MipsDSPInstrFormats.td | 134 // ABSQ_S.PH sub-class format. 221 // DPA.W.PH sub-class format.
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 214 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 D | domainmap.m4 | 13 PH) which is keyed on username alone (as opposed to the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 219 static void mapping(IO &IO, COFFYAML::PEHeader &PH); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun7i-a20-bananapi.dts | 239 /* PH */
|
H A D | sun6i-a31s-sinovoip-bpi-m2.dts | 314 /* PH */
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 410 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()
|