/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() argument 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 241 struct OpcodeAndConfig { in stabilize() struct 242 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() argument 249 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 250 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 252 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 259 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 266 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 291 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() argument 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() argument 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() argument 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 241 struct OpcodeAndConfig { in stabilize() struct 242 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function 249 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 250 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 252 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 259 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 266 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 291 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() argument 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 242 struct OpcodeAndConfig { in stabilize() struct 243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function 250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 256 struct OpcodeAndConfig { in stabilize() struct 257 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function 264 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument 265 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument 267 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() 274 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize() 281 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize() 306 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()
|