Home
last modified time | relevance | path

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

12345678910>>...13

/llvm-project/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/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/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/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/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/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/llvm/test/Transforms/InstCombine/
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.
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 Dapint-not.ll2 ; when arbitrary precision integers are used.
/llvm-project/llvm/test/CodeGen/SystemZ/
H A Dvec-bswap-06.ll13 ; Test v8i16 insertion into an undef, with an arbitrary index.
37 ; Test v4i32 insertion into an undef, with an arbitrary index.
61 ; 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
H A Dla-04.ll5 ; Do some arbitrary work and return the address of the following label.
/llvm-project/mlir/include/mlir/Dialect/Polynomial/IR/
H A DPolynomialAttributes.td28 or subtraction between them. The choice of variable name is arbitrary, but
30 attribute. The order of monomial terms is arbitrary, each monomial degree
50 or subtraction between them. The choice of variable name is arbitrary, but
52 attribute. The order of monomial terms is arbitrary, each monomial degree
/llvm-project/llvm/test/MC/AsmParser/
H A Ddot-symbol.s2 # arbitrary contexts. We don't support this in general.
/llvm-project/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/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
/llvm-project/llvm/test/Feature/OperandBundles/
H A Dinliner-conservative.ll3 ; Check that the inliner does not inline through arbitrary unknown
/llvm-project/llvm/test/Assembler/
H A Dno-mdstring-upgrades.ll3 ; Make sure arbitrary metadata strings don't get mutated. These may be
/llvm-project/llvm/test/Transforms/Mem2Reg/
H A Datomic.ll3 ; mem2reg is allowed with arbitrary atomic operations (although we only support
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A DREADME.md53 Finally, it's unclear whether arbitrary expressions can be evaluated in
54 arbitrary stack frames, although this isn't something that Dexter currently

12345678910>>...13