Home
last modified time | relevance | path

Searched refs:MBPI (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp178 MachineBranchProbabilityInfo &MBPI, in MachineBlockFrequencyInfo() argument
180 calculate(F, MBPI, MLI); in MachineBlockFrequencyInfo()
193 const MachineFunction &F, const MachineBranchProbabilityInfo &MBPI, in calculate() argument
197 MBFI->calculate(F, MBPI, MLI); in calculate()
211 MachineBranchProbabilityInfo &MBPI = in runOnMachineFunction() local
214 calculate(F, MBPI, MLI); in runOnMachineFunction()
DMachineBlockPlacement.cpp346 const MachineBranchProbabilityInfo *MBPI; member in __anon84bdeb1d0111::MachineBlockPlacement
672 AdjustedSumProb -= MBPI->getEdgeProbability(BB, Succ); in collectViableSuccessors()
775 BranchProbability PProb = MBPI->getEdgeProbability(BB, Succ); in isProfitableToTailDup()
789 auto Prob = MBPI->getEdgeProbability(Succ, SuccSucc); in isProfitableToTailDup()
807 * MBPI->getEdgeProbability(SuccPred, Succ); in isProfitableToTailDup()
842 BranchProbability UProb = MBPI->getEdgeProbability(Succ, PDom); in isProfitableToTailDup()
1020 MBPI->getEdgeProbability(SuccPred, Succ); in getBestTrellisSuccessor()
1049 isProfitableToTailDup(BB, Succ2, MBPI->getEdgeProbability(BB, Succ1), in getBestTrellisSuccessor()
1052 MBPI->getEdgeProbability(BB, Succ2), AdjustedSumProb); in getBestTrellisSuccessor()
1067 MBPI->getEdgeProbability(BB, TrellisSucc), AdjustedSumProb); in getBestTrellisSuccessor()
[all …]
DTailDuplication.cpp86 auto MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in runOnMachineFunction() local
91 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI, PSI, /*LayoutMode=*/false); in runOnMachineFunction()
DLazyMachineBlockFrequencyInfo.cpp64 auto &MBPI = getAnalysis<MachineBranchProbabilityInfo>(); in calculateIfNotAvailable() local
89 OwnedMBFI->calculate(*MF, MBPI, *MLI); in calculateIfNotAvailable()
DIfConversion.cpp196 const MachineBranchProbabilityInfo *MBPI; member in __anon9af765990111::IfConverter
451 MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in INITIALIZE_PASS_DEPENDENCY()
464 BranchFolder BF(true, false, MBFI, *MBPI, PSI); in INITIALIZE_PASS_DEPENDENCY()
606 BranchFolder BF(false, false, MBFI, *MBPI, PSI); in INITIALIZE_PASS_DEPENDENCY()
1295 BranchProbability Prediction = MBPI->getEdgeProbability(BB, TrueBBI.BB); in AnalyzeBlock()
1677 CvtNext = MBPI->getEdgeProbability(&CvtMBB, &NextMBB); in IfConvertTriangle()
1678 CvtFalse = MBPI->getEdgeProbability(&CvtMBB, CvtBBI->FalseBB); in IfConvertTriangle()
1679 BBNext = MBPI->getEdgeProbability(BBI.BB, &NextMBB); in IfConvertTriangle()
1680 BBCvt = MBPI->getEdgeProbability(BBI.BB, &CvtMBB); in IfConvertTriangle()
2277 To2FromProb = MBPI->getEdgeProbability(ToBBI.BB, &FromMBB); in MergeBlocks()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp143 const MachineBranchProbabilityInfo *MBPI; member in __anoncd8621650111::SSACCmpConv
192 const MachineBranchProbabilityInfo *MBPI) { in runOnMachineFunction() argument
194 this->MBPI = MBPI; in runOnMachineFunction()
580 BranchProbability Head2CmpBB = MBPI->getEdgeProbability(Head, CmpBB); in convert()
581 BranchProbability CmpBB2Tail = MBPI->getEdgeProbability(CmpBB, Tail); in convert()
596 BranchProbability Head2Tail = MBPI->getEdgeProbability(Head, Tail); in convert()
606 BranchProbability CmpBB2I = MBPI->getEdgeProbability(CmpBB, *I); in convert()
762 const MachineBranchProbabilityInfo *MBPI; member in __anoncd8621650211::AArch64ConditionalCompares
940 MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in runOnMachineFunction()
946 CmpConv.runOnMachineFunction(MF, MBPI); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp248 const MachineBranchProbabilityInfo *MBPI; member in __anon15a9fbbb0311::MachineBlockPlacement
459 AdjustedSumProb -= MBPI->getEdgeProbability(BB, Succ); in collectViableSuccessors()
643 MBFI->getBlockFreq(Pred) * MBPI->getEdgeProbability(Pred, Succ); in hasBetterLayoutPredecessor()
683 auto RealSuccProb = MBPI->getEdgeProbability(BB, Succ); in selectBestSuccessor()
1007 auto SuccProb = MBPI->getEdgeProbability(MBB, Succ); in findBestLoopExit()
1147 MBFI->getBlockFreq(Pred) * MBPI->getEdgeProbability(Pred, HeaderBB); in rotateLoopWithProfile()
1168 auto SuccProb = MBPI->getEdgeProbability(BB, Succ); in rotateLoopWithProfile()
1226 auto TailToHeadProb = MBPI->getEdgeProbability(TailBB, *Iter); in rotateLoopWithProfile()
1274 MBPI->getEdgeProbability(LoopPred, L.getHeader()); in collectLoopBlockSet()
1556 MBPI->getEdgeProbability(ChainBB, FBB) > in optimizeBranches()
[all …]
DTailDuplication.cpp51 auto MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in runOnMachineFunction() local
53 Duplicator.initMF(MF, MMI, MBPI); in runOnMachineFunction()
DMachineBlockFrequencyInfo.cpp136 MachineBranchProbabilityInfo &MBPI = in runOnMachineFunction() local
141 MBFI->calculate(F, MBPI, MLI); in runOnMachineFunction()
DBranchFolding.h34 const MachineBranchProbabilityInfo &MBPI);
128 const MachineBranchProbabilityInfo &MBPI; variable
DIfConversion.cpp166 const MachineBranchProbabilityInfo *MBPI; member in __anonb734dc770111::IfConverter
294 MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in INITIALIZE_PASS_DEPENDENCY()
305 BranchFolder BF(true, false, MBFI, *MBPI); in INITIALIZE_PASS_DEPENDENCY()
429 BranchFolder BF(false, false, MBFI, *MBPI); in INITIALIZE_PASS_DEPENDENCY()
882 BranchProbability Prediction = MBPI->getEdgeProbability(BB, TrueBBI.BB); in AnalyzeBlock()
1255 CvtNext = MBPI->getEdgeProbability(CvtBBI->BB, NextBBI->BB); in IfConvertTriangle()
1256 CvtFalse = MBPI->getEdgeProbability(CvtBBI->BB, CvtBBI->FalseBB); in IfConvertTriangle()
1257 BBNext = MBPI->getEdgeProbability(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1258 BBCvt = MBPI->getEdgeProbability(BBI.BB, CvtBBI->BB); in IfConvertTriangle()
1751 To2FromProb = MBPI->getEdgeProbability(ToBBI.BB, FromBBI.BB); in MergeBlocks()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CondBrFolding.cpp104 const MachineBranchProbabilityInfo *MBPI, in X86CondBrFolding() argument
106 : TII(TII), MBPI(MBPI), MF(MF) {} in X86CondBrFolding()
111 const MachineBranchProbabilityInfo *MBPI; member in __anon9a2263cc0211::X86CondBrFolding
239 setBranchProb(MBB, NewDest, MBPI->getEdgeProbability(MBB, OrigDest)); in replaceBrDest()
285 BranchProbability TargetProb = MBPI->getEdgeProbability(&MBB, MBBInfo->TBB); in optimizeCondBr()
352 Prob = MBPI->getEdgeProbability(ThisMBB, NextMBB); in optimizeCondBr()
574 const MachineBranchProbabilityInfo *MBPI = in runOnMachineFunction() local
577 X86CondBrFolding CondBr(TII, MBPI, MF); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h42 MachineBranchProbabilityInfo &MBPI,
52 const MachineBranchProbabilityInfo &MBPI,
DTailDuplicator.h41 const MachineBranchProbabilityInfo *MBPI; variable
71 const MachineBranchProbabilityInfo *MBPI,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp220 const MachineBranchProbabilityInfo *MBPI = nullptr; member in __anona6cb0cfb0111::HexagonEarlyIfConversion
508 if (MBPI && FP.TrueB && !FP.FalseB && in isProfitable()
509 (MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) < JumpProb || in isProfitable()
510 MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) > Prob)) in isProfitable()
513 if (MBPI && !FP.TrueB && FP.FalseB && in isProfitable()
514 (MBPI->getEdgeProbability(FP.SplitB, FP.FalseB) < JumpProb || in isProfitable()
515 MBPI->getEdgeProbability(FP.SplitB, FP.FalseB) > Prob)) in isProfitable()
520 if (MBPI) { in isProfitable()
521 if (MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) > Prob) in isProfitable()
523 if (MBPI->getEdgeProbability(FP.SplitB, FP.FalseB) > Prob) in isProfitable()
[all …]
DHexagonNewValueJump.cpp100 const MachineBranchProbabilityInfo *MBPI; member
339 *MBPI) { in getNewValueJumpOpcode() argument
343 MBPI->getEdgeProbability(Src, jmpTarget); in getNewValueJumpOpcode()
463 MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in runOnMachineFunction()
688 jmpTarget, MBPI); in runOnMachineFunction()
DHexagonVLIWPacketizer.h62 const MachineBranchProbabilityInfo *MBPI;
72 AAResults *AA, const MachineBranchProbabilityInfo *MBPI,
/external/llvm/include/llvm/CodeGen/
DTailDuplicator.h33 const MachineBranchProbabilityInfo *MBPI; variable
49 const MachineBranchProbabilityInfo *MBPI);
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.h36 const MachineBranchProbabilityInfo *MBPI;
47 const MachineBranchProbabilityInfo *MBPI);
DHexagonNewValueJump.cpp94 const MachineBranchProbabilityInfo *MBPI; member
291 *MBPI) { in getNewValueJumpOpcode() argument
295 MBPI->getEdgeProbability(Src, jmpTarget); in getNewValueJumpOpcode()
405 MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in runOnMachineFunction()
639 jmpTarget, MBPI); in runOnMachineFunction()
DHexagonVLIWPacketizer.cpp107 const MachineBranchProbabilityInfo *MBPI) in INITIALIZE_PASS_DEPENDENCY()
108 : VLIWPacketizerList(MF, MLI, AA), MBPI(MBPI), MLI(&MLI) { in INITIALIZE_PASS_DEPENDENCY()
181 auto *MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in runOnMachineFunction() local
187 HexagonPacketizerList Packetizer(MF, MLI, AA, MBPI); in runOnMachineFunction()
424 NewOpcode = HII->getDotNewPredOp(MI, MBPI); in promoteToDotNew()
DHexagonInstrInfo.h389 const MachineBranchProbabilityInfo *MBPI) const;
391 const MachineBranchProbabilityInfo *MBPI) const;
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp49 MBFI(nullptr), MBPI(nullptr), OptMode(RunningMode) { in RegBankSelect()
65 MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in init()
68 MBPI = nullptr; in init()
411 assert(MBFI && MBPI && "Cost computation requires MBFI and MBPI"); in computeMapping()
761 const MachineBranchProbabilityInfo *MBPI = in frequency() local
763 if (!MBPI) in frequency()
766 return (MBFI->getBlockFreq(&Src) * MBPI->getEdgeProbability(&Src, DstOrSplit)) in frequency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp114 const MachineBranchProbabilityInfo *MBPI; member
184 if (BSI.MBPI) { in splitMBB()
186 ProbToNewTarget = BSI.MBPI->getEdgeProbability(ThisMBB, OrigFallThrough) / 2; in splitMBB()
191 ProbToNewTarget = BSI.MBPI->getEdgeProbability(ThisMBB, OrigTarget) / 2; in splitMBB()
382 const MachineBranchProbabilityInfo *MBPI = nullptr; member in __anon527578a30111::PPCReduceCRLogicals
572 MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in initialize()
693 InvertOrigBranch, TargetIsFallThrough, MBPI, CRI.MI, in splitBlockOnBinaryCROp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp90 MBPI = &getAnalysis<MachineBranchProbabilityInfo>(); in init()
93 MBPI = nullptr; in init()
515 assert(MBFI && MBPI && "Cost computation requires MBFI and MBPI"); in computeMapping()
920 const MachineBranchProbabilityInfo *MBPI = in frequency() local
922 if (!MBPI) in frequency()
925 return (MBFI->getBlockFreq(&Src) * MBPI->getEdgeProbability(&Src, DstOrSplit)) in frequency()

12