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 | 374 LiveVariablePrinter &LVP, in printSourceLine() argument 422 printLines(OS, LineInfo, Delimiter, LVP); in printSourceLine() 424 printSources(OS, LineInfo, ObjectFilename, Delimiter, LVP); in printSourceLine() 430 LiveVariablePrinter &LVP) { in printLines() argument 445 LVP.printBetweenInsts(OS, true); in printLines() 480 LiveVariablePrinter &LVP) { in printSources() argument 489 LVP.printBetweenInsts(OS, true); in printSources()
|
| H A D | llvm-objdump.cpp | 656 LiveVariablePrinter &LVP) { in printBTFRelocation() argument 667 LVP.printAfterOtherLine(FOS, true); in printBTFRelocation() 678 LiveVariablePrinter &LVP) { in printInst() argument 680 SP->printSourceLine(OS, Address, ObjectFilename, LVP); in printInst() 681 LVP.printBetweenInsts(OS, false); in printInst() 701 LiveVariablePrinter &LVP) { in emitPostInstructionInfo() argument 715 LVP.printAfterInst(FOS); in emitPostInstructionInfo() 766 LiveVariablePrinter &LVP) override { in emitPostInstructionInfo() argument 769 LVP.printAfterInst(FOS); in emitPostInstructionInfo() 780 LiveVariablePrinter &LVP) override { in printInst() argument [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 | 9440 LoopVectorizationPlanner LVP(L, LI, DT, TLI, *TTI, LVL, CM, IAI, PSE, Hints, in processLoopInVPlanNativePath() local 9449 const VectorizationFactor VF = LVP.planInVPlanNativePath(UserVF); in processLoopInVPlanNativePath() 9457 VPlan &BestPlan = LVP.getPlanFor(VF.Width); in processLoopInVPlanNativePath() 9465 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath() 10076 LoopVectorizationPlanner LVP(L, LI, DT, TLI, *TTI, &LVL, CM, IAI, PSE, Hints, in processLoop() local 10090 LVP.plan(UserVF, UserIC); in processLoop() 10091 VectorizationFactor VF = LVP.computeBestVF(); in processLoop() 10095 LVP.emitInvalidCostRemarks(ORE); in processLoop() 10098 if (LVP.hasPlanWithVF(VF.Width)) { in processLoop() 10100 IC = CM.selectInterleaveCount(LVP.getPlanFor(VF.Width), VF.Width, VF.Cost); in processLoop() [all …]
|