Home
last modified time | relevance | path

Searched defs:function (Results 851 - 875 of 1138) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp67 auto *function = Ice::Cfg::create(context, sequenceNumber).release(); in createFunction() local
97 Ice::Variable *allocateStackVariable(Ice::Cfg *function, Ice::Type type, int arraySize = 0) in allocateStackVariable() argument
126 Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Type retTy, Ice::Operand *callTarget, const std::vector<Ice::Operand *> &iceArgs, bool isVariadic) Call() argument
160 Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Type retTy, void const *fptr, const std::vector<Ice::Operand *> &iceArgs, bool isVariadic) Call() argument
168 Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Return(fptr)(CArgs...), RArgs &&... args) Call() argument
177 createTruncate(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *from, Ice::Type toType) createTruncate() argument
185 createLoad(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *ptr, Ice::Type type, unsigned int align) createLoad() argument
219 Ice::Cfg *function = nullptr; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp1184 Function<Void(Pointer<Byte>)> function; in generate() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp40 Function<Int(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, Pointer<Byte>)> function; in generate() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp57 FindAvailableInstructions( opt::Function* function, opt::BasicBlock* block, const opt::BasicBlock::iterator& inst_it, std::function<bool(opt::IRContext*, opt::Instruction*)> instruction_is_relevant) const FindAvailableInstructions() argument
106 ForEachInstructionWithInstructionDescriptor( opt::Function* function, std::function< void(opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
170 ForEachInstructionWithInstructionDescriptor( std::function< void(opt::Function* function, opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
629 auto function = header_block->GetParent(); GetOrCreateSimpleLoopPreheader() local
712 auto function = fuzzerutil::FindFunction(GetIRContext(), function_id); FindOrCreateLocalVariable() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp232 bool GraphicsRobustAccessPass::ProcessAFunction(opt::Function* function) { in ProcessAFunction() argument
H A Dir_builder.h500 Instruction* AddFunctionCall(uint32_t result_type, uint32_t function, in AddFunctionCall() argument
H A Dmerge_return_pass.cpp101 ProcessStructured( Function* function, const std::vector<BasicBlock*>& return_blocks) ProcessStructured() argument
645 CollectReturnBlocks( Function* function) CollectReturnBlocks() argument
658 MergeReturnBlocks( Function* function, const std::vector<BasicBlock*>& return_blocks) MergeReturnBlocks() argument
754 RecordImmediateDominators(Function* function) RecordImmediateDominators() argument
851 HasNontrivialUnreachableBlocks(Function* function) HasNontrivialUnreachableBlocks() argument
[all...]
H A Dreplace_desc_array_access_using_var_index.cpp261 auto* function = block->GetParent(); in ReplaceNonUniformAccessWithSwitchCase() local
H A Dscalar_analysis.cpp262 Function* function = basic_block->GetParent(); in AnalyzePhiInstruction() local
H A Dscalar_replacement_pass.cpp52 Pass::Status ScalarReplacementPass::ProcessFunction(Function* function) { in ProcessFunction() argument
H A Dtype_manager.cpp379 const Function* function = type->AsFunction(); in GetTypeInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp57 FindAvailableInstructions( opt::Function* function, opt::BasicBlock* block, const opt::BasicBlock::iterator& inst_it, std::function<bool(opt::IRContext*, opt::Instruction*)> instruction_is_relevant) const FindAvailableInstructions() argument
106 ForEachInstructionWithInstructionDescriptor( opt::Function* function, std::function< void(opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
170 ForEachInstructionWithInstructionDescriptor( std::function< void(opt::Function* function, opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
629 auto function = header_block->GetParent(); GetOrCreateSimpleLoopPreheader() local
712 auto function = fuzzerutil::FindFunction(GetIRContext(), function_id); FindOrCreateLocalVariable() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dgraphics_robust_access_pass.cpp232 bool GraphicsRobustAccessPass::ProcessAFunction(opt::Function* function) { in ProcessAFunction() argument
H A Dir_builder.h500 Instruction* AddFunctionCall(uint32_t result_type, uint32_t function, in AddFunctionCall() argument
H A Dmerge_return_pass.cpp101 ProcessStructured( Function* function, const std::vector<BasicBlock*>& return_blocks) ProcessStructured() argument
645 CollectReturnBlocks( Function* function) CollectReturnBlocks() argument
658 MergeReturnBlocks( Function* function, const std::vector<BasicBlock*>& return_blocks) MergeReturnBlocks() argument
754 RecordImmediateDominators(Function* function) RecordImmediateDominators() argument
851 HasNontrivialUnreachableBlocks(Function* function) HasNontrivialUnreachableBlocks() argument
[all...]
H A Dreplace_desc_array_access_using_var_index.cpp261 auto* function = block->GetParent(); in ReplaceNonUniformAccessWithSwitchCase() local
H A Dscalar_analysis.cpp262 Function* function = basic_block->GetParent(); in AnalyzePhiInstruction() local
H A Dscalar_replacement_pass.cpp52 Pass::Status ScalarReplacementPass::ProcessFunction(Function* function) { in ProcessFunction() argument
H A Dtype_manager.cpp379 const Function* function = type->AsFunction(); in GetTypeInstruction() local
/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c936 png_safe_execute(png_imagep image_in, int (*function)(png_voidp), png_voidp arg) png_safe_execute() argument
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp214 const FunctionDeclaration& function = c.function(); in writeFunctionCall() local
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp57 FindAvailableInstructions( opt::Function* function, opt::BasicBlock* block, const opt::BasicBlock::iterator& inst_it, std::function<bool(opt::IRContext*, opt::Instruction*)> instruction_is_relevant) const FindAvailableInstructions() argument
106 ForEachInstructionWithInstructionDescriptor( opt::Function* function, std::function< void(opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
171 ForEachInstructionWithInstructionDescriptor( std::function< void(opt::Function* function, opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
631 auto function = header_block->GetParent(); GetOrCreateSimpleLoopPreheader() local
714 auto function = fuzzerutil::FindFunction(GetIRContext(), function_id); FindOrCreateLocalVariable() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp227 bool GraphicsRobustAccessPass::ProcessAFunction(opt::Function* function) { in ProcessAFunction() argument
H A Dmerge_return_pass.cpp101 ProcessStructured( Function* function, const std::vector<BasicBlock*>& return_blocks) ProcessStructured() argument
653 CollectReturnBlocks( Function* function) CollectReturnBlocks() argument
666 MergeReturnBlocks( Function* function, const std::vector<BasicBlock*>& return_blocks) MergeReturnBlocks() argument
762 RecordImmediateDominators(Function* function) RecordImmediateDominators() argument
859 HasNontrivialUnreachableBlocks(Function* function) HasNontrivialUnreachableBlocks() argument
[all...]
H A Dreplace_desc_array_access_using_var_index.cpp266 auto* function = block->GetParent(); in ReplaceNonUniformAccessWithSwitchCase() local

Completed in 32 milliseconds

1...<<31323334353637383940>>...46