/llvm-project/llvm/test/ObjectYAML/DXContainer/ |
H A D | SigElements.yaml | 41 Kind: Arbitrary 53 Kind: Arbitrary 65 Kind: Arbitrary 76 Kind: Arbitrary 110 # CHECK-NEXT: Kind: Arbitrary 122 # CHECK-NEXT: Kind: Arbitrary 134 # CHECK-NEXT: Kind: Arbitrary 145 # CHECK-NEXT: Kind: Arbitrary
|
H A D | GeometryMaskVectors.yaml | 90 Kind: Arbitrary 101 Kind: Arbitrary 113 Kind: Arbitrary 124 Kind: Arbitrary
|
H A D | HullMaskVectors.yaml | 81 Kind: Arbitrary 93 Kind: Arbitrary 127 Kind: Arbitrary
|
H A D | DomainMaskVectors.yaml | 87 Kind: Arbitrary 133 Kind: Arbitrary 144 Kind: Arbitrary
|
/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/polly/lib/External/isl/imath/ |
H A D | README.md | 4 Arbitrary precision integer and rational arithmetic library. 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/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.h | 18 /// Given an arbitrary codeview type, determine if it is an LF_STRUCTURE, 44 /// Given an arbitrary codeview type, determine if it is an LF_STRUCTURE, 58 /// Given an arbitrary codeview type index, determine its size. 61 /// Given an arbitrary codeview type, return the type's size in the case
|
/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/obj2yaml/ELF/ |
H A D | relocation-addend.yaml | 6 ## 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 D | arm-exidx-section.yaml | 39 ## 4 words: <arbitrary>, EXIDX_CANTUNWIND in big-endian, 40 ## <arbitrary> and EXIDX_CANTUNWIND in little-endian. 106 ## An arbitrary valid 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.
|
/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/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | deepbind.cpp | 12 // CHECK: You are trying to dlopen a <arbitrary path> shared library with RTLD_DEEPBIND flag in main() 13 void *lib = dlopen("<arbitrary path>", RTLD_NOW | RTLD_DEEPBIND); in main()
|
/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.
|
/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.
|
/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/tools/yaml2obj/ELF/DWARF/ |
H A D | debug-pubtypes.yaml | 81 # RUN: FileCheck %s -DADDRALIGN=0 -DSIZE=3 --check-prefixes=SHDR,ARBITRARY-CONTENT 83 # ARBITRARY-CONTENT: SectionData ( 84 # ARBITRARY-CONTENT-NEXT: 0000: 112233 85 # ARBITRARY-CONTENT-NEXT: )
|
H A D | debug-pubnames.yaml | 80 # RUN: FileCheck %s -DADDRALIGN=0 -DSIZE=3 --check-prefixes=SHDR,ARBITRARY-CONTENT 82 # ARBITRARY-CONTENT: SectionData ( 83 # ARBITRARY-CONTENT-NEXT: 0000: 112233 84 # ARBITRARY-CONTENT-NEXT: )
|
/llvm-project/llvm/docs/DirectX/ |
H A D | DXContainer.rst | 109 #. PRIV - Stores arbitrary private data (Not encoded by either FXC or DXC). 294 Kind: Arbitrary 305 Kind: Arbitrary 316 Kind: Arbitrary 327 Kind: Arbitrary 338 Kind: Arbitrary
|
/llvm-project/llvm/utils/mlgo-utils/mlgo/corpus/ |
H A D | make_corpus.py | 4 """Tool for making a corpus from arbitrary bitcode. 23 description="A tool for making a corpus from arbitrary bitcode"
|