Searched refs:LVP (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.h | 148 StringRef Delimiter, LiveVariablePrinter &LVP); 152 LiveVariablePrinter &LVP); 165 LiveVariablePrinter &LVP,
|
H A D | SourcePrinter.cpp | 375 LiveVariablePrinter &LVP, in printSourceLine() argument 424 printLines(OS, LineInfo, Delimiter, LVP); in printSourceLine() 426 printSources(OS, LineInfo, ObjectFilename, Delimiter, LVP); in printSourceLine() 432 LiveVariablePrinter &LVP) { in printLines() argument 447 LVP.printBetweenInsts(OS, true); in printLines() 482 LiveVariablePrinter &LVP) { in printSources() argument 491 LVP.printBetweenInsts(OS, true); in printSources()
|
H A D | llvm-objdump.cpp | 657 LiveVariablePrinter &LVP) { in printBTFRelocation() argument 668 LVP.printAfterOtherLine(FOS, true); in printBTFRelocation() 679 LiveVariablePrinter &LVP) { in printInst() argument 681 SP->printSourceLine(OS, Address, ObjectFilename, LVP); in printInst() 682 LVP.printBetweenInsts(OS, false); in printInst() 718 LiveVariablePrinter &LVP) override { in printInst() argument 720 SP->printSourceLine(OS, Address, ObjectFilename, LVP, ""); in printInst() 757 SP->printSourceLine(OS, Address, ObjectFilename, LVP, ""); in printInst() 788 LiveVariablePrinter &LVP) override { in printInst() argument 790 SP->printSourceLine(OS, Address, ObjectFilename, LVP); in printInst() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-ktd2692.txt | 8 Flash timeout, LVP(low voltage protection).
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9452 LoopVectorizationPlanner LVP(L, LI, DT, TLI, *TTI, LVL, CM, IAI, PSE, Hints, in processLoopInVPlanNativePath() local 9461 const VectorizationFactor VF = LVP.planInVPlanNativePath(UserVF); in processLoopInVPlanNativePath() 9469 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoopInVPlanNativePath() 9480 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath() 9803 LoopVectorizationPlanner LVP(L, LI, DT, TLI, *TTI, &LVL, CM, IAI, PSE, Hints, in processLoop() local 9811 std::optional<VectorizationFactor> MaybeVF = LVP.plan(UserVF, UserIC); in processLoop() 9944 UseLegacyCostModel ? LVP.getBestPlanFor(VF.Width) : LVP.getBestPlan(); in processLoop() 9947 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop() 9960 LVP.selectEpilogueVectorizationFactor(VF.Width, IC); in processLoop() 9971 LVP.getBestPlanFor(EPI.MainLoopVF).duplicate()); in processLoop() [all …]
|