| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCMachineScheduler.cpp | 19 bool PPCPreRASchedStrategy::biasAddiLoadCandidate(SchedCandidate &Cand, in biasAddiLoadCandidate() 45 void PPCPreRASchedStrategy::tryCandidate(SchedCandidate &Cand, in tryCandidate()
|
| D | PPCBranchCoalescing.cpp | 234 bool PPCBranchCoalescing::canCoalesceBranch(CoalescingCandidateInfo &Cand) { in canCoalesceBranch()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopLoadElimination.cpp | 135 const StoreToLoadForwardingCandidate &Cand) { in operator <<() 266 for (const auto &Cand : Candidates) { in removeDependencesFromMultipleStores() local 292 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores() 415 propagateStoredValueToLoadUsers(const StoreToLoadForwardingCandidate &Cand, in propagateStoredValueToLoadUsers() 492 for (const StoreToLoadForwardingCandidate &Cand : StoreToLoadDependences) { in processLoop() local 575 for (const auto &Cand : Candidates) in processLoop() local
|
| D | ConstantHoisting.cpp | 375 ConstPtrUnionType Cand = ConstInt; in collectConstantCandidates() local 423 ConstPtrUnionType Cand = ConstExpr; in collectConstantCandidates() local
|
| D | GVNSink.cpp | 751 SinkingInstructionCandidate Cand; in analyzeInstructionForSinking() local 795 auto Cand = analyzeInstructionForSinking(LRI, InstNum, MemoryInstNum, in sinkBB() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | GCNSchedStrategy.cpp | 62 void GCNMaxOccupancySchedStrategy::initCandidate(SchedCandidate &Cand, SUnit *SU, in initCandidate() 145 SchedCandidate &Cand) { in pickNodeFromQueue() 234 SchedCandidate Cand; in pickNodeBidirectional() local
|
| D | SIMachineScheduler.cpp | 161 SISchedulerCandidate &Cand, in tryLess() 178 SISchedulerCandidate &Cand, in tryGreater() 203 void SIScheduleBlock::traceCandidate(const SISchedCandidate &Cand) { in traceCandidate() 210 void SIScheduleBlock::tryCandidateTopDown(SISchedCandidate &Cand, in tryCandidateTopDown() 1560 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, in tryCandidateLatency() 1585 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, in tryCandidateRegUsage() 1608 SIBlockSchedCandidate Cand; in pickBlock() local
|
| D | GCNMinRegStrategy.cpp | 129 auto &Cand = *I++; in findMax() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | RegAllocGreedy.cpp | 1312 bool RAGreedy::growRegion(GlobalSplitCandidate &Cand) { in growRegion() 1371 bool RAGreedy::calcCompactRegion(GlobalSplitCandidate &Cand) { in calcCompactRegion() 1484 GlobalSplitCandidate &Cand, in splitCanCauseEvictionChain() 1544 GlobalSplitCandidate &Cand, in splitCanCauseLocalSpill() 1583 BlockFrequency RAGreedy::calcGlobalSplitCost(GlobalSplitCandidate &Cand, in calcGlobalSplitCost() 1702 GlobalSplitCandidate &Cand = GlobalCand[CandIn]; in splitAroundRegion() local 1711 GlobalSplitCandidate &Cand = GlobalCand[CandOut]; in splitAroundRegion() local 1751 GlobalSplitCandidate &Cand = GlobalCand[CandIn]; in splitAroundRegion() local 1759 GlobalSplitCandidate &Cand = GlobalCand[CandOut]; in splitAroundRegion() local 1905 GlobalSplitCandidate &Cand = GlobalCand[NumCands]; in calculateRegionSplitCost() local [all …]
|
| D | MachineScheduler.cpp | 2594 void GenericSchedulerBase::traceCandidate(const SchedCandidate &Cand) { in traceCandidate() 2651 GenericSchedulerBase::SchedCandidate &Cand, in tryLess() 2667 GenericSchedulerBase::SchedCandidate &Cand, in tryGreater() 2682 GenericSchedulerBase::SchedCandidate &Cand, in tryLatency() 2712 static void tracePick(const GenericSchedulerBase::SchedCandidate &Cand) { in tracePick() 2866 GenericSchedulerBase::SchedCandidate &Cand, in tryPressure() 2950 void GenericScheduler::initCandidate(SchedCandidate &Cand, SUnit *SU, in initCandidate() 2997 void GenericScheduler::tryCandidate(SchedCandidate &Cand, in tryCandidate() 3108 SchedCandidate &Cand) { in pickNodeFromQueue() 3196 SchedCandidate Cand = BotCand; in pickNodeBidirectional() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | InstrProfiling.cpp | 266 for (auto &Cand : LoopToCandidates[&L]) { in run() local
|
| D | PGOInstrumentation.cpp | 848 for (VPCandidateInfo Cand : FuncInfo.ValueSites[Kind]) { in instrumentOneFunc() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | PartialInlining.cpp | 677 BasicBlock *Cand = OutliningInfo->NonReturnBlock; in computeOutliningInfo() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMLoadStoreOptimizer.cpp | 856 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonBitSimplify.cpp | 3324 std::vector<LoopCand> Cand; in runOnMachineFunction() local
|