Searched refs:callee_id (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_function_call.cpp | 29 uint32_t fresh_id, uint32_t callee_id, in TransformationFunctionCall() 33 message_.set_callee_id(callee_id); in TransformationFunctionCall() 51 ir_context->get_def_use_mgr()->GetDef(message_.callee_id()); in IsApplicable() 57 if (fuzzerutil::FunctionIsEntryPoint(ir_context, message_.callee_id())) { in IsApplicable() 94 message_.callee_id())) { in IsApplicable() 148 if (message_.callee_id() == enclosing_function->result_id()) { in IsApplicable() 154 .GetIndirectCallees(message_.callee_id()) in IsApplicable() 165 ir_context->get_def_use_mgr()->GetDef(message_.callee_id())->type_id(); in Apply() 169 operands.push_back({SPV_OPERAND_TYPE_ID, {message_.callee_id()}}); in Apply() 28 TransformationFunctionCall( uint32_t fresh_id, uint32_t callee_id, const std::vector<uint32_t>& argument_id, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationFunctionCall() argument
|
H A D | transformation_function_call.h | 32 uint32_t fresh_id, uint32_t callee_id, 52 // |fresh_id| = OpFunctionCall %type |callee_id| |arg_id...| 54 // |callee_id|.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_function_call.cpp | 29 uint32_t fresh_id, uint32_t callee_id, in TransformationFunctionCall() 33 message_.set_callee_id(callee_id); in TransformationFunctionCall() 51 ir_context->get_def_use_mgr()->GetDef(message_.callee_id()); in IsApplicable() 57 if (fuzzerutil::FunctionIsEntryPoint(ir_context, message_.callee_id())) { in IsApplicable() 94 message_.callee_id())) { in IsApplicable() 148 if (message_.callee_id() == enclosing_function->result_id()) { in IsApplicable() 154 .GetIndirectCallees(message_.callee_id()) in IsApplicable() 165 ir_context->get_def_use_mgr()->GetDef(message_.callee_id())->type_id(); in Apply() 169 operands.push_back({SPV_OPERAND_TYPE_ID, {message_.callee_id()}}); in Apply() 28 TransformationFunctionCall( uint32_t fresh_id, uint32_t callee_id, const std::vector<uint32_t>& argument_id, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationFunctionCall() argument
|
H A D | transformation_function_call.h | 32 uint32_t fresh_id, uint32_t callee_id, 52 // |fresh_id| = OpFunctionCall %type |callee_id| |arg_id...| 54 // |callee_id|.
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_function_call.cpp | 29 uint32_t fresh_id, uint32_t callee_id, in TransformationFunctionCall() 33 message_.set_callee_id(callee_id); in TransformationFunctionCall() 51 ir_context->get_def_use_mgr()->GetDef(message_.callee_id()); in IsApplicable() 57 if (fuzzerutil::FunctionIsEntryPoint(ir_context, message_.callee_id())) { in IsApplicable() 94 message_.callee_id())) { in IsApplicable() 148 if (message_.callee_id() == enclosing_function->result_id()) { in IsApplicable() 154 .GetIndirectCallees(message_.callee_id()) in IsApplicable() 165 ir_context->get_def_use_mgr()->GetDef(message_.callee_id())->type_id(); in Apply() 169 operands.push_back({SPV_OPERAND_TYPE_ID, {message_.callee_id()}}); in Apply() 28 TransformationFunctionCall( uint32_t fresh_id, uint32_t callee_id, const std::vector<uint32_t>& argument_id, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationFunctionCall() argument
|
H A D | transformation_function_call.h | 32 uint32_t fresh_id, uint32_t callee_id, 52 // |fresh_id| = OpFunctionCall %type |callee_id| |arg_id...| 54 // |callee_id|.
|
/third_party/node/deps/v8/src/torque/ |
H A D | kythe-data.cc | 78 kythe_entity_t callee_id = AddFunctionDefinition(callee); in AddCall() local 82 callee_id); in AddCall()
|
Completed in 3 milliseconds