Home
last modified time | relevance | path

Searched refs:frontends (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Driver/
H A Dcheck-time-trace-sections.py17 frontends = [event for event in events if event["name"] == "Frontend"] variable
28 if not all([any([is_inside(codegen, frontend) for frontend in frontends])
32 if not all([all([is_before(frontend, backend) for frontend in frontends])
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dc-type-units.ll7 ; no known LLVM frontends produce appropriate unique identifiers for C types,
/llvm-project-15.0.7/clang/
H A DREADME.txt9 Unlike many other compiler frontends, Clang is useful for a number of things
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-diff.rst34 passes and frontends. It does not have a stable output format.
/llvm-project-15.0.7/llvm/test/Transforms/ArgumentPromotion/
H A Dvariadic.ll5 ; their classiciation according to the SysV amd64 ABI. Clang and other frontends
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dint8-char-type.ll4 ; with the T_[U]INT1 types. Non-C language frontends are likely use the normal
/llvm-project-15.0.7/llvm/docs/
H A DOpaquePointers.rst56 some frontends wasn't worth it.
70 Pointee types provide some value to frontends because the IR verifier uses types
71 to detect straightforward type confusion bugs. However, frontends also have to
92 address spaces have complained that frontends like Clang often incorrectly
H A DAtomics.rst151 Notes for frontends
189 Notes for frontends
228 Notes for frontends
258 Notes for frontends
287 Notes for frontends
313 Notes for frontends
337 Notes for frontends
H A DInAlloca.rst22 For now, it is recommended that frontends and optimizers avoid producing
H A DNewPassManager.rst154 Sometimes either frontends or backends will want to inject passes into the
155 pipeline. For example, frontends may want to add instrumentation, and target
H A DFAQ.rst75 `Clang <https://clang.llvm.org/>`_. Many other language frontends have
H A DGarbageCollection.rst841 It is recommended that frontends initialize roots explicitly to avoid
H A DStatepoints.rst26 shadow stacks has been used successfully by a number of language frontends and
H A DExceptionHandling.rst598 expressions, and frontends must outline them ahead of time. Local variables of
H A DCoroutines.rst1359 The purpose of this intrinsic is to allow frontends to mark the cleanup and
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLDialect.td30 correctness, targeted by frontends, and optimized.
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/ArgumentPromotion/
H A Dvariadic.ll8 ; their classiciation according to the SysV amd64 ABI. Clang and other frontends
/llvm-project-15.0.7/openmp/docs/
H A Dindex.rst18 OpenMP impacts various parts of the LLVM project, from the frontends (`Clang
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME-X86-64.txt73 lowered return value, and it would free non-C frontends from a
/llvm-project-15.0.7/clang/docs/
H A DToolchain.rst90 Language frontends for other languages
/llvm-project-15.0.7/llvm/docs/Frontend/
H A DPerformanceTips.rst12 The intended audience of this document is developers of language frontends
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-2.md20 As a consequence, multiple frontends end up reimplementing significant pieces of
/llvm-project-15.0.7/mlir/docs/
H A DPDLL.md224 encourage and support the existence of various PDL frontends defined in
/llvm-project-15.0.7/llvm/lib/Target/
H A DREADME.txt2067 frontends like clang when lowering struct copies, when some elements of the
/llvm-project-15.0.7/llvm/test/Transforms/SROA/
H A Dbasictest.ll1565 ; stores. If we get a memcpy of an aggregate (such as C and C++ frontends would

12