Home
last modified time | relevance | path

Searched refs:LVP (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.h146 StringRef Delimiter, LiveVariablePrinter &LVP);
150 LiveVariablePrinter &LVP);
159 LiveVariablePrinter &LVP,
H A DSourcePrinter.cpp367 LiveVariablePrinter &LVP, in printSourceLine() argument
416 printLines(OS, LineInfo, Delimiter, LVP); in printSourceLine()
418 printSources(OS, LineInfo, ObjectFilename, Delimiter, LVP); in printSourceLine()
424 LiveVariablePrinter &LVP) { in printLines() argument
439 LVP.printBetweenInsts(OS, true); in printLines()
446 LiveVariablePrinter &LVP) { in printSources() argument
467 LVP.printBetweenInsts(OS, true); in printSources()
H A Dllvm-objdump.cpp468 LiveVariablePrinter &LVP) { in printInst() argument
470 SP->printSourceLine(OS, Address, ObjectFilename, LVP); in printInst()
471 LVP.printBetweenInsts(OS, false); in printInst()
519 LiveVariablePrinter &LVP) override { in printInst() argument
521 SP->printSourceLine(OS, Address, ObjectFilename, LVP, ""); in printInst()
558 SP->printSourceLine(OS, Address, ObjectFilename, LVP, ""); in printInst()
589 LiveVariablePrinter &LVP) override { in printInst() argument
591 SP->printSourceLine(OS, Address, ObjectFilename, LVP); in printInst()
641 LiveVariablePrinter &LVP) override { in printInst() argument
643 SP->printSourceLine(OS, Address, ObjectFilename, LVP); in printInst()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1250 const LoopVectorizationPlanner &LVP);
6149 const ElementCount MainLoopVF, const LoopVectorizationPlanner &LVP) { in selectEpilogueVectorizationFactor() argument
6183 if (LVP.hasPlanWithVFs( in selectEpilogueVectorizationFactor()
6209 LVP.hasPlanWithVFs({MainLoopVF, NextVF.Width})) in selectEpilogueVectorizationFactor()
9751 LoopVectorizationPlanner LVP(L, LI, TLI, TTI, LVL, CM, IAI, PSE, Hints, in processLoopInVPlanNativePath() local
9758 const VectorizationFactor VF = LVP.planInVPlanNativePath(UserVF); in processLoopInVPlanNativePath()
9767 LVP.setBestPlan(VF.Width, 1); in processLoopInVPlanNativePath()
9776 LVP.executePlan(LB, DT); in processLoopInVPlanNativePath()
9980 LoopVectorizationPlanner LVP(L, LI, TLI, TTI, &LVL, CM, IAI, PSE, Hints, in processLoop() local
9988 Optional<VectorizationFactor> MaybeVF = LVP.plan(UserVF, UserIC); in processLoop()
[all …]