| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | YAMLIOTest.cpp | 208 std::string intermediate; in TEST() local 226 Input yin(intermediate); in TEST() 477 std::string intermediate; in TEST() local 504 Input yin(intermediate); in TEST() 600 std::string intermediate; in TEST() local 692 std::string intermediate; in TEST() local 780 std::string intermediate; in TEST() local 998 std::string intermediate; in TEST() local 1088 std::string intermediate; in TEST() local 1176 std::string intermediate; in TEST() local [all …]
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | reduce_pipeline.py | 125 intermediate = 'intermediate-0.ll' if idx % 2 else 'intermediate-1.ll' variable 126 intermediate = tmpd.name + '/' + intermediate variable 128 args.opt_binary, '-disable-symbolication', '-S', '-o', intermediate, 137 '-passes={}'.format(pipeline.toStr(lstB)), intermediate 147 prevIntermediate = intermediate
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | fpcmp-f64-neon-opt.ll | 3 ; Check that no intermediate integer register is used. 4 define i32 @no-intermediate-register-for-zero-imm(double %x) #0 { 6 ; CHECK-LABEL: no-intermediate-register-for-zero-imm
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | osobject-retain-release.cpp | 564 OSObject *intermediate = originalPtr; // TODO: add note here as well in check_dynamic_cast_alias_intermediate() local 566 …if ((newPtr = OSDynamicCast(OSArray, intermediate))) { // expected-note {{The value of 'intermedia… in check_dynamic_cast_alias_intermediate() 569 intermediate = OSObject::generateObject(42); in check_dynamic_cast_alias_intermediate() 572 intermediate->release(); // expected-warning {{Potential leak of an object stored into 'newPtr'}} in check_dynamic_cast_alias_intermediate() 578 OSObject *intermediate = originalPtr; // TODO: add note here as well in check_dynamic_cast_alias_intermediate_2() local 580 …if ((newPtr = OSDynamicCast(OSArray, intermediate))) { // expected-note {{Value assigned to 'newPt… in check_dynamic_cast_alias_intermediate_2() 583 intermediate = OSObject::generateObject(42); in check_dynamic_cast_alias_intermediate_2() 587 intermediate->release(); // expected-warning {{Potential leak of an object stored into 'newPtr'}} in check_dynamic_cast_alias_intermediate_2()
|
| /llvm-project-15.0.7/.github/workflows/ |
| H A D | lld-tests.yml | 25 # Skip intermediate builds: always. 26 # Cancel intermediate builds: only if it is a pull request build.
|
| H A D | clang-tests.yml | 25 # Skip intermediate builds: always. 26 # Cancel intermediate builds: only if it is a pull request build.
|
| H A D | libclc-tests.yml | 27 # Skip intermediate builds: always. 28 # Cancel intermediate builds: only if it is a pull request build.
|
| H A D | lldb-tests.yml | 27 # Skip intermediate builds: always. 28 # Cancel intermediate builds: only if it is a pull request build.
|
| H A D | llvm-project-tests.yml | 21 # Skip intermediate builds: always. 22 # Cancel intermediate builds: only if it is a pull request build.
|
| H A D | issue-subscriber.yml | 21 …ctions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-var…
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | bindings01.f90 | 41 type, extends(missing) :: intermediate type 45 type, extends(intermediate) :: concrete2 ! ensure no false missing binding error 113 class(intermediate), intent(in) :: x
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopSimplifyCFG/ |
| H A D | constant-fold-branch.ll | 1621 intermediate: 1693 intermediate: 1759 intermediate: 1827 intermediate: 1901 intermediate: 1983 intermediate: 2059 intermediate: 2137 intermediate: 2217 intermediate: 2302 intermediate: [all …]
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/bitwriter/ |
| H A D | llvm_bitwriter.ml | 9 * This interface provides an OCaml API for the LLVM intermediate
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/altera/ |
| H A D | kernel-name-restriction.rst | 9 Such kernel file names cause the offline compiler to generate intermediate
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | CompareEliminationSpillIssue.ll | 2 ; intermediate calculations for a comparison performed in a GPR spills the 4 ; the full 64-bits of the register in intermediate stages. Spilling such a value
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-stack-no-frame.ll | 6 ; frame record. In an intermediate frame refactoring, prologue and epilogue were
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | machine-copy-prop.mir | 20 # the kill flag of intermediate instructions. 37 # the kill flag of intermediate instructions. 54 # the kill flag of intermediate instructions.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | reproduce-lto.s | 3 ## reproduce package and that intermediate files (such as the LTO-compiled
|
| /llvm-project-15.0.7/llvm/test/BugPoint/ |
| H A D | invalid-debuginfo.ll | 7 ; should not assert on it, but reject the malformed intermediate step.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | aggregate-reconstruction.ll | 198 ; This fold does not care whether or not intermediate instructions have extra uses. 286 ; CHECK: intermediate: 293 br i1 %c, label %intermediate, label %end 294 intermediate: 297 %srcagg.phi = phi { i32, i32 } [ %srcagg0, %entry ], [ %srcagg1, %intermediate ]
|
| H A D | demorgan.ll | 245 ; ~(~A | B) --> (A & ~B) - what if we use one of the intermediate results? 264 ; ~(~A | B) --> (A & ~B) - what if we use one of the intermediate results? 282 ; ~(~A | B) --> (A & ~B) - what if we use one of the intermediate results? 301 ; ~(~A | B) --> (A & ~B) - what if we use two of the intermediate results? 324 ; ~(~A | B) --> (A & ~B) - what if we use two of the intermediate results? 347 ; ~(~A | B) --> (A & ~B) - what if we use two of the intermediate results?
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | PointerAuth.md | 163 operation, without exposing the intermediate raw pointer. 232 However, that exposes the intermediate, unauthenticated pointer, e.g., if it 236 the intermediate call target is kept in a register and never stored to memory. 302 the intermediate raw pointer value is not spilled and attackable.
|
| /llvm-project-15.0.7/libclc/generic/lib/integer/ |
| H A D | mul_hi.cl | 39 //We use hadd to give us a bit of extra precision for the intermediate sums 67 //We use hadd to give us a bit of extra precision for the intermediate sums
|
| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | apple-install-libcxx.sh | 27 contain intermediate build products.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | branch-condition-and.ll | 4 ; This used to crash because during intermediate control flow lowering, there
|