Home
last modified time | relevance | path

Searched refs:SetFunctionEnd (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h80 inline void SetFunctionEnd(std::unique_ptr<Instruction> end_inst);
256 inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { in SetFunctionEnd() function
Dwrap_opkill.cpp150 (*killing_func)->SetFunctionEnd(std::move(func_end)); in GetKillingFuncId()
Dfunction.cpp48 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
Dir_loader.cpp149 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
Dinstrument_pass.cpp784 output_func->SetFunctionEnd(std::move(func_end_inst)); in GetStreamWriteFunctionId()
864 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetDirectReadFunctionId()
Dinst_buff_addr_check_pass.cpp394 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetSearchAndTestFuncId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h80 inline void SetFunctionEnd(std::unique_ptr<Instruction> end_inst);
256 inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { in SetFunctionEnd() function
Dwrap_opkill.cpp150 (*killing_func)->SetFunctionEnd(std::move(func_end)); in GetKillingFuncId()
Dfunction.cpp48 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
Dir_loader.cpp149 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
Dinstrument_pass.cpp784 output_func->SetFunctionEnd(std::move(func_end_inst)); in GetStreamWriteFunctionId()
864 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetDirectReadFunctionId()
Dinst_buff_addr_check_pass.cpp394 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetSearchAndTestFuncId()
/third_party/spirv-tools/source/opt/
Dfunction.h81 inline void SetFunctionEnd(std::unique_ptr<Instruction> end_inst);
269 inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { in SetFunctionEnd() function
Dwrap_opkill.cpp150 (*killing_func)->SetFunctionEnd(std::move(func_end)); in GetKillingFuncId()
Dfunction.cpp48 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
Dir_loader.cpp149 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
Dinstrument_pass.cpp838 output_func->SetFunctionEnd(std::move(func_end_inst)); in GetStreamWriteFunctionId()
924 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetDirectReadFunctionId()
Dinst_buff_addr_check_pass.cpp394 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetSearchAndTestFuncId()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_early_terminator_wrapper.cpp87 function->SetFunctionEnd(MakeUnique<opt::Instruction>( in Apply()
Dtransformation_add_function.cpp306 new_function->SetFunctionEnd(InstructionFromMessage( in TryToAddFunction()
Dtransformation_outline_function.cpp897 outlined_function->SetFunctionEnd(MakeUnique<opt::Instruction>( in PopulateOutlinedFunction()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_early_terminator_wrapper.cpp87 function->SetFunctionEnd(MakeUnique<opt::Instruction>( in Apply()
Dtransformation_add_function.cpp306 new_function->SetFunctionEnd(InstructionFromMessage( in TryToAddFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_early_terminator_wrapper.cpp87 function->SetFunctionEnd(MakeUnique<opt::Instruction>( in Apply()
Dtransformation_add_function.cpp306 new_function->SetFunctionEnd(InstructionFromMessage( in TryToAddFunction()

12