Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp418 for (ParseHelper PH(S); !PH.Done();) { in ParseDirective() local
419 if (!PH.Search("#", true)) in ParseDirective()
421 PH.C = PH.P; in ParseDirective()
422 if (!PH.NextMarker()) { in ParseDirective()
423 PH.Next("#"); in ParseDirective()
424 PH.Advance(); in ParseDirective()
427 PH.Advance(); in ParseDirective()
428 Markers.addMarker(PH.Match(), Pos); in ParseDirective()
433 for (ParseHelper PH(S); !PH.Done();) { in ParseDirective() local
438 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true) in ParseDirective()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp125 Expr *convertPlaceholder(PlaceHolder PH);
322 Expr *BuiltinTypeMethodBuilder::convertPlaceholder(PlaceHolder PH) { in convertPlaceholder() argument
323 if (PH == PlaceHolder::Handle) in convertPlaceholder()
326 if (PH == PlaceHolder::LastStmt) { in convertPlaceholder()
334 ParmVarDecl *ParamDecl = Method->getParamDecl(static_cast<unsigned>(PH)); in convertPlaceholder()
641 using PH = BuiltinTypeMethodBuilder::PlaceHolder; in addDefaultHandleConstructor() typedef
646 PH::Handle) in addDefaultHandleConstructor()
647 .assign(PH::Handle, PH::LastStmt) in addDefaultHandleConstructor()
656 using PH = BuiltinTypeMethodBuilder::PlaceHolder; in addHandleConstructorFromBinding() typedef
667 PH::Handle, PH::_0, PH::_1, PH::_2, PH::_3, PH::_4) in addHandleConstructorFromBinding()
[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.cpp473 COFFYAML::PEHeader &PH) { in mapping() argument
475 PH.Header.Subsystem); in mapping()
477 IO, PH.Header.DLLCharacteristics); in mapping()
479 IO.mapOptional("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint); in mapping()
480 IO.mapOptional("ImageBase", PH.Header.ImageBase); in mapping()
481 IO.mapOptional("SectionAlignment", PH.Header.SectionAlignment, 1); in mapping()
482 IO.mapOptional("FileAlignment", PH.Header.FileAlignment, 1); in mapping()
484 PH.Header.MajorOperatingSystemVersion); in mapping()
486 PH.Header.MinorOperatingSystemVersion); in mapping()
487 IO.mapOptional("MajorImageVersion", PH.Header.MajorImageVersion); in mapping()
[all …]
H A DDXContainerYAML.cpp91 for (const dxbc::RTS0::v1::RootParameterHeader &PH : Data.param_headers()) { in create() local
93 if (!dxbc::isValidParameterType(PH.ParameterType)) in create()
97 RootParameterHeaderYaml Header(PH.ParameterType); in create()
98 Header.Offset = PH.ParameterOffset; in create()
99 Header.Type = PH.ParameterType; in create()
101 if (!dxbc::isValidShaderVisibility(PH.ShaderVisibility)) in create()
105 Header.Visibility = PH.ShaderVisibility; in create()
108 Data.getParameter(PH); in create()
/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.cpp441 auto *PH = L->getLoopPreheader(); in propagateStoredValueToLoadUsers() local
442 assert(PH && "Preheader should exist!"); in propagateStoredValueToLoadUsers()
444 PH->getTerminator()); in propagateStoredValueToLoadUsers()
448 PH->getTerminator()->getIterator()); in propagateStoredValueToLoadUsers()
457 PHI->addIncoming(Initial, PH); in propagateStoredValueToLoadUsers()
H A DLoopIdiomRecognize.cpp2257 BasicBlock *PH = CurLoop->getLoopPreheader(); in insertFFSIfProfitable() local
2264 auto *PreCondBB = PH->getSinglePredecessor(); in insertFFSIfProfitable()
2270 if (matchCondition(PreCondBI, PH) != InitX) in insertFFSIfProfitable()
2286 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, in insertFFSIfProfitable()
2345 BasicBlock *PH = CurLoop->getLoopPreheader(); in recognizeShiftUntilLessThan() local
2346 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeShiftUntilLessThan()
2354 if (matchShiftULTCondition(PreCondBI, PH, PreLoopThreshold) != InitX || in recognizeShiftUntilLessThan()
2372 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, in recognizeShiftUntilLessThan()
2403 BasicBlock *PH = CurLoop->getLoopPreheader(); in recognizePopcount() local
2404 if (!PH || &PH->front() != PH->getTerminator()) in recognizePopcount()
[all …]
H A DSimpleLoopUnswitch.cpp1805 auto *PH = L.getLoopPreheader(); in recomputeLoopBlockSet() local
1815 if (Pred == PH) in recomputeLoopBlockSet()
1916 auto *PH = L.getLoopPreheader(); in rebuildLoopAfterUnswitch() local
1944 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1948 return BB == PH || L.contains(BB); in rebuildLoopAfterUnswitch()
1952 LI.changeLoopFor(PH, ParentL); in rebuildLoopAfterUnswitch()
1972 UnloopedBlocks.insert(PH); in rebuildLoopAfterUnswitch()
2021 if (BB == PH) in rebuildLoopAfterUnswitch()
H A DLoopStrengthReduce.cpp2340 PHINode *PH = dyn_cast<PHINode>(ShadowUse->getOperand(0)); in OptimizeShadowIV() local
2341 if (!PH) continue; in OptimizeShadowIV()
2342 if (PH->getNumIncomingValues() != 2) continue; in OptimizeShadowIV()
2347 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(PH)); in OptimizeShadowIV()
2352 Type *SrcTy = PH->getType(); in OptimizeShadowIV()
2359 if (PH->getIncomingBlock(0) == L->getLoopPreheader()) { in OptimizeShadowIV()
2367 ConstantInt *Init = dyn_cast<ConstantInt>(PH->getIncomingValue(Entry)); in OptimizeShadowIV()
2374 dyn_cast<BinaryOperator>(PH->getIncomingValue(Latch)); in OptimizeShadowIV()
2382 if (Incr->getOperand(0) == PH) in OptimizeShadowIV()
2384 else if (Incr->getOperand(1) == PH) in OptimizeShadowIV()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp52 FMA3GROUP_PACKED_WIDTHS_Z(Name, PH, Attrs) \
98 FMA3GROUP_PACKED_AVX512_WIDTHS(Name, PH, Suf, Attrs) \
103 FMA3GROUP_PACKED_AVX512_WIDTHS(Name, PH, Suf, Attrs) \
H A DX86InstrAVX10.td992 v32bf16_info, sched.PH.ZMM, IsCommutable>, EVEX_V512,
998 v8bf16x_info, sched.PH.XMM, IsCommutable>, EVEX_V128,
1003 v16bf16x_info, sched.PH.YMM, IsCommutable>, EVEX_V256,
1014 v32bf16_info, sched.PH.ZMM, IsCommutable>, EVEX_V512,
1018 v8bf16x_info, sched.PH.XMM, IsCommutable>, EVEX_V128,
1021 v16bf16x_info, sched.PH.YMM, IsCommutable>, EVEX_V256,
1107 sched.PH.ZMM, v32bf16_info>,
1111 sched.PH.XMM, v8bf16x_info>,
1114 sched.PH.YMM, v16bf16x_info>,
/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.cpp93 BasicBlock *PH = in versionLoop() local
103 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap, in versionLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp831 MachineBasicBlock *PH = MLI->findLoopPreheader(Loop, SpecPreheader); in computeCount() local
832 assert (PH && "Should have a preheader by now"); in computeCount()
833 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator(); in computeCount()
835 if (InsertPos != PH->end()) in computeCount()
921 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount()
942 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount()
962 BuildMI(*PH, InsertPos, DL, AddD, AddR) in computeCount()
984 BuildMI(*PH, InsertPos, DL, LsrD, LsrR) in computeCount()
1006 BuildMI(*PH, InsertPos, DL, DistCheckD, DistCheckR) in computeCount()
1016 BuildMI(*PH, InsertPos, DL, MuxD, MuxR) in computeCount()
[all …]
/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/Transforms/Vectorize/
H A DVPlanUnroll.cpp152 VPBasicBlock *PH = cast<VPBasicBlock>( in unrollWidenInductionByUF() local
161 VPBuilder Builder(PH); in unrollWidenInductionByUF()
/freebsd/contrib/sendmail/contrib/
H A Ddomainmap.m413 PH) which is keyed on username alone (as opposed to the
/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/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h223 static void mapping(IO &IO, COFFYAML::PEHeader &PH); in LLVM_YAML_IS_SEQUENCE_VECTOR()

123