Home
last modified time | relevance | path

Searched refs:getLeaderValue (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs()
778 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
794 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
809 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
999 dbgs() << format("%6d", EC->getLeaderValue(ID)); in dumpSwapVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs()
755 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
771 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
786 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
976 dbgs() << format("%6d", EC->getLeaderValue(ID)); in dumpSwapVector()
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp638 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs()
749 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
765 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
780 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval()
963 DEBUG(dbgs() << format("%6d", EC->getLeaderValue(ID))); in dumpSwapVector()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_fusion.cc346 id = leader_for_node_.getLeaderValue(id); in GetClusterForNode()
352 return cluster_storage_[leader_for_node_.getLeaderValue(node_id)].get(); in GetClusterForCyclesGraphNode()
/external/llvm/include/llvm/ADT/
DEquivalenceClasses.h166 const ElemTy &getLeaderValue(const ElemTy &V) const { in getLeaderValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h170 const ElemTy &getLeaderValue(const ElemTy &V) const { in getLeaderValue() function
/external/llvm-project/llvm/include/llvm/ADT/
DEquivalenceClasses.h170 const ElemTy &getLeaderValue(const ElemTy &V) const { in getLeaderValue() function
/external/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp384 auto LeaderI = DepCands.findValue(DepCands.getLeaderValue(Access)); in groupChecks()
682 Value *Leader = DepCands.getLeaderValue(Access).getPointer(); in createCheckForAccess()
1673 AccessSets.findValue(AccessSets.getLeaderValue(CurAccess)); in areDepsSafe()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp338 auto LeaderI = DepCands.findValue(DepCands.getLeaderValue(Access)); in groupChecks()
625 Value *Leader = DepCands.getLeaderValue(Access).getPointer(); in canCheckPtrAtRT()
1374 AccessSets.findValue(AccessSets.getLeaderValue(CurAccess)); in areDepsSafe()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp382 auto LeaderI = DepCands.findValue(DepCands.getLeaderValue(Access)); in groupChecks()
679 Value *Leader = DepCands.getLeaderValue(Access).getPointer(); in createCheckForAccess()
1647 AccessSets.findValue(AccessSets.getLeaderValue(CurAccess)); in areDepsSafe()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2036 Instruction *Leader = UnionFind.getLeaderValue(Inst); in joinOrderedInstructions()