| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| VerifyDiagnosticConsumer.cpp | 412 for (ParseHelper PH(S); !PH.Done();) { 413 if (!PH.Search("#", true)) 415 PH.C = PH.P; 416 if (!PH.NextMarker()) { 417 PH.Next("#"); 418 PH.Advance(); 421 PH.Advance(); 422 Markers.addMarker(PH.Match(), Pos) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| COFFYAML.cpp | 444 COFFYAML::PEHeader &PH) { 446 PH.Header.Subsystem); 448 IO, PH.Header.DLLCharacteristics); 450 IO.mapRequired("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint); 451 IO.mapRequired("ImageBase", PH.Header.ImageBase); 452 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment); 453 IO.mapRequired("FileAlignment", PH.Header.FileAlignment); 455 PH.Header.MajorOperatingSystemVersion); 457 PH.Header.MinorOperatingSystemVersion); 458 IO.mapRequired("MajorImageVersion", PH.Header.MajorImageVersion) [all...] |
| /src/usr.bin/tip/ |
| acu.c | 117 if ((fd = fopen(PH, "r")) == NULL) { 118 (void)printf("%s: ", PH);
|
| vars.c | 71 NULL, &PH },
|
| tip.c | 100 char *PH; 226 if ((PH = getenv("PHONES")) == NULL) 227 PH = path_phones;
|
| tip.h | 73 extern char *PH; /* phone number file */
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| VPlanHCFGBuilder.cpp | 130 // i.e., is not part of: a) the loop nest, b) outermost loop PH and, c) 142 // Check whether Instruction definition is in loop PH. 143 BasicBlock *PH = TheLoop->getLoopPreheader(); 144 assert(PH && "Expected loop pre-header."); 146 if (InstParent == PH) 147 // Instruction definition is in outermost loop PH. 252 // Loop PH needs to be explicitly visited since it's not taken into account by 265 // Create empty VPBB for Loop H so that we can link PH->H.
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_internal.h | 231 #define __imul_64x128_full(Ph, Ql, A, B) \ 243 Ph = QM2.w[1]; \ 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; [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_internal.h | 231 #define __imul_64x128_full(Ph, Ql, A, B) \ 243 Ph = QM2.w[1]; \ 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; [all...] |
| /src/external/gpl2/groff/dist/src/roff/grog/ |
| grog.pl | 98 elsif (/^\.(PH|SA)$sp/) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| CanonicalizeFreezeInLoops.cpp | 106 auto *PH = L->getLoopPreheader(); 120 PH->getTerminator()));
|
| LoopVersioning.cpp | 97 BasicBlock *PH = 99 nullptr, VersionedLoop->getHeader()->getName() + ".ph"); 107 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| LoopLoadElimination.cpp | 422 // ph: 425 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop] 432 auto *PH = L->getLoopPreheader(); 433 assert(PH && "Preheader should exist!"); 435 PH->getTerminator()); 438 /* isVolatile */ false, Cand.Load->getAlign(), PH->getTerminator()); 442 PHI->addIncoming(Initial, PH); 464 // ph: 467 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
|
| LoopDistribute.cpp | 461 // loop before PH along with adding a preheader for the cloned loop. Then 462 // update PH to point to the newly added preheader. 681 BasicBlock *PH = L->getLoopPreheader(); 807 // rely on PH having a predecessor.) 808 if (!PH->getSinglePredecessor() || &*PH->begin() != PH->getTerminator()) 809 SplitBlock(PH, PH->getTerminator(), DT, LI);
|
| LoopIdiomRecognize.cpp | 1701 BasicBlock *PH = CurLoop->getLoopPreheader(); 1708 auto *PreCondBB = PH->getSinglePredecessor(); 1714 if (matchCondition(PreCondBI, PH) != InitX) 1745 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, 1775 BasicBlock *PH = CurLoop->getLoopPreheader(); 1776 if (!PH || &PH->front() != PH->getTerminator()) 1778 auto *EntryBI = dyn_cast<BranchInst>(PH->getTerminator()); 1784 auto *PreCondBB = PH->getSinglePredecessor() [all...] |
| SimpleLoopUnswitch.cpp | 487 // Splice it into the old PH to gate reaching the new preheader and re-point 1408 // the unswitched loop. If we never formed a loop, the cloned PH is one of 1435 // Walk the CFG back until we hit the cloned PH adding everything reachable 1630 auto *PH = L.getLoopPreheader(); 1640 if (Pred == PH) 1740 auto *PH = L.getLoopPreheader(); 1768 IL->getBlocksSet().erase(PH); 1772 return BB == PH || L.contains(BB); 1776 LI.changeLoopFor(PH, ParentL); 1796 UnloopedBlocks.insert(PH); [all...] |
| /src/external/gpl3/gcc.old/dist/libdecnumber/bid/ |
| 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); \
|
| /src/external/gpl3/gcc/dist/libdecnumber/bid/ |
| 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); \
|
| /src/external/gpl3/gdb/dist/libdecnumber/bid/ |
| 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); \
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/bid/ |
| 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); \
|
| /src/external/apache2/llvm/dist/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); 937 BuildMI(*PH, InsertPos, DL, SubD, SubR); 956 BuildMI(*PH, InsertPos, DL, AddD, AddR) 977 BuildMI(*PH, InsertPos, DL, LsrD, LsrR)
|
| /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| elf2yaml.cpp | 449 ELFYAML::ProgramHeader PH; 450 PH.Type = Phdr.p_type; 451 PH.Flags = Phdr.p_flags; 452 PH.VAddr = Phdr.p_vaddr; 453 PH.PAddr = Phdr.p_paddr; 458 PH.Align = static_cast<llvm::yaml::Hex64>(Phdr.p_align); 466 if (!PH.FirstSec) 467 PH.FirstSec = S.Name; 468 PH.LastSec = S.Name; 469 PH.Chunks.push_back(C.get()) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| COFFYAML.h | 205 static void mapping(IO &IO, COFFYAML::PEHeader &PH);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| InstrProfiling.cpp | 182 BasicBlock *PH, ArrayRef<BasicBlock *> ExitBlocks, 190 SSA.AddAvailableValue(PH, Init); 345 BasicBlock *PH = LP->getLoopPreheader(); 346 if (!PH)
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| Metadata.cpp | 162 if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD)) { 163 assert(!PH->Use && "Placeholders can only be used once"); 165 PH->Use = static_cast<Metadata **>(Ref); 175 else if (auto *PH = dyn_cast<DistinctMDOperandPlaceholder>(&MD)) 176 PH->Use = nullptr;
|