Searched refs:MatchState (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLAndersAliasAnalysis.cpp | 101 enum class MatchState : uint8_t { enum 129 (1U << static_cast<uint8_t>(MatchState::FlowFromReadOnly)) | 130 (1U << static_cast<uint8_t>(MatchState::FlowFromMemAliasReadOnly)); 132 (1U << static_cast<uint8_t>(MatchState::FlowToWriteOnly)) | 133 (1U << static_cast<uint8_t>(MatchState::FlowToMemAliasWriteOnly)); 172 bool insert(InstantiatedValue From, InstantiatedValue To, MatchState State) { in insert() 259 MatchState State; 598 MatchState State, ReachabilitySet &ReachSet, in propagate() 620 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet, in initializeWorkList() 622 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet, in initializeWorkList() [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | intrinsic_table.cc | 160 class MatchState { class 162 MatchState(ProgramBuilder& b, in MatchState() function in tint::__anon8a4178ea0111::MatchState 220 virtual const sem::Type* Match(MatchState& state, 225 virtual std::string String(MatchState& state) const = 0; 239 virtual Number Match(MatchState& state, Number number) const = 0; 243 virtual std::string String(MatchState& state) const = 0; 254 const sem::Type* Match(MatchState& state, in Match() 262 std::string String(MatchState& state) const override; 275 Number Match(MatchState& state, Number number) const override { in Match() 282 std::string String(MatchState& state) const override; [all …]
|
D | intrinsic_table.inl.tmpl | 137 /// @param state the MatchState 140 const sem::Type* Match(MatchState& state, 142 /// @param state the MatchState 144 std::string String(MatchState& state) const override; 147 const sem::Type* {{$class}}::Match(MatchState& state, const sem::Type* ty) const { 163 std::string {{$class}}::String(MatchState&{{if .TemplateParams}} state{{end}}) const { 193 /// @param state the MatchState 196 const sem::Type* Match(MatchState& state, 198 /// @param state the MatchState 200 std::string String(MatchState& state) const override; [all …]
|
D | intrinsic_table.inl | 33 /// @param state the MatchState 36 const sem::Type* Match(MatchState& state, 38 /// @param state the MatchState 40 std::string String(MatchState& state) const override; 43 const sem::Type* Bool::Match(MatchState& state, const sem::Type* ty) const { 50 std::string Bool::String(MatchState&) const { 60 /// @param state the MatchState 63 const sem::Type* Match(MatchState& state, 65 /// @param state the MatchState 67 std::string String(MatchState& state) const override; [all …]
|