| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 412 for (ParseHelper PH(S); !PH.Done();) { in ParseDirective() local 413 if (!PH.Search("#", true)) in ParseDirective() 415 PH.C = PH.P; in ParseDirective() 416 if (!PH.NextMarker()) { in ParseDirective() 417 PH.Next("#"); in ParseDirective() 418 PH.Advance(); in ParseDirective() 421 PH.Advance(); in ParseDirective() 422 Markers.addMarker(PH.Match(), Pos); in ParseDirective() 427 for (ParseHelper PH(S); !PH.Done();) { in ParseDirective() local 432 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true) in ParseDirective() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 444 COFFYAML::PEHeader &PH) { in mapping() argument 446 PH.Header.Subsystem); in mapping() 448 IO, PH.Header.DLLCharacteristics); in mapping() 450 IO.mapRequired("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint); in mapping() 451 IO.mapRequired("ImageBase", PH.Header.ImageBase); in mapping() 452 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment); in mapping() 453 IO.mapRequired("FileAlignment", PH.Header.FileAlignment); in mapping() 455 PH.Header.MajorOperatingSystemVersion); in mapping() 457 PH.Header.MinorOperatingSystemVersion); in mapping() 458 IO.mapRequired("MajorImageVersion", PH.Header.MajorImageVersion); in mapping() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid_internal.h | 252 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2;\ 259 PH = CXH*CYH; \ 262 PH += (PM>>32); \ 265 (P).w[1] = PH + (PM>>32); \ 274 UINT64 CXH, CXL, CYH, CYL, PL, PH, PM; \ 282 PH = CXH*CYH; \ 286 (P).w[1] = PH + (PM>>32); \ 292 UINT64 CXH, CXL, PL, PH, PM; \ 298 PH = CXH*CXH; \ 302 (P).w[1] = PH + (PM>>32); \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid_internal.h | 252 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2;\ 259 PH = CXH*CYH; \ 262 PH += (PM>>32); \ 265 (P).w[1] = PH + (PM>>32); \ 274 UINT64 CXH, CXL, CYH, CYL, PL, PH, PM; \ 282 PH = CXH*CYH; \ 286 (P).w[1] = PH + (PM>>32); \ 292 UINT64 CXH, CXL, PL, PH, PM; \ 298 PH = CXH*CXH; \ 302 (P).w[1] = PH + (PM>>32); \ [all …]
|
| /netbsd-src/usr.bin/tip/ |
| H A D | acu.c | 117 if ((fd = fopen(PH, "r")) == NULL) { in tip_connect() 118 (void)printf("%s: ", PH); in tip_connect()
|
| H A D | tip.c | 100 char *PH; variable 226 if ((PH = getenv("PHONES")) == NULL) in main() 227 PH = path_phones; in main()
|
| H A D | vars.c | 71 NULL, &PH },
|
| H A D | tip.h | 73 extern char *PH; /* phone number file */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanHCFGBuilder.cpp | 143 BasicBlock *PH = TheLoop->getLoopPreheader(); in isExternalDef() local 144 assert(PH && "Expected loop pre-header."); in isExternalDef() 146 if (InstParent == PH) in isExternalDef()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 432 auto *PH = L->getLoopPreheader(); in propagateStoredValueToLoadUsers() local 433 assert(PH && "Preheader should exist!"); in propagateStoredValueToLoadUsers() 435 PH->getTerminator()); in propagateStoredValueToLoadUsers() 438 /* isVolatile */ false, Cand.Load->getAlign(), PH->getTerminator()); in propagateStoredValueToLoadUsers() 442 PHI->addIncoming(Initial, PH); in propagateStoredValueToLoadUsers()
|
| H A D | LoopDistribute.cpp | 681 BasicBlock *PH = L->getLoopPreheader(); in processLoop() local 808 if (!PH->getSinglePredecessor() || &*PH->begin() != PH->getTerminator()) in processLoop() 809 SplitBlock(PH, PH->getTerminator(), DT, LI); in processLoop()
|
| H A D | LoopIdiomRecognize.cpp | 1701 BasicBlock *PH = CurLoop->getLoopPreheader(); in recognizeAndInsertFFS() local 1708 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeAndInsertFFS() 1714 if (matchCondition(PreCondBI, PH) != InitX) in recognizeAndInsertFFS() 1745 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, in recognizeAndInsertFFS() 1775 BasicBlock *PH = CurLoop->getLoopPreheader(); in recognizePopcount() local 1776 if (!PH || &PH->front() != PH->getTerminator()) in recognizePopcount() 1778 auto *EntryBI = dyn_cast<BranchInst>(PH->getTerminator()); in recognizePopcount() 1784 auto *PreCondBB = PH->getSinglePredecessor(); in recognizePopcount()
|
| H A D | SimpleLoopUnswitch.cpp | 1630 auto *PH = L.getLoopPreheader(); in recomputeLoopBlockSet() local 1640 if (Pred == PH) in recomputeLoopBlockSet() 1740 auto *PH = L.getLoopPreheader(); in rebuildLoopAfterUnswitch() local 1768 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch() 1772 return BB == PH || L.contains(BB); in rebuildLoopAfterUnswitch() 1776 LI.changeLoopFor(PH, ParentL); in rebuildLoopAfterUnswitch() 1796 UnloopedBlocks.insert(PH); in rebuildLoopAfterUnswitch() 1845 if (BB == PH) in rebuildLoopAfterUnswitch()
|
| /netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/bid/ |
| H A D | bid2dpd_dpd2bid.c | 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \ 37 PH = CXH*CYH; \ 40 PH += (PM>>32); \ 43 (P).w[1] = PH + (PM>>32); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/bid/ |
| H A D | bid2dpd_dpd2bid.c | 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \ 37 PH = CXH*CYH; \ 40 PH += (PM>>32); \ 43 (P).w[1] = PH + (PM>>32); \
|
| /netbsd-src/external/gpl3/gdb/dist/libdecnumber/bid/ |
| H A D | bid2dpd_dpd2bid.c | 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \ 37 PH = CXH*CYH; \ 40 PH += (PM>>32); \ 43 (P).w[1] = PH + (PM>>32); \
|
| /netbsd-src/external/gpl3/gcc/dist/libdecnumber/bid/ |
| H A D | bid2dpd_dpd2bid.c | 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \ 37 PH = CXH*CYH; \ 40 PH += (PM>>32); \ 43 (P).w[1] = PH + (PM>>32); \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeFreezeInLoops.cpp | 106 auto *PH = L->getLoopPreheader(); in InsertFreezeAndForgetFromSCEV() local 120 PH->getTerminator())); in InsertFreezeAndForgetFromSCEV()
|
| H A D | LoopVersioning.cpp | 97 BasicBlock *PH = in versionLoop() local 107 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap, in versionLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 449 ELFYAML::ProgramHeader PH; in dumpProgramHeaders() local 450 PH.Type = Phdr.p_type; in dumpProgramHeaders() 451 PH.Flags = Phdr.p_flags; in dumpProgramHeaders() 452 PH.VAddr = Phdr.p_vaddr; in dumpProgramHeaders() 453 PH.PAddr = Phdr.p_paddr; in dumpProgramHeaders() 458 PH.Align = static_cast<llvm::yaml::Hex64>(Phdr.p_align); in dumpProgramHeaders() 466 if (!PH.FirstSec) in dumpProgramHeaders() 467 PH.FirstSec = S.Name; in dumpProgramHeaders() 468 PH.LastSec = S.Name; in dumpProgramHeaders() 469 PH.Chunks.push_back(C.get()); in dumpProgramHeaders() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 829 MachineBasicBlock *PH = MLI->findLoopPreheader(Loop, SpecPreheader); in computeCount() local 830 assert (PH && "Should have a preheader by now"); in computeCount() 831 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator(); in computeCount() 833 if (InsertPos != PH->end()) in computeCount() 916 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 937 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 956 BuildMI(*PH, InsertPos, DL, AddD, AddR) in computeCount() 977 BuildMI(*PH, InsertPos, DL, LsrD, LsrR) in computeCount()
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/ |
| H A D | MOVE | 1 .PH "'hej'hopp'i skogen'"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Metadata.cpp | 162 if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD)) { in track() local 163 assert(!PH->Use && "Placeholders can only be used once"); in track() 165 PH->Use = static_cast<Metadata **>(Ref); in track() 175 else if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD)) in untrack() local 176 PH->Use = nullptr; in untrack()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsDSPInstrFormats.td | 134 // ABSQ_S.PH sub-class format. 221 // DPA.W.PH sub-class format.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 182 BasicBlock *PH, ArrayRef<BasicBlock *> ExitBlocks, in PGOCounterPromoterHelper() argument 190 SSA.AddAvailableValue(PH, Init); 345 BasicBlock *PH = LP->getLoopPreheader(); in isPromotionPossible() local 346 if (!PH) in isPromotionPossible()
|