Home
last modified time | relevance | path

Searched refs:vfn (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/X86/
Dmusttail-indirect.ll49 …%vfn = getelementptr inbounds i32 (%struct.B*, <{ %struct.A, i32, %struct.A }>*)*, i32 (%struct.B*…
50 …t.B*, <{ %struct.A, i32, %struct.A }>*)*, i32 (%struct.B*, <{ %struct.A, i32, %struct.A }>*)** %vfn
64 …%vfn = getelementptr inbounds i32 (%struct.B*, <{ %struct.A, i32, %struct.A }>*)*, i32 (%struct.B*…
65 …t.B*, <{ %struct.A, i32, %struct.A }>*)*, i32 (%struct.B*, <{ %struct.A, i32, %struct.A }>*)** %vfn
78 …%vfn = getelementptr inbounds void (%struct.B*, <{ %struct.A, i32, %struct.A }>*)*, void (%struct.…
79 ….B*, <{ %struct.A, i32, %struct.A }>*)*, void (%struct.B*, <{ %struct.A, i32, %struct.A }>*)** %vfn
92 …%vfn = getelementptr inbounds void (%struct.B*, <{ %struct.A, i32, %struct.A }>*)*, void (%struct.…
93 ….B*, <{ %struct.A, i32, %struct.A }>*)*, void (%struct.B*, <{ %struct.A, i32, %struct.A }>*)** %vfn
106 …%vfn = getelementptr inbounds %struct.A* (%struct.B*, <{ %struct.A*, %struct.A, i32, %struct.A }>*…
107 … i32, %struct.A }>*)*, %struct.A* (%struct.B*, <{ %struct.A*, %struct.A, i32, %struct.A }>*)** %vfn
[all …]
Dtailcall-ri64.ll20 %vfn = getelementptr inbounds %vt* (%vt*, %class*)*, %vt* (%vt*, %class*)** %vtable, i64 4
21 %1 = load %vt* (%vt*, %class*)*, %vt* (%vt*, %class*)** %vfn, align 8
/external/llvm/test/CodeGen/X86/
Dmusttail-indirect.ll49 …%vfn = getelementptr inbounds i32 (%struct.B*, <{ %struct.A, i32, %struct.A }>*)*, i32 (%struct.B*…
50 …t.B*, <{ %struct.A, i32, %struct.A }>*)*, i32 (%struct.B*, <{ %struct.A, i32, %struct.A }>*)** %vfn
63 …%vfn = getelementptr inbounds void (%struct.B*, <{ %struct.A, i32, %struct.A }>*)*, void (%struct.…
64 ….B*, <{ %struct.A, i32, %struct.A }>*)*, void (%struct.B*, <{ %struct.A, i32, %struct.A }>*)** %vfn
77 …%vfn = getelementptr inbounds %struct.A* (%struct.B*, <{ %struct.A*, %struct.A, i32, %struct.A }>*…
78 … i32, %struct.A }>*)*, %struct.A* (%struct.B*, <{ %struct.A*, %struct.A, i32, %struct.A }>*)** %vfn
90 …%vfn = getelementptr inbounds void (%struct.A*, %struct.B*, i32)*, void (%struct.A*, %struct.B*, i…
91 %2 = load void (%struct.A*, %struct.B*, i32)*, void (%struct.A*, %struct.B*, i32)** %vfn
106 …%vfn = getelementptr inbounds i32 (<{ %struct.B*, %struct.A }>*)*, i32 (<{ %struct.B*, %struct.A }…
107 %2 = load i32 (<{ %struct.B*, %struct.A }>*)*, i32 (<{ %struct.B*, %struct.A }>*)** %vfn
[all …]
Dtailcall-ri64.ll20 %vfn = getelementptr inbounds %vt* (%vt*, %class*)*, %vt* (%vt*, %class*)** %vtable, i64 4
21 %1 = load %vt* (%vt*, %class*)*, %vt* (%vt*, %class*)** %vfn, align 8
/external/llvm-project/llvm/test/Transforms/GVNHoist/
Dinfinite-loop-direct.ll32 %vfn.i = getelementptr inbounds void (%class.base*)*, void (%class.base*)** %vtable.i, i64 2
33 %3 = load void (%class.base*)*, void (%class.base*)** %vfn.i, align 8
81 %vfn.i = getelementptr inbounds void (%class.base*)*, void (%class.base*)** %i, i64 2
86 %l1 = load void (%class.base*)*, void (%class.base*)** %vfn.i, align 8
90 %l2 = load void (%class.base*)*, void (%class.base*)** %vfn.i, align 8
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dvararg-tallcall.ll22 %vfn = getelementptr inbounds void (%struct.B*, ...)*, void (%struct.B*, ...)** %vtable, i64 0
23 %1 = load void (%struct.B*, ...)*, void (%struct.B*, ...)** %vfn, align 8
/external/rust/crates/url/src/
Dparser.rs209 vfn: Option<&dyn Fn(SyntaxViolation)>, in trim_tab_and_newlines()
212 if let Some(vfn) = vfn { in trim_tab_and_newlines()
214 vfn(SyntaxViolation::C0SpaceIgnored) in trim_tab_and_newlines()
217 vfn(SyntaxViolation::TabOrNewlineIgnored) in trim_tab_and_newlines()
225 pub fn with_log(original_input: &'i str, vfn: Option<&dyn Fn(SyntaxViolation)>) -> Self { in with_log()
227 if let Some(vfn) = vfn { in with_log()
229 vfn(SyntaxViolation::C0SpaceIgnored) in with_log()
232 vfn(SyntaxViolation::TabOrNewlineIgnored) in with_log()
1489 if let Some(vfn) = self.violation_fn { in check_url_code_point()
1495 vfn(SyntaxViolation::PercentDecode) in check_url_code_point()
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dconditional-expr.cpp19 typedef void (*vfn)(); typedef
20 struct F { operator vfn(); };
21 struct G { operator vfn(); };
154 vfn pfn = i1 ? F() : test; in test()
/external/clang/test/SemaCXX/
Dconditional-expr.cpp18 typedef void (*vfn)(); typedef
19 struct F { operator vfn(); };
20 struct G { operator vfn(); };
153 vfn pfn = i1 ? F() : test; in test()
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
Dfunction-types-calling-conv.lldbinit5 target variable vfn
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dfunction-types-calling-conv.cpp28 auto vfn = &VectorcallFn; variable
/external/llvm/test/Transforms/PGOProfile/
Dicp_covariant_call_return.ll23 …%vfn = getelementptr inbounds %struct.Base* (%struct.B*)*, %struct.Base* (%struct.B*)** %vtable, i…
24 %tmp3 = load %struct.Base* (%struct.B*)*, %struct.Base* (%struct.B*)** %vfn, align 8
Dicp_covariant_invoke_return.ll33 …%vfn = getelementptr inbounds %struct.Base* (%struct.B*)*, %struct.Base* (%struct.B*)** %vtable, i…
34 %tmp3 = load %struct.Base* (%struct.B*)*, %struct.Base* (%struct.B*)** %vfn, align 8
/external/llvm-project/llvm/test/Transforms/PGOProfile/
Dicp_covariant_call_return.ll25 …%vfn = getelementptr inbounds %struct.Base* (%struct.B*)*, %struct.Base* (%struct.B*)** %vtable, i…
26 %tmp3 = load %struct.Base* (%struct.B*)*, %struct.Base* (%struct.B*)** %vfn, align 8
Dicp_covariant_invoke_return.ll35 …%vfn = getelementptr inbounds %struct.Base* (%struct.B*)*, %struct.Base* (%struct.B*)** %vtable, i…
36 %tmp3 = load %struct.Base* (%struct.B*)*, %struct.Base* (%struct.B*)** %vfn, align 8
/external/llvm-project/llvm/test/ThinLTO/X86/
Ddevirt-after-icp.ll118 %vfn.i1 = getelementptr inbounds i32 (%class.A*)*, i32 (%class.A*)** %vtable, i64 1
119 %vfn.i = bitcast i32 (%class.A*)** %vfn.i1 to i32 (%class.B*)**
120 %8 = load i32 (%class.B*)*, i32 (%class.B*)** %vfn.i, align 8
/external/kernel-headers/original/uapi/linux/
Dvfio_zdev.h28 __u16 vfn; /* Virtual function number */ member
/external/llvm-project/llvm/test/Transforms/WholeProgramDevirt/
Dunique-retval-same-vtable.ll31 %vfn = getelementptr inbounds i1 (%class.C*)*, i1 (%class.C*)** %vtable, i64 2
32 %3 = load i1 (%class.C*)*, i1 (%class.C*)** %vfn
/external/llvm-project/polly/test/Isl/Ast/
Druntime_context_with_error_blocks.ll40 …%vfn = getelementptr inbounds i8 (%"class.std::ctype"*, i8)*, i8 (%"class.std::ctype"*, i8)** %vta…
41 %3 = load i8 (%"class.std::ctype"*, i8)*, i8 (%"class.std::ctype"*, i8)** %vfn, align 8
/external/blktrace/btreplay/
Dbtrecord.c90 char *file_name, *vfn; member
714 stream->vfn = strdup(vfile_name); in stream_open()
748 free(stream->vfn); in stream_close()
/external/rust/crates/url/tests/
Dunit.rs770 let vfn = |s| violation.set(Some(s)); in test_syntax_violation_callback_lifetimes() localVariable
773 .syntax_violation_callback(Some(&vfn)) in test_syntax_violation_callback_lifetimes()
780 .syntax_violation_callback(Some(&vfn)) in test_syntax_violation_callback_lifetimes()
823 let vfn = |v| violations.borrow_mut().push(v); in test_options_reuse() localVariable
825 let options = Url::options().syntax_violation_callback(Some(&vfn)); in test_options_reuse()
/external/llvm/test/Transforms/GVN/
Dinvariant.group.ll87 %vfn = getelementptr inbounds void (%struct.A*)*, void (%struct.A*)** %vtable1, i64 0
88 %5 = load void (%struct.A*)*, void (%struct.A*)** %vfn, align 8
139 %vfn = getelementptr inbounds void (%struct.A*)*, void (%struct.A*)** %vtable1, i64 0
140 %5 = load void (%struct.A*)*, void (%struct.A*)** %vfn, align 8
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dinvariant.group-xfail.ll101 %vfn = getelementptr inbounds void (%struct.A*)*, void (%struct.A*)** %vtable1, i64 0
102 %5 = load void (%struct.A*)*, void (%struct.A*)** %vfn, align 8
153 %vfn = getelementptr inbounds void (%struct.A*)*, void (%struct.A*)** %vtable1, i64 0
154 %5 = load void (%struct.A*)*, void (%struct.A*)** %vfn, align 8
/external/llvm-project/llvm/test/Transforms/GVN/
Dinvariant.group.ll99 %vfn = getelementptr inbounds void (%struct.A*)*, void (%struct.A*)** %vtable1, i64 0
100 %5 = load void (%struct.A*)*, void (%struct.A*)** %vfn, align 8
151 %vfn = getelementptr inbounds void (%struct.A*)*, void (%struct.A*)** %vtable1, i64 0
152 %5 = load void (%struct.A*)*, void (%struct.A*)** %vfn, align 8
/external/llvm/test/Transforms/Inline/
Ddevirtualize.ll89 …%vfn = getelementptr inbounds i32 (%struct.A*)*, i32 (%struct.A*)** %5, i64 0 ; <i32 (%struct.A*)*…
90 %6 = load i32 (%struct.A*)*, i32 (%struct.A*)** %vfn ; <i32 (%struct.A*)*> [#uses=1]

12