/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-new.cpp | 5 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 D | microsoft-new-delete.cpp | 5 struct arbitrary_t {} arbitrary; variable 10 int *p = new(arbitrary) int[4]; in f()
|
/llvm-project/llvm/test/Transforms/LoopVectorize/ |
H A D | libcall-remark.ll | 4 ; 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 D | unwind-non-relocatable.test | 99 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 D | README.md | 6 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 D | all.test | 83 ## An arbitrary linker-generated valid content. 88 ## An arbitrary linker-generated valid content. 94 ## An arbitrary linker-generated valid content.
|
H A D | reloc-addends.test | 70 ## 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 D | grouped.test | 23 ## 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 D | memchr-10.ll | 14 ; 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 D | memrchr-7.ll | 14 ; 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 D | apint-not.ll | 2 ; when arbitrary precision integers are used.
|
/llvm-project/llvm/test/CodeGen/SystemZ/ |
H A D | vec-bswap-06.ll | 13 ; 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 D | vec-perm-01.ll | 28 ; 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 D | vec-move-11.ll | 5 ; 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 D | vec-move-12.ll | 5 ; 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 D | vec-perm-02.ll | 32 ; 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 D | la-04.ll | 5 ; Do some arbitrary work and return the address of the following label.
|
/llvm-project/mlir/include/mlir/Dialect/Polynomial/IR/ |
H A D | PolynomialAttributes.td | 28 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 D | dot-symbol.s | 2 # arbitrary contexts. We don't support this in general.
|
/llvm-project/llvm/utils/lit/tests/Inputs/discovery/subdir/ |
H A D | lit.local.cfg | 3 # Check that the arbitrary config values in our parent was inherited.
|
/llvm-project/libcxx/docs/DesignDocs/ |
H A D | CapturingConfigInfo.rst | 12 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 D | inliner-conservative.ll | 3 ; Check that the inliner does not inline through arbitrary unknown
|
/llvm-project/llvm/test/Assembler/ |
H A D | no-mdstring-upgrades.ll | 3 ; Make sure arbitrary metadata strings don't get mutated. These may be
|
/llvm-project/llvm/test/Transforms/Mem2Reg/ |
H A D | atomic.ll | 3 ; mem2reg is allowed with arbitrary atomic operations (although we only support
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
H A D | README.md | 53 Finally, it's unclear whether arbitrary expressions can be evaluated in 54 arbitrary stack frames, although this isn't something that Dexter currently
|