Lines Matching refs:get_module
533 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in GetOutputBufferId()
535 for (auto& entry : get_module()->entry_points()) { in GetOutputBufferId()
577 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in GetInputBufferId()
579 for (auto& entry : get_module()->entry_points()) { in GetInputBufferId()
695 new Instruction(get_module()->context(), SpvOpFunction, GetVoidId(), in GetStreamWriteFunctionId()
710 new Instruction(get_module()->context(), SpvOpFunctionParameter, in GetStreamWriteFunctionId()
782 new Instruction(get_module()->context(), SpvOpFunctionEnd, 0, 0, {})); in GetStreamWriteFunctionId()
803 get_module()->context(), SpvOpFunction, ibuf_type_id, func_id, in GetDirectReadFunctionId()
817 get_module()->context(), SpvOpFunctionParameter, GetUintId(), pid, {})); in GetDirectReadFunctionId()
862 new Instruction(get_module()->context(), SpvOpFunctionEnd, 0, 0, {})); in GetDirectReadFunctionId()
979 for (auto& e : get_module()->entry_points()) { in InstProcessEntryPointCallTree()
1013 for (auto& e : get_module()->entry_points()) { in InstProcessEntryPointCallTree()
1047 for (auto& fn : *get_module()) { in InitializeInstrument()
1056 Module* module = get_module(); in InitializeInstrument()
1103 auto curr_fn = get_module()->begin(); in InitializeInstrument()
1104 for (; curr_fn != get_module()->end(); ++curr_fn) { in InitializeInstrument()