Home
last modified time | relevance | path

Searched refs:intermediate (Results 1 – 25 of 191) sorted by relevance

12345678

/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp208 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 Dreduce_pipeline.py125 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 Dfpcmp-f64-neon-opt.ll3 ; 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 Dosobject-retain-release.cpp564 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 Dlld-tests.yml25 # Skip intermediate builds: always.
26 # Cancel intermediate builds: only if it is a pull request build.
H A Dclang-tests.yml25 # Skip intermediate builds: always.
26 # Cancel intermediate builds: only if it is a pull request build.
H A Dlibclc-tests.yml27 # Skip intermediate builds: always.
28 # Cancel intermediate builds: only if it is a pull request build.
H A Dlldb-tests.yml27 # Skip intermediate builds: always.
28 # Cancel intermediate builds: only if it is a pull request build.
H A Dllvm-project-tests.yml21 # Skip intermediate builds: always.
22 # Cancel intermediate builds: only if it is a pull request build.
H A Dissue-subscriber.yml21 …ctions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-var…
/llvm-project-15.0.7/flang/test/Semantics/
H A Dbindings01.f9041 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 Dconstant-fold-branch.ll1621 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 Dllvm_bitwriter.ml9 * 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 Dkernel-name-restriction.rst9 Such kernel file names cause the offline compiler to generate intermediate
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A DCompareEliminationSpillIssue.ll2 ; 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 Darm64-stack-no-frame.ll6 ; frame record. In an intermediate frame refactoring, prologue and epilogue were
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmachine-copy-prop.mir20 # 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 Dreproduce-lto.s3 ## reproduce package and that intermediate files (such as the LTO-compiled
/llvm-project-15.0.7/llvm/test/BugPoint/
H A Dinvalid-debuginfo.ll7 ; should not assert on it, but reject the malformed intermediate step.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Daggregate-reconstruction.ll198 ; 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 Ddemorgan.ll245 ; ~(~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 DPointerAuth.md163 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 Dmul_hi.cl39 //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 Dapple-install-libcxx.sh27 contain intermediate build products.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dbranch-condition-and.ll4 ; This used to crash because during intermediate control flow lowering, there

12345678