Home
last modified time | relevance | path

Searched defs:lhs_entry (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp139 acp_entry *lhs_entry = pull_acp(lhs); in write_elements() local
158 acp_entry *lhs_entry = pull_acp(lhs); in write_full() local
183 void remove_unused_var_from_dsts(acp_entry *lhs_entry, ir_variable *lhs, ir_variable *var) in remove_unused_var_from_dsts()
Dopt_structure_splitting.cpp263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave() local
/external/libtextclassifier/native/utils/grammar/parsing/
Dmatcher.cc222 inline void GetLhs(const RulesSet* rules_set, const int lhs_entry, in GetLhs()
/external/libtextclassifier/native/utils/grammar/utils/
Dir.cc48 bool IsSameLhsEntry(const Ir::Lhs& lhs, const int32 lhs_entry, in IsSameLhsEntry()