Home
last modified time | relevance | path

Searched refs:call_param (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dpcrel-call-linkage-with-calls.ll348 …2 @IndirectCall3(i32 signext %a, i32 signext %b, i32 (i32)* nocapture %call_param) local_unnamed_a…
370 %call = tail call signext i32 %call_param(i32 signext %add)
376 …rectCallNoGlobal(i32 signext %a, i32 signext %b, i32 (i32)* nocapture %call_param) local_unnamed_a…
398 %call = tail call signext i32 %call_param(i32 signext %a)
403 define dso_local signext i32 @IndirectCallOnly(i32 signext %a, i32 (i32)* nocapture %call_param) lo…
411 %call = tail call signext i32 %call_param(i32 signext %a)
/external/grpc-grpc/src/ruby/spec/generic/
Dactive_call_spec.rb635 fake_gen_each_reply_with_call_param = proc do |msgs, call_param|
636 call_param.merge_metadata_to_send(@server_to_client_metadata)
637 call_param.send_initial_metadata
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc2710 HloInstruction* call_param = call_builder.AddInstruction( in TEST_P() local
2718 shape, HloOpcode::kMultiply, call_param, slice)); in TEST_P()
2737 shape, HloOpcode::kAdd, call_param, negate7)); in TEST_P()
2766 {call_param, call_param2, slice, mul, negate0, negate1, negate2, negate3, in TEST_P()
2781 HloInstruction* call_param = call_builder.AddInstruction( in TEST_P() local
2793 shape, HloOpcode::kMultiply, call_param, slice)); in TEST_P()
2812 shape, HloOpcode::kAdd, call_param, negate7)); in TEST_P()
2833 {call_param, iota, slice, mul, negate0, negate1, negate2, negate3, in TEST_P()
Dbuffer_assignment_test.cc1384 auto call_param = call_builder.AddInstruction( in TEST_F() local
1387 HloInstruction::CreateUnary(vec_shape, HloOpcode::kExp, call_param)); in TEST_F()
1416 auto& call_param_alloc = GetTopLevelAllocation(*assignment, call_param); in TEST_F()