Lines Matching refs:defineOrEmit
1131 void defineOrEmit(InsnIterator insn, Pass pass, F &&emit);
1560 void SpirvShader::Impl::Debugger::defineOrEmit(InsnIterator insn, Pass pass, F &&emit) in defineOrEmit() function in sw::SpirvShader::Impl::Debugger
1586 defineOrEmit(insn, pass, [&](debug::CompilationUnit *cu) { in process()
1591 defineOrEmit(insn, pass, [&](debug::BasicType *type) { in process()
1598 defineOrEmit(insn, pass, [&](debug::ArrayType *type) { in process()
1615 defineOrEmit(insn, pass, [&](debug::VectorType *type) { in process()
1621 defineOrEmit(insn, pass, [&](debug::FunctionType *type) { in process()
1636 defineOrEmit(insn, pass, [&](debug::CompositeType *type) { in process()
1657 defineOrEmit(insn, pass, [&](debug::Member *member) { in process()
1670 defineOrEmit(insn, pass, [&](debug::TemplateType *tpl) { in process()
1679 defineOrEmit(insn, pass, [&](debug::TemplateParameter *param) { in process()
1689 defineOrEmit(insn, pass, [&](debug::GlobalVariable *var) { in process()
1703 defineOrEmit(insn, pass, [&](debug::Function *func) { in process()
1718 defineOrEmit(insn, pass, [&](debug::LexicalBlock *scope) { in process()
1730 defineOrEmit(insn, pass, [&](debug::SourceScope *ss) { in process()
1742 defineOrEmit(insn, pass, [&](debug::InlinedAt *ia) { in process()
1752 defineOrEmit(insn, pass, [&](debug::LocalVariable *var) { in process()
1770 defineOrEmit(insn, pass, [&](debug::Declare *decl) { in process()
1788 defineOrEmit(insn, pass, [&](debug::Value *value) { in process()
1840 defineOrEmit(insn, pass, [&](debug::Expression *expr) { in process()
1848 defineOrEmit(insn, pass, [&](debug::Source *source) { in process()
1866 defineOrEmit(insn, pass, [&](debug::Operation *operation) { in process()