/openbsd/usr.bin/file/magdir/ |
H A D | plan9 | 7 0 belong 0x00000107 Plan 9 executable, Motorola 68k 8 0 belong 0x000001EB Plan 9 executable, Intel 386 9 0 belong 0x00000247 Plan 9 executable, Intel 960 10 0 belong 0x000002AB Plan 9 executable, SPARC 11 0 belong 0x00000407 Plan 9 executable, MIPS R3000 12 0 belong 0x0000048B Plan 9 executable, AT&T DSP 3210 13 0 belong 0x00000517 Plan 9 executable, MIPS R4000 BE 14 0 belong 0x000005AB Plan 9 executable, AMD 29000 16 0 belong 0x000006EB Plan 9 executable, PowerPC 17 0 belong 0x00000797 Plan 9 executable, MIPS R4000 LE [all …]
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 25 Loop *OrigLoop, VPlanPtr &Plan, in VPInstructionsToVPRecipes() argument 32 Plan->getEntry()); in VPInstructionsToVPRecipes() 59 Plan->addVPValue(Phi, VPPhi); in VPInstructionsToVPRecipes() 101 Plan->removeVPValueFor(Inst); in VPInstructionsToVPRecipes() 103 Plan->addVPValue(Inst, Def); in VPInstructionsToVPRecipes() 110 auto Iter = vp_depth_first_deep(Plan.getEntry()); in sinkScalarOperands() 129 bool ScalarVFOnly = Plan.hasScalarVFOnly(); in sinkScalarOperands() 235 vp_depth_first_deep(Plan.getEntry()))) { in mergeReplicateRegionsIntoSuccessors() 409 Plan.getEntry()); in removeDeadRecipes() 530 Plan.setVF(BestVF); in optimizeForVFAndUF() [all …]
|
H A D | VPlanTransforms.h | 33 VPInstructionsToVPRecipes(Loop *OrigLoop, VPlanPtr &Plan, 39 static bool sinkScalarOperands(VPlan &Plan); 44 static bool mergeReplicateRegionsIntoSuccessors(VPlan &Plan); 48 static bool mergeBlocksIntoPredecessors(VPlan &Plan); 56 static void removeRedundantInductionCasts(VPlan &Plan); 60 static void removeRedundantCanonicalIVs(VPlan &Plan); 62 static void removeDeadRecipes(VPlan &Plan); 68 static void optimizeInductions(VPlan &Plan, ScalarEvolution &SE); 72 static void removeRedundantExpandSCEVRecipes(VPlan &Plan); 76 static void optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
|
H A D | VPRecipeBuilder.h | 73 VFRange &Range, VPlanPtr &Plan); 79 VPlan &Plan, VFRange &Range); 85 VFRange &Range, VPlan &Plan); 92 VPlanPtr &Plan); 104 VPBasicBlock *VPBB, VPlanPtr &Plan); 124 VPlanPtr &Plan); 139 VPValue *createBlockInMask(BasicBlock *BB, VPlanPtr &Plan); 143 VPValue *createEdgeMask(BasicBlock *Src, BasicBlock *Dst, VPlanPtr &Plan); 164 VPlanPtr &Plan); 174 VPlanPtr &Plan);
|
H A D | VPlanHCFGBuilder.cpp | 43 VPlan &Plan; member in __anon561baae50111::PlainCFGBuilder 74 : TheLoop(Lp), LI(LI), Plan(P) {} in PlainCFGBuilder() 199 VPValue *NewVPVal = Plan.getOrAddExternalDef(IRVal); in getOrCreateVPOperand() 275 IRDef2VPValue[&I] = Plan.getOrAddExternalDef(&I); in buildPlainCFG() 379 PlainCFGBuilder PCFGBuilder(TheLoop, LI, Plan); in buildPlainCFG() 387 Plan.setEntry(EntryVPBB); in buildHierarchicalCFG() 388 LLVM_DEBUG(Plan.setName("HCFGBuilder: Plain CFG\n"); dbgs() << Plan); in buildHierarchicalCFG() 390 VPRegionBlock *TopRegion = Plan.getVectorLoopRegion(); in buildHierarchicalCFG() 394 VPDomTree.recalculate(Plan); in buildHierarchicalCFG()
|
H A D | VPlan.cpp | 165 Plan = ParentPlan; in setPlan() 873 if (!Plan.getName().empty()) in dump() 875 if (Plan.BackedgeTakenCount) { in dump() 877 Plan.BackedgeTakenCount->print(OS, SlotTracker); in dump() 1093 void VPSlotTracker::assignSlots(const VPlan &Plan) { in assignSlots() argument 1095 for (const auto &P : Plan.VPExternalDefs) in assignSlots() 1098 assignSlot(&Plan.VectorTripCount); in assignSlots() 1099 if (Plan.BackedgeTakenCount) in assignSlots() 1100 assignSlot(Plan.BackedgeTakenCount); in assignSlots() 1119 return Plan.getOrAddExternalDef(E->getValue()); in getOrCreateVPValueForSCEVExpr() [all …]
|
H A D | VPlanVerifier.cpp | 252 bool VPlanVerifier::verifyPlanIsValid(const VPlan &Plan) { in verifyPlanIsValid() argument 255 auto Iter = vp_depth_first_deep(Plan.getEntry()); in verifyPlanIsValid() 265 const VPRegionBlock *TopRegion = Plan.getVectorLoopRegion(); in verifyPlanIsValid() 300 vp_depth_first_deep(Plan.getEntry()))) { in verifyPlanIsValid() 311 for (const auto &KV : Plan.getLiveOuts()) in verifyPlanIsValid()
|
H A D | VPlanHCFGBuilder.h | 50 VPlan &Plan; variable 66 : TheLoop(Lp), LI(LI), Plan(P) {} in VPlanHCFGBuilder()
|
H A D | LoopVectorize.cpp | 3684 Plan.clearLiveOuts(); in fixVectorizedLoop() 7577 [VF](const VPlanPtr &Plan) { return Plan->hasVF(VF); }) == in getBestPlanFor() argument 7582 if (Plan->hasVF(VF)) in getBestPlanFor() 7727 Plan->printDOT(O); in printPlans() 7729 Plan->print(O); in printPlans() 8472 VPlanPtr &Plan) { in handleReplication() argument 9149 Plan->addVF(VF); in buildVPlanWithVPRecipes() 9171 return Plan; in buildVPlanWithVPRecipes() 9191 Plan->addVF(VF); in buildVPlan() 9195 OrigLoop, Plan, in buildVPlan() [all …]
|
H A D | VPlanValue.h | 436 void assignSlots(const VPlan &Plan); 439 VPSlotTracker(const VPlan *Plan = nullptr) { 440 if (Plan) 441 assignSlots(*Plan);
|
H A D | VPlanVerifier.h | 44 static bool verifyPlanIsValid(const VPlan &Plan);
|
H A D | LoopVectorizationPlanner.h | 326 [&](const VPlanPtr &Plan) { return Plan->hasVF(VF); }); in hasPlanWithVF() 367 void adjustRecipesForReductions(VPBasicBlock *LatchVPBB, VPlanPtr &Plan,
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/ |
H A D | 696-intercept_skip_all.t | 15 ok($events->[0]->isa('Test2::Event::Plan'), "Plan is only event"); 16 is($events->[0]->directive, 'SKIP', "Plan is to skip"); 26 ok($events->[0]->isa('Test2::Event::Plan'), "Plan is only event"); 27 is($events->[0]->directive, 'SKIP', "Plan is to skip"); 37 ok($events->[0]->isa('Test2::Event::Plan'), "Plan is only event"); 38 is($events->[0]->directive, 'SKIP', "Plan is to skip");
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
H A D | Plan.t | 5 use Test2::Event::Plan; 8 my $plan = Test2::Event::Plan->new( 36 $plan = Test2::Event::Plan->new( 43 $plan = Test2::Event::Plan->new( 53 $plan = Test2::Event::Plan->new( 65 $plan = Test2::Event::Plan->new( 77 $plan = Test2::Event::Plan->new( 96 $plan = Test2::Event::Plan->new( 110 $plan = Test2::Event::Plan->new( 125 $plan = Test2::Event::Plan->new( [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.plan9 | 9 perlplan9 - Plan 9-specific documentation for Perl 14 Plan 9 Perl. As such, it is not intended to be a replacement 36 shebang path from config information located in Plan 9 39 =head2 What's in Plan 9 Perl 41 Although Plan 9 Perl currently only provides static 46 =head2 What's not in Plan 9 Perl 54 because the concept does not exist within Plan 9. Others, 70 =head2 Signals in Plan 9 Perl 73 environment, Plan 9 Perl uses the POSIX signal emulation 84 WELCOME to Plan 9 Perl, brave soul! [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/behavior/ |
H A D | filtering.t | 126 event Plan => { max => 2 }; 133 event Plan => { max => 5 }; 225 event Plan => { max => 5 }; 317 event Plan => { max => 5 }; 366 event Plan => { max => 1 }; 411 event Plan => { max => 2 }; 415 event Plan => { max => 5 }; 512 event Plan => { max => 2 }; 516 event Plan => { max => 5 }; 601 event Plan => { max => 2 }; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Tools/ |
H A D | Subtest.t | 34 event Plan => { directive => 'SKIP', reason => 'because' }; 165 event Plan => { max => 1 }; 190 event Plan => { max => 1 }; 221 event Plan => { directive => 'SKIP', reason => 'bleh' }; 322 event Plan => { max => 1 }; 346 event Plan => { max => 1 }; 376 event Plan => { directive => 'SKIP', reason => 'bleh' }; 415 event Plan => { directive => 'SKIP', reason => 'bleh' };
|
H A D | Basic.t | 177 event Plan => { max => 0, directive => 'SKIP', reason => 'oops' }; 191 event Plan => { max => 0, directive => 'SKIP', reason => 'oops' }; 203 event Plan => { max => 5 }; 214 event Plan => { max => 5 }; 230 event Plan => { max => 2 };
|
H A D | AsyncSubtest.t | 44 event Plan => { max => 1 }; 55 event Plan => { max => 1 };
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/ |
H A D | Plan.t | 6 use ok 'Test2::EventFacet::Plan'; 7 my $CLASS = 'Test2::EventFacet::Plan';
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/acceptance/ |
H A D | skip.t | 56 event Plan => sub { 87 event Plan => sub { 119 event Plan => sub {
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Tools/ |
H A D | Tiny.t | 82 ok($plan->isa('Test2::Event::Plan'), "got plan"); 116 ok($events->[0]->isa('Test2::Event::Plan'), "got plan"); 198 ok($events->[1]->isa('Test2::Event::Plan'), "finalize was called"); 208 ok($events->[1]->isa('Test2::Event::Plan'), "finalize was called (only 1 plan)");
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Plugin/ |
H A D | ExitSummary.t | 46 event Plan => { max => 1 }; 80 event Plan => { max => 1 };
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/ |
H A D | Plan.pm | 1 package Test2::EventFacet::Plan;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/ |
H A D | Plan.pm | 1 package TAP::Parser::Result::Plan;
|