Home
last modified time | relevance | path

Searched refs:arbitrary (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-new.cpp5 struct arbitrary_t {} arbitrary; variable
15 int *p = new(arbitrary) int[4]; in f()
24 S *s = new(arbitrary) S[2]; in g()
26 S *s1 = new(arbitrary) S; in g()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp5 struct arbitrary_t {} arbitrary; variable
10 int *p = new(arbitrary) int[4]; in f()
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dlibcall-remark.ll4 ; of a mathlib function vs. an arbitrary function.
43 %sqrtf = tail call float @arbitrary(float %t0)
51 declare float @arbitrary(float)
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Drelocation-addend.yaml6 ## Check how obj2yaml dumps an addend with an arbitrary positive value.
16 ## Check how obj2yaml dumps an addend with an arbitrary negative value.
58 ## Check how obj2yaml dumps an addend with an arbitrary positive value.
68 ## Check how obj2yaml dumps an addend with an arbitrary negative value.
H A Darm-exidx-section.yaml39 ## 4 words: <arbitrary>, EXIDX_CANTUNWIND in big-endian,
40 ## <arbitrary> and EXIDX_CANTUNWIND in little-endian.
106 ## An arbitrary valid content.
H A Dverdef-section.yaml53 ## An entry with arbitrary values.
59 ## Another entry with arbitrary values and version predecessors.
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DREADME.md6 IMath is an open-source ANSI C arbitrary precision integer and rational
34 arithmetic on integers and rational numbers of arbitrary precision. While many
35 programming languages, including Java, Perl, and Python provide arbitrary
104 The IMath API also supports operations on arbitrary precision rational numbers.
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ARM/
H A Dunwind-non-relocatable.test99 Value: 0x80B0B0B0 ## arbitrary opcodes.
102 Value: 0x809B8480 ## arbitrary opcodes.
105 Value: 0x80B0B0B0 ## arbitrary opcodes.
111 Value: 0x80B0B0B0 ## arbitrary opcodes.
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dall.test83 ## An arbitrary linker-generated valid content.
88 ## An arbitrary linker-generated valid content.
94 ## An arbitrary linker-generated valid content.
H A Dreloc-addends.test70 ## Addend == an arbitrary negative number.
73 ## Addend == an arbitrary positive number.
144 ## Addend == an arbitrary negative number.
147 ## Addend == an arbitrary positive number.
H A Dgrouped.test23 ## An arbitrary YAML description that triggers an output for each of
35 ## An arbitrary valid note content.
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Drelocation-type.yaml1 ## Here we test that an arbitrary hex value can be used for a relocation type.
14 ## Show that yaml2obj is able to produce relocations for an arbitrary known e_machine kind properly.
H A Darm-exidx-section.yaml52 ## Check we can set arbitrary section properties for a SHT_ARM_EXIDX section.
119 ## Check we can use "Content" key alone to emit arbitrary content.
125 ## Check we can use "Size" key alone to emit content of an arbitrary size.
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-bswap-06.ll12 ; Test v8i16 insertion into an undef, with an arbitrary index.
34 ; Test v4i32 insertion into an undef, with an arbitrary index.
56 ; Test v2i64 insertion into an undef, with an arbitrary index.
H A Dvec-perm-01.ll28 ; Test v16i8 splat of an arbitrary element, using the second operand of
63 ; Test v8i16 splat of an arbitrary element, using the second operand of
95 ; Test v4i32 splat of an arbitrary element, using the second operand of
146 ; Test v4f32 splat of an arbitrary element, using the second operand of
H A Dvec-move-11.ll5 ; Test v16i8 insertion into an undef, with an arbitrary index.
32 ; Test v8i16 insertion into an undef, with an arbitrary index.
59 ; Test v4i32 insertion into an undef, with an arbitrary index.
H A Dvec-move-12.ll5 ; Test v16i8 insertion into an undef, with an arbitrary index.
35 ; Test v8i16 insertion into an undef, with an arbitrary index.
65 ; Test v4i32 insertion into an undef, with an arbitrary index.
H A Dvec-perm-02.ll32 ; Test v16i8 splat of an arbitrary element, using the second operand of
73 ; Test v8i16 splat of an arbitrary element, using the second operand of
111 ; Test v4i32 splat of an arbitrary element, using the second operand of
168 ; Test v4f32 splat of an arbitrary element, using the second operand of
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dmemrchr-7.ll14 ; Fold memrchr(a5 + 5, c, 1) == a5 + 5 to an arbitrary constant.
17 ; an undefined/arbitrary result.
31 ; Fold memrchr(a5 + 5, c, 5) == a5 + 5 to an arbitrary constant.
H A Dmemchr-10.ll14 ; Fold memchr(a5 + 5, c, 1) == a5 + 5 to an arbitrary constrant.
17 ; an undefined/arbitrary result.
31 ; Fold memchr(a5 + 5, c, 5) == a5 + 5 to an arbitrary constant.
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddot-symbol.s2 # arbitrary contexts. We don't support this in general.
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/discovery/subdir/
H A Dlit.local.cfg3 # Check that the arbitrary config values in our parent was inherited.
/llvm-project-15.0.7/llvm/test/Feature/OperandBundles/
H A Dinliner-conservative.ll3 ; Check that the inliner does not inline through arbitrary unknown
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dno-mdstring-upgrades.ll3 ; Make sure arbitrary metadata strings don't get mutated. These may be
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DCapturingConfigInfo.rst12 In order to support persistent configurations and reduce arbitrary preprocessor logic
41 header in order to reduce arbitrary hardcoded choices elsewhere in the code. For

12345678910>>...13