/external/llvm-project/llvm/test/CodeGen/X86/ |
D | musttail-indirect.ll | 49 …%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 …]
|
D | tailcall-ri64.ll | 20 %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/ |
D | musttail-indirect.ll | 49 …%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 …]
|
D | tailcall-ri64.ll | 20 %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/ |
D | infinite-loop-direct.ll | 32 %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/ |
D | vararg-tallcall.ll | 22 %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/ |
D | parser.rs | 209 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/ |
D | conditional-expr.cpp | 19 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/ |
D | conditional-expr.cpp | 18 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/ |
D | function-types-calling-conv.lldbinit | 5 target variable vfn
|
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
D | function-types-calling-conv.cpp | 28 auto vfn = &VectorcallFn; variable
|
/external/llvm/test/Transforms/PGOProfile/ |
D | icp_covariant_call_return.ll | 23 …%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
|
D | icp_covariant_invoke_return.ll | 33 …%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/ |
D | icp_covariant_call_return.ll | 25 …%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
|
D | icp_covariant_invoke_return.ll | 35 …%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/ |
D | devirt-after-icp.ll | 118 %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/ |
D | vfio_zdev.h | 28 __u16 vfn; /* Virtual function number */ member
|
/external/llvm-project/llvm/test/Transforms/WholeProgramDevirt/ |
D | unique-retval-same-vtable.ll | 31 %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/ |
D | runtime_context_with_error_blocks.ll | 40 …%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/ |
D | btrecord.c | 90 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/ |
D | unit.rs | 770 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/ |
D | invariant.group.ll | 87 %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/ |
D | invariant.group-xfail.ll | 101 %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/ |
D | invariant.group.ll | 99 %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/ |
D | devirtualize.ll | 89 …%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]
|