Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 25 of 950) sorted by relevance

12345678910>>...38

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td15 // TODO: addr64: These currently assume the callee address is 32-bit.
30 defm CALL_#vt : I<(outs vt:$dst), (ins function32_op:$callee, variable_ops),
31 (outs), (ins function32_op:$callee),
32 [(set vt:$dst, (WebAssemblycall1 (i32 imm:$callee)))],
33 !strconcat(prefix, "call\t$dst, $callee"),
34 !strconcat(prefix, "call\t$callee"),
38 defm PCALL_INDIRECT_#vt : I<(outs vt:$dst), (ins I32:$callee, variable_ops),
39 (outs), (ins I32:$callee),
40 [(set vt:$dst, (WebAssemblycall1 I32:$callee))],
41 "PSEUDO CALL INDIRECT\t$callee",
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td15 // TODO: addr64: These currently assume the callee address is 32-bit.
29 def CALL_#vt : I<(outs vt:$dst), (ins i32imm:$callee, variable_ops),
30 [(set vt:$dst, (WebAssemblycall1 (i32 imm:$callee)))],
31 !strconcat(prefix, "call\t$dst, $callee")>;
32 def CALL_INDIRECT_#vt : I<(outs vt:$dst), (ins I32:$callee, variable_ops),
33 [(set vt:$dst, (WebAssemblycall1 I32:$callee))],
34 !strconcat(prefix, "call_indirect\t$dst, $callee")>;
42 def CALL_VOID : I<(outs), (ins i32imm:$callee, variable_ops),
43 [(WebAssemblycall0 (i32 imm:$callee))],
44 "call \t$callee">;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dsink-zext.ll7 declare i32 @callee()
11 ; CHECK-NEXT: [[CALL1:%.*]] = call i32 @callee(), !range !0
12 ; CHECK-NEXT: [[CALL2:%.*]] = call i32 @callee(), !range !0
17 %call1 = call i32 @callee(), !range !0
18 %call2 = call i32 @callee(), !range !0
27 ; CHECK-NEXT: [[CALL1:%.*]] = call i32 @callee(), !range !0
28 ; CHECK-NEXT: [[CALL2:%.*]] = call i32 @callee(), !range !0
33 %call1 = call i32 @callee(), !range !0
34 %call2 = call i32 @callee(), !range !0
42 ; CHECK-NEXT: [[CALL1:%.*]] = call i32 @callee(), !range !0
[all …]
/external/bcc/src/cc/frontends/p4/compiler/
DebpfAction.py175 def serializeCallee(self, caller, callee, arguments, argument
185 assert isinstance(callee, p4_action)
188 if callee.name in EbpfAction.unsupported:
189 raise NotSupportedException("{0}", callee)
200 if callee.name == "modify_field":
204 size = self.checkSize(callee,
210 callee)
228 elif (callee.name == "add" or
229 callee.name == "bit_and" or
230 callee.name == "bit_or" or
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/AArch64/
DmirCanonCopyCopyProp.mir8 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
12 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
16 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
20 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
24 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
28 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
32 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
DmirCanonIdempotent.mir14 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
18 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
22 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
26 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
30 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
34 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
38 stack-id: 0, callee-saved-register: '', callee-saved-restored: true,
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CallSiteSplitting/
Dcallsite-split-or-phi.ll12 ;CHECK: %[[CALL1:.*]] = call i32 @callee(i32* null, i32 %v, i32 1)
16 ;CHECK: %[[CALL2:.*]] = call i32 @callee(i32* nonnull %a, i32 1, i32 2)
31 %r = call i32 @callee(i32* %a, i32 %v, i32 %p)
40 ;CHECK: %[[CALL1:.*]] = call i32 @callee(i32* null, i32 %v, i32 10)
42 ;CHECK: %[[CALL2:.*]] = call i32 @callee(i32* null, i32 1, i32 %p)
60 %r = call i32 @callee(i32* %a, i32 %v, i32 %p)
69 ;CHECK: %[[CALL1:.*]] = call i32 @callee(i32* %a, i32 222, i32 %p)
71 ;CHECK: %[[CALL2:.*]] = call i32 @callee(i32* %a, i32 333, i32 %p)
89 %r = call i32 @callee(i32* %a, i32 %v, i32 %p)
98 ;CHECK: %[[CALL1:.*]] = call i32 @callee(i32* nonnull %a, i32 %v, i32 1)
[all …]
Dsplit-loop.ll8 ; CHECK-NEXT: call void @callee(i16 0)
11 ; CHECK-NEXT: call void @callee(i16 [[SPEC_SELECT]])
23 call void @callee(i16 %spec.select)
31 ; CHECK-NEXT: call void @callee(i16 0)
36 ; CHECK-NEXT: call void @callee(i16 [[S]])
48 call void @callee(i16 %s)
58 ; CHECK-NEXT: call void @callee(i16 0)
65 ; CHECK-NEXT: call void @callee(i16 [[S]])
79 call void @callee(i16 %s)
88 define internal void @callee(i16 %flag) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Ddisable-tail-calls.ll9 ; NO-OPTION: bl {{\_?}}callee
12 ; DISABLE-FALSE: b {{\_?}}callee
15 ; DISABLE-TRUE: bl {{\_?}}callee
19 %call = tail call i32 @callee(i32 %a)
24 ; NO-OPTION: b {{\_?}}callee
27 ; DISABLE-FALSE: b {{\_?}}callee
30 ; DISABLE-TRUE: bl {{\_?}}callee
34 %call = tail call i32 @callee(i32 %a)
38 declare i32 @callee(i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddisable-tail-calls.ll9 ; NO-OPTION: callq {{\_?}}callee
12 ; DISABLE-FALSE: jmp {{\_?}}callee
15 ; DISABLE-TRUE: callq {{\_?}}callee
19 %call = tail call i32 @callee(i32 %a)
24 ; NO-OPTION: jmp {{\_?}}callee
27 ; DISABLE-FALSE: jmp {{\_?}}callee
30 ; DISABLE-TRUE: callq {{\_?}}callee
34 %call = tail call i32 @callee(i32 %a)
38 declare i32 @callee(i32)
/external/llvm/test/CodeGen/ARM/
Ddisable-tail-calls.ll9 ; NO-OPTION: bl {{\_?}}callee
12 ; DISABLE-FALSE: b {{\_?}}callee
15 ; DISABLE-TRUE: bl {{\_?}}callee
19 %call = tail call i32 @callee(i32 %a)
24 ; NO-OPTION: b {{\_?}}callee
27 ; DISABLE-FALSE: b {{\_?}}callee
30 ; DISABLE-TRUE: bl {{\_?}}callee
34 %call = tail call i32 @callee(i32 %a)
38 declare i32 @callee(i32)
/external/llvm/test/CodeGen/X86/
Ddisable-tail-calls.ll9 ; NO-OPTION: callq {{\_?}}callee
12 ; DISABLE-FALSE: jmp {{\_?}}callee
15 ; DISABLE-TRUE: callq {{\_?}}callee
19 %call = tail call i32 @callee(i32 %a)
24 ; NO-OPTION: jmp {{\_?}}callee
27 ; DISABLE-FALSE: jmp {{\_?}}callee
30 ; DISABLE-TRUE: callq {{\_?}}callee
34 %call = tail call i32 @callee(i32 %a)
38 declare i32 @callee(i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-elf-calls.ll4 declare void @callee()
7 call void @callee()
10 ; CHECK: bl callee
11 ; CHECK-OBJ: R_AARCH64_CALL26 callee
15 tail call void @callee()
18 ; CHECK: b callee
19 ; CHECK-OBJ: R_AARCH64_JUMP26 callee
/external/llvm/test/CodeGen/AArch64/
Darm64-elf-calls.ll4 declare void @callee()
7 call void @callee()
10 ; CHECK: bl callee
11 ; CHECK-OBJ: R_AARCH64_CALL26 callee
15 tail call void @callee()
18 ; CHECK: b callee
19 ; CHECK-OBJ: R_AARCH64_JUMP26 callee
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dlong-calls.ll19 declare void @callee()
27 ; OFF: jal callee
30 ; Save the `callee` and `memset` addresses in $25 register
32 ; ON32: lui $1, %hi(callee)
33 ; ON32: addiu $25, $1, %lo(callee)
41 ; ON64: lui $1, %highest(callee)
42 ; ON64: daddiu $1, $1, %higher(callee)
43 ; ON64: daddiu $1, $1, %hi(callee)
44 ; ON64: daddiu $25, $1, %lo(callee)
54 call void @callee()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dfunction-count-update-2.ll3 ; This tests that the function count of a callee gets correctly updated after it
6 ; CHECK: @callee() !prof [[COUNT:![0-9]+]]
7 define i32 @callee() !prof !1 {
13 ; CHECK-NOT: callee
15 %i = call i32 @callee()
21 ; CHECK-NOT: callee
23 %i = call i32 @callee()
/external/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp73 #define X(caller, callee, argc) \ in testCaller() argument
75 STR(caller), STR(callee), argc, &caller, &Subzero_::caller, \ in testCaller()
76 reinterpret_cast<CalleePtrTy>(&Subzero_::callee), \ in testCaller()
82 #define X(caller, callee, argc) \ in testCaller()
84 STR(caller), STR(callee), argc, &caller, &Subzero_::caller, \ in testCaller()
85 reinterpret_cast<CalleePtrTy>(&callee), \ in testCaller()
132 #define X(caller, callee, argc) \ in testCallee() argument
134 STR(caller), STR(callee), argc, &caller, \ in testCallee()
135 reinterpret_cast<CalleePtrTy>(&callee), \ in testCallee()
136 reinterpret_cast<CalleePtrTy>(&Subzero_::callee) \ in testCallee()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/micromips-sizereduction/
Dmicromips-lwp-swp.mir52 stack-id: 0, callee-saved-register: '$ra', callee-saved-restored: true,
55 stack-id: 0, callee-saved-register: '$s1', callee-saved-restored: true,
58 stack-id: 0, callee-saved-register: '$s0', callee-saved-restored: true,
120 stack-id: 0, callee-saved-register: '$ra', callee-saved-restored: true,
123 stack-id: 0, callee-saved-register: '$s1', callee-saved-restored: true,
126 stack-id: 0, callee-saved-register: '$s0', callee-saved-restored: true,
188 stack-id: 0, callee-saved-register: '$ra', callee-saved-restored: true,
191 stack-id: 0, callee-saved-register: '$s1', callee-saved-restored: true,
194 stack-id: 0, callee-saved-register: '$s0', callee-saved-restored: true,
256 stack-id: 0, callee-saved-register: '$ra', callee-saved-restored: true,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py48 def updateTotalCallCount(self, callee): argument
52 if callee in self.comprehensiveCalledFunctionTable:
53 for child in self.comprehensiveCalledFunctionTable[callee]:
56 def updateFunctionCallMap(self, caller, callee): argument
60 if not callee in self.calledFunctionTable[caller]:
61 self.calledFunctionTable[caller].append(callee)
64 self.comprehensiveCalledFunctionTable[caller].append(callee)
66 def updateCalledFunctionList(self, callee): argument
69 self.updateTotalCallCount(callee)
71 if callee in self.calledFunctions:
[all …]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py48 def updateTotalCallCount(self, callee): argument
52 if callee in self.comprehensiveCalledFunctionTable:
53 for child in self.comprehensiveCalledFunctionTable[callee]:
56 def updateFunctionCallMap(self, caller, callee): argument
60 if not callee in self.calledFunctionTable[caller]:
61 self.calledFunctionTable[caller].append(callee)
64 self.comprehensiveCalledFunctionTable[caller].append(callee)
66 def updateCalledFunctionList(self, callee): argument
69 self.updateTotalCallCount(callee)
71 if callee in self.calledFunctions:
[all …]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py48 def updateTotalCallCount(self, callee): argument
52 if callee in self.comprehensiveCalledFunctionTable:
53 for child in self.comprehensiveCalledFunctionTable[callee]:
56 def updateFunctionCallMap(self, caller, callee): argument
60 if not callee in self.calledFunctionTable[caller]:
61 self.calledFunctionTable[caller].append(callee)
64 self.comprehensiveCalledFunctionTable[caller].append(callee)
66 def updateCalledFunctionList(self, callee): argument
69 self.updateTotalCallCount(callee)
71 if callee in self.calledFunctions:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py48 def updateTotalCallCount(self, callee): argument
52 if callee in self.comprehensiveCalledFunctionTable:
53 for child in self.comprehensiveCalledFunctionTable[callee]:
56 def updateFunctionCallMap(self, caller, callee): argument
60 if not callee in self.calledFunctionTable[caller]:
61 self.calledFunctionTable[caller].append(callee)
64 self.comprehensiveCalledFunctionTable[caller].append(callee)
66 def updateCalledFunctionList(self, callee): argument
69 self.updateTotalCallCount(callee)
71 if callee in self.calledFunctions:
[all …]
/external/clang/test/SemaObjC/
Dnonnull.m34 …func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argumen…
35 …func1(cp1, 0, i1); // expected-warning {{null passed to a callee that requires a non-null argumen…
39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu…
40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg…
42 func4(0, cp1); // expected-warning {{null passed to a callee that requires a non-null argument}}
43 func4(cp1, 0); // expected-warning {{null passed to a callee that requires a non-null argument}}
67 …_dispatch_queue_push_list(0); // expected-warning {{null passed to a callee that requires a non-nu…
94 …ithNonNullPointer:NULL:1:NULL]; // expected-warning 2 {{null passed to a callee that requires a no…
95 …[object doSomethingWithNonNullPointer:vp:1:NULL]; // expected-warning {{null passed to a callee th…
96 …ngClassyWithNonNullPointer:NULL]; // expected-warning {{null passed to a callee that requires a no…
[all …]
/external/mesa3d/src/compiler/glsl/
Dlink_functions.cpp73 const ir_function_signature *const callee = ir->callee; in visit_enter() local
74 assert(callee != NULL); in visit_enter()
75 const char *const name = callee->function_name(); in visit_enter()
78 if (callee->is_intrinsic()) in visit_enter()
85 find_matching_signature(name, &callee->parameters, linked->symbols); in visit_enter()
87 ir->callee = sig; in visit_enter()
126 f->exact_matching_signature(NULL, &callee->parameters); in visit_enter()
128 linked_sig = new(linked) ir_function_signature(callee->return_type); in visit_enter()
182 ir->callee = linked_sig; in visit_enter()
197 const exec_node *formal_param_node = ir->callee->parameters.get_head(); in visit_leave()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py53 def updateTotalCallCount(self, callee): argument
57 if callee in self.comprehensiveCalledFunctionTable:
58 for child in self.comprehensiveCalledFunctionTable[callee]:
61 def updateFunctionCallMap(self, caller, callee): argument
65 if not callee in self.calledFunctionTable[caller]:
66 self.calledFunctionTable[caller].append(callee)
69 self.comprehensiveCalledFunctionTable[caller].append(callee)
71 def updateCalledFunctionList(self, callee): argument
74 self.updateTotalCallCount(callee)
76 if callee in self.calledFunctions:
[all …]

12345678910>>...38