Home
last modified time | relevance | path

Searched refs:Plan (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dplan94 # plan9: file(1) magic for AT&T Bell Labs' Plan 9 executables and object files
7 0 belong 0x00000107 Plan 9 executable, Motorola 68k
8 0 belong 0x00000197 Plan 9 executable, AT&T Hobbit
9 0 belong 0x000001EB Plan 9 executable, Intel i386
10 0 belong 0x00000247 Plan 9 executable, Intel i960
11 0 belong 0x000002AB Plan 9 executable, SPARC
12 0 belong 0x00000407 Plan 9 executable, MIPS R3000
13 0 belong 0x0000048B Plan 9 executable, AT&T DSP 3210
14 0 belong 0x00000517 Plan 9 executable, MIPS R4000 BE
15 0 belong 0x000005AB Plan 9 executable, AMD 29000
[all …]
H A Dcommands70 # AT&T Bell Labs' Plan 9 shell
71 0 string/fwt #!\ /bin/rc Plan 9 rc shell script text executable
H A Dwordprocessors264 # Corel Plan Perfect
267 >>>9 byte x Corel Plan Perfect: Unknown filetype %d
H A Dfilesystems45 >0 ubyte 0x39 Plan 9, or Theos spanned
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp31 VPlanPtr &Plan, in VPInstructionsToVPRecipes() argument
37 Plan->getVectorLoopRegion()); in VPInstructionsToVPRecipes()
58 VPValue *Start = Plan->getOrAddLiveIn(II->getStartValue()); in VPInstructionsToVPRecipes()
60 vputils::getOrCreateVPValueForSCEVExpr(*Plan, II->getStep(), SE); in VPInstructionsToVPRecipes()
104 static bool sinkScalarOperands(VPlan &Plan) { in sinkScalarOperands() argument
105 auto Iter = vp_depth_first_deep(Plan.getEntry()); in sinkScalarOperands()
125 bool ScalarVFOnly = Plan.hasScalarVFOnly(); in sinkScalarOperands()
216 static bool mergeReplicateRegionsIntoSuccessors(VPlan &Plan) { in mergeReplicateRegionsIntoSuccessors() argument
224 vp_depth_first_deep(Plan.getEntry()))) { in mergeReplicateRegionsIntoSuccessors()
304 VPlan &Plan) { in createReplicateRegion() argument
[all …]
H A DVPlanTransforms.h33 VPInstructionsToVPRecipes(VPlanPtr &Plan,
46 static bool adjustFixedOrderRecurrences(VPlan &Plan, VPBuilder &Builder);
49 static void clearReductionWrapFlags(VPlan &Plan);
53 static void optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
60 static void optimize(VPlan &Plan, ScalarEvolution &SE);
66 static void createAndOptimizeReplicateRegions(VPlan &Plan);
76 static void addActiveLaneMask(VPlan &Plan,
83 truncateToMinimalBitwidths(VPlan &Plan,
100 VPlan &Plan, function_ref<bool(BasicBlock *)> BlockNeedsPredication);
108 static bool tryAddExplicitVectorLength(VPlan &Plan);
H A DVPlanVerifier.cpp59 bool verify(const VPlan &Plan);
291 bool VPlanVerifier::verify(const VPlan &Plan) { in verify() argument
292 if (any_of(vp_depth_first_shallow(Plan.getEntry()), in verify()
296 const VPRegionBlock *TopRegion = Plan.getVectorLoopRegion(); in verify()
337 for (const auto &KV : Plan.getLiveOuts()) in verify()
346 bool llvm::verifyVPlanIsValid(const VPlan &Plan) { in verifyVPlanIsValid() argument
348 VPDT.recalculate(const_cast<VPlan &>(Plan)); in verifyVPlanIsValid()
350 return Verifier.verify(Plan); in verifyVPlanIsValid()
H A DVPRecipeBuilder.h27 VPlan &Plan; variable
106 VPRecipeBuilder(VPlan &Plan, Loop *OrigLoop, const TargetLibraryInfo *TLI, in VPRecipeBuilder() argument
110 : Plan(Plan), OrigLoop(OrigLoop), TLI(TLI), Legal(Legal), CM(CM), in VPRecipeBuilder()
168 VPValue *getVPValueOrAddLiveIn(Value *V, VPlan &Plan) { in getVPValueOrAddLiveIn() argument
173 return Plan.getOrAddLiveIn(V); in getVPValueOrAddLiveIn()
H A DVPlan.cpp150 VPlan *VPBlockBase::getPlan() { return getPlanEntry(this)->Plan; } in getPlan()
152 const VPlan *VPBlockBase::getPlan() const { return getPlanEntry(this)->Plan; } in getPlan()
173 Plan = ParentPlan; in setPlan()
221 InnerLoopVectorizer *ILV, VPlan *Plan, in VPTransformState() argument
223 : VF(VF), UF(UF), CFG(DT), LI(LI), Builder(Builder), ILV(ILV), Plan(Plan), in VPTransformState()
225 TypeAnalysis(Plan->getCanonicalIV()->getScalarType(), Ctx) {} in VPTransformState()
277 Plan->getVectorLoopRegion()->getSinglePredecessor())]; in get()
863 auto Plan = std::make_unique<VPlan>(Entry, VecPreheader); in createInitialVPlan() local
864 Plan->TripCount = in createInitialVPlan()
865 vputils::getOrCreateVPValueForSCEVExpr(*Plan, TripCount, SE); in createInitialVPlan()
[all …]
H A DVPlanHCFGBuilder.cpp43 VPlan &Plan; member in __anon4db757b80111::PlainCFGBuilder
75 : TheLoop(Lp), LI(LI), Plan(P) {} in PlainCFGBuilder()
205 RegionOfVPBB = Plan.getVectorLoopRegion(); in getOrCreateVPBB()
275 VPValue *NewVPVal = Plan.getOrAddLiveIn(IRVal); in getOrCreateVPOperand()
337 VPRegionBlock *TheRegion = Plan.getVectorLoopRegion(); in buildPlainCFG()
379 IRDef2VPValue[&I] = Plan.getOrAddLiveIn(&I); in buildPlainCFG()
445 PlainCFGBuilder PCFGBuilder(TheLoop, LI, Plan); in buildPlainCFG()
453 LLVM_DEBUG(Plan.setName("HCFGBuilder: Plain CFG\n"); dbgs() << Plan); in buildHierarchicalCFG()
456 VPDomTree.recalculate(Plan); in buildHierarchicalCFG()
H A DVPlanHCFGBuilder.h49 VPlan &Plan; variable
61 : TheLoop(Lp), LI(LI), Plan(P) {} in VPlanHCFGBuilder()
H A DLoopVectorize.cpp510 void fixVectorizedLoop(VPTransformState &State, VPlan &Plan);
526 void fixNonInductionPHIs(VPlan &Plan, VPTransformState &State);
564 VPlan &Plan, VPTransformState &State);
2771 BasicBlock *VectorHeader, VPlan &Plan, in fixupIVUsers() argument
2810 VPValue *StepVPV = Plan.getSCEVExpansion(II.getStep()); in fixupIVUsers()
2831 Plan.removeLiveOut(PHI); in fixupIVUsers()
2947 VPlan &Plan) { in fixVectorizedLoop() argument
2950 fixNonInductionPHIs(Plan, State); in fixVectorizedLoop()
2965 VPRegionBlock *VectorRegion = State.Plan->getVectorLoopRegion(); in fixVectorizedLoop()
2985 VectorLoop->getHeader(), Plan, State); in fixVectorizedLoop()
[all …]
H A DVPlanValue.h460 void assignNames(const VPlan &Plan);
464 VPSlotTracker(const VPlan *Plan = nullptr) {
465 if (Plan)
466 assignNames(*Plan);
H A DLoopVectorizationPlanner.h345 InstructionCost cost(VPlan &Plan, ElementCount VF) const;
398 [&](const VPlanPtr &Plan) { return Plan->hasVF(VF); }); in hasPlanWithVF()
444 void adjustRecipesForReductions(VPlanPtr &Plan,
H A DVPlanVerifier.h36 bool verifyVPlanIsValid(const VPlan &Plan);
H A DVPlanAnalysis.h68 void collectEphemeralRecipesForVPlan(VPlan &Plan,
H A DVPlanAnalysis.cpp288 VPlan &Plan, DenseSet<VPRecipeBase *> &EphRecipes) { in collectEphemeralRecipesForVPlan() argument
292 vp_depth_first_deep(Plan.getVectorLoopRegion()->getEntry()))) { in collectEphemeralRecipesForVPlan()
H A DVPlan.h258 InnerLoopVectorizer *ILV, VPlan *Plan, LLVMContext &Ctx);
415 VPlan *Plan; member
457 VPlan *Plan = nullptr; variable
719 void fixPhi(VPlan &Plan, VPTransformState &State);
3506 const VPlan &Plan; variable
3546 : OS(O), Plan(P), SlotTracker(&P) {} in VPlanPrinter()
3564 inline raw_ostream &operator<<(raw_ostream &OS, const VPlan &Plan) {
3565 Plan.print(OS);
3676 VPInterleavedAccessInfo(VPlan &Plan, InterleavedAccessInfo &IAI);
3804 VPValue *getOrCreateVPValueForSCEVExpr(VPlan &Plan, const SCEV *Expr,
[all …]
H A DVPlanRecipes.cpp195 void VPLiveOut::fixPhi(VPlan &Plan, VPTransformState &State) { in fixPhi() argument
201 cast<VPBasicBlock>(Plan.getVectorLoopRegion()->getSingleSuccessor()); in fixPhi()
530 auto *Plan = getParent()->getPlan(); in generatePerPart() local
531 VPRegionBlock *TopRegion = Plan->getVectorLoopRegion(); in generatePerPart()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_extensions.rst33 Scripted Thread Plan Plugins
/freebsd/contrib/tzdata/
H A Dasia3118 # "Govt Withdraws Plan To Advance Clocks"
/freebsd/contrib/byacc/
H A DCHANGES1043 While, according to Plan 9 documentation, the environment variable