| /llvm-project-15.0.7/libcxx/test/std/numerics/bit/bit.cast/ |
| H A D | bit_cast.pass.cpp | 62 template <typename Intermediate, bool HasUniqueObjectRepresentations = true, typename T> 64 static_assert(sizeof(Intermediate) == sizeof(T)); in test_roundtrip_through() 66 Intermediate middle = std::bit_cast<Intermediate>(from); in test_roundtrip_through() 68 Intermediate middle2 = std::bit_cast<Intermediate>(to); in test_roundtrip_through()
|
| /llvm-project-15.0.7/compiler-rt/test/msan/ |
| H A D | dtor-multiple-inheritance-nontrivial-class-members.cpp | 41 struct Intermediate : virtual public VirtualBase { struct 45 Intermediate() { intermediate_a = 5; } in Intermediate() argument 46 virtual ~Intermediate() { in ~Intermediate() argument 92 struct Derived : public Base, public Intermediate {
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | JSON.td | 8 class Intermediate : Base {} 9 class Derived : Intermediate {} 11 def D : Intermediate {} 13 // CHECK: 'D' in data['!instanceof']['Intermediate'] 16 // CHECK: 'Intermediate' in data['D']['!superclasses']
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 113 cl::opt<bool> Intermediate( in gcovMain() local 118 cl::aliasopt(Intermediate)); in gcovMain() 172 PreservePaths, UncondBranch, Intermediate, LongNames, in gcovMain()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | reduction-templates.h | 233 static constexpr int Intermediate{ 239 ACCUM<CppTypeFor<TypeCategory::Integer, Intermediate>>; in operator() 259 static constexpr int Intermediate{ 264 using Accumulator = ACCUM<CppTypeFor<TypeCategory::Real, Intermediate>>; in operator()
|
| /llvm-project-15.0.7/mlir/ |
| H A D | README.md | 1 # Multi-Level Intermediate Representation
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | derived-to-base.cpp | 70 class Intermediate : public Padding1, public A, public Padding2 {}; class 72 class BI : public virtual Intermediate { 77 class CI : public virtual Intermediate {
|
| H A D | retain-release-path-notes.m | 355 …id Intermediate = Original; // expected-note {{'Intermediate' initialized to the value of… 356 …id New = Intermediate; // expected-note {{'New' initialized to the value of 'Interme…
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | META.llvm.in | 11 description = "Intermediate representation analysis for LLVM" 107 description = "Intermediate Representation Linker for LLVM"
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyOps.def | 10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 48 PreservePaths(P), UncondBranch(U), Intermediate(I), LongFileNames(L), in Options() 58 bool Intermediate; member
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | raw_sha1_ostream_test.cpp | 64 TEST(raw_sha1_ostreamTest, Intermediate) { in TEST() argument
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constexpr-builtin-bit-cast.cpp | 38 template <class Intermediate, class Init> 40 return bit_cast<Init>(bit_cast<Intermediate>(init)) == init; in round_trip()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/analysis/ |
| H A D | llvm_analysis.mli | 9 (** Intermediate representation analysis.
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 748 options.Intermediate ? LineConsumer() : LineConsumer(si.filename); in annotateSource() 874 if (!options.NoOutput && !options.Intermediate) in print() 879 if (options.NoOutput || options.Intermediate) in print() 894 if (options.Intermediate && !options.NoOutput) { in print()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | machine-backward-cp.mir | 67 # Intermediate read of copy's src 86 # Intermediate read of copy's def
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DirectXUsage.rst | 37 `DirectX Intermediate Language. <https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/…
|
| H A D | WritingAnLLVMBackend.rst | 17 the LLVM Intermediate Representation (IR) to code for a specified machine or
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | index.rst | 48 - Evaluate expression Intermediate Representation (IR) when JIT can't be used
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringTest.cpp | 918 void mergeAndTestRewrite(StringRef Code, StringRef Intermediate, in mergeAndTestRewrite() argument 926 EXPECT_EQ(Intermediate, *AfterFirst); in mergeAndTestRewrite()
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | Rationale.md | 31 The Multi-Level Intermediate Representation (MLIR) is intended for easy 201 [SIL Intermediate Representation](https://github.com/apple/swift/blob/main/docs/SIL.rst),
|
| H A D | MLIRForGraphAlgorithms.md | 30 MLIR is an overloaded acronym which unpacks as "Multi-Level Intermediate
|
| H A D | RationaleLinalgDialect.md | 13 the tradeoffs involved when building higher-level Intermediate
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl02.rst | 714 Intermediate Representation (IR) from the AST.
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-2.md | 8 ## Introduction: Multi-Level Intermediate Representation
|