Home
last modified time | relevance | path

Searched refs:Intermediate (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/numerics/bit/bit.cast/
H A Dbit_cast.pass.cpp62 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 Ddtor-multiple-inheritance-nontrivial-class-members.cpp41 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 DJSON.td8 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 Dgcov.cpp113 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 Dreduction-templates.h233 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 DREADME.md1 # Multi-Level Intermediate Representation
/llvm-project-15.0.7/clang/test/Analysis/
H A Dderived-to-base.cpp70 class Intermediate : public Padding1, public A, public Padding2 {}; class
72 class BI : public virtual Intermediate {
77 class CI : public virtual Intermediate {
H A Dretain-release-path-notes.m355 …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 DMETA.llvm.in11 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 DThreadSafetyOps.def10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h48 PreservePaths(P), UncondBranch(U), Intermediate(I), LongFileNames(L), in Options()
58 bool Intermediate; member
/llvm-project-15.0.7/llvm/unittests/Support/
H A Draw_sha1_ostream_test.cpp64 TEST(raw_sha1_ostreamTest, Intermediate) { in TEST() argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp38 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 Dllvm_analysis.mli9 (** Intermediate representation analysis.
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp748 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 Dmachine-backward-cp.mir67 # Intermediate read of copy's src
86 # Intermediate read of copy's def
/llvm-project-15.0.7/llvm/docs/
H A DDirectXUsage.rst37 `DirectX Intermediate Language. <https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/…
H A DWritingAnLLVMBackend.rst17 the LLVM Intermediate Representation (IR) to code for a specified machine or
/llvm-project-15.0.7/lldb/docs/
H A Dindex.rst48 - Evaluate expression Intermediate Representation (IR) when JIT can't be used
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringTest.cpp918 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 DRationale.md31 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 DMLIRForGraphAlgorithms.md30 MLIR is an overloaded acronym which unpacks as "Multi-Level Intermediate
H A DRationaleLinalgDialect.md13 the tradeoffs involved when building higher-level Intermediate
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl02.rst714 Intermediate Representation (IR) from the AST.
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-2.md8 ## Introduction: Multi-Level Intermediate Representation

12