/llvm-project/mlir/lib/Dialect/Complex/IR/ |
H A D | ComplexOps.cpp | 130 if (auto defining = op.getOperand().getDefiningOp<BitcastOp>()) { in matchAndRewrite() local 132 isa<ComplexType>(defining.getOperand().getType())) { in matchAndRewrite() 135 defining.getOperand()); in matchAndRewrite() 138 defining.getOperand()); in matchAndRewrite() 143 if (auto defining = op.getOperand().getDefiningOp<arith::BitcastOp>()) { in matchAndRewrite() local 145 defining.getOperand()); in matchAndRewrite() 158 if (auto defining = op.getOperand().getDefiningOp<complex::BitcastOp>()) { in matchAndRewrite() local 160 defining.getOperand()); in matchAndRewrite()
|
/llvm-project/clang/test/C/C23/ |
H A D | n2350.c | 16 … expected-warning {{defining a type within '__builtin_offsetof' is a C23 extension}} in simple() 29 … expected-warning {{defining a type within '__builtin_offsetof' is a C23 extension}} in anonymous_struct() 50 … expected-warning 2 {{defining a type within 'offsetof' is a C23 extension}} in macro()
|
/llvm-project/lld/test/COFF/ |
H A D | thin-archive.s | 40 # CHECK-NOT: error: could not get the buffer for the member defining 41 # NOOBJ: error: could not get the buffer for the member defining symbol int __cdecl f(void): {{.*}}.lib({{.*}}.lib.obj): 42 # NOOBJNODEMANGLE: error: could not get the buffer for the member defining symbol ?f@@YAHXZ: {{.*}}.lib({{.*}}.lib.obj):
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetPfmCounters.td | 62 // Processors can define how to measure cycles by defining a CycleCounter. 64 // Processors can define how to measure uops by defining a UopsCounter. 66 // Processors can define how to measure issued uops by defining IssueCounters.
|
/llvm-project/llvm/test/Transforms/MergeFunc/ |
H A D | linkonce_odr.ll | 4 ; If we don't do this we can end up with one module defining a thunk for @funA 5 ; and another module defining a thunk for @funB.
|
/llvm-project/lld/test/MachO/ |
H A D | thin-archive.s | 28 # NOOBJ: error: {{.*}}lib_thin.a: could not get the member defining symbol f(): '{{.*}}lib.o': {{[N… 29 # NOOBJNODEMANGLE: error: {{.*}}lib_thin.a: could not get the member defining symbol __Z1fv: '{{.*}…
|
/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
H A D | partial-unswitch-update-memoryssa.ll | 42 ; Check that MemorySSA updating can deal with skipping defining accesses in the 43 ; loop body until it finds the first defining access outside the loop.
|
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/ |
H A D | GPUDeviceMappingAttr.td | 51 An attribute that allows defining thread block parallelism for GPU devices. 97 An attribute that allows defining warpgroup parallelism for GPU devices. 147 An attribute that allows defining warp parallelism for GPU devices. 194 An attribute that allows defining thread parallelism for GPU devices. 238 An attribute that allows defining memory hierarchy for GPU devices.
|
/llvm-project/llvm/test/ThinLTO/X86/ |
H A D | devirt_promote.ll | 5 ; for a second devirtualization in the defining module as a post-pass 30 ; devirtualization in its defining module should be to the promoted
|
/llvm-project/clang-tools-extra/pseudo/lib/cxx/ |
H A D | cxx.bnf |
|
/llvm-project/lld/test/ELF/linkerscript/ |
H A D | synthetic-symbols3.test | 6 # Check that we can specify synthetic symbols without defining SECTIONS.
|
/llvm-project/llvm/test/MC/WebAssembly/ |
H A D | custom-sections.ll | 3 ; Test the mechanism for defining user custom sections.
|
/llvm-project/libcxx/include/ |
H A D | cassert | 28 # error "If libc++ starts defining <assert.h>, the __has_include check should move to libc++'s <assert.h>"
|
H A D | csetjmp | 42 # error "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <setjmp.h>"
|
H A D | cstdarg | 43 # error "If libc++ starts defining <stdarg.h>, the __has_include check should move to libc++'s <stdarg.h>"
|
H A D | csignal | 51 # error "If libc++ starts defining <signal.h>, the __has_include check should move to libc++'s <signal.h>"
|
/llvm-project/llvm/tools/llvm-exegesis/ |
H A D | CMakeLists.txt | 1 # Has side effect of defining LLVM_EXEGESIS_TARGETS
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | pr11415.ll | 4 ; defining %0 before it was read. This caused us to omit the
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
H A D | avoid-do-while.rst | 29 Ignore the check when analyzing macros. This is useful for safely defining function-like macros:
|
/llvm-project/mlir/docs/ |
H A D | SymbolsAndSymbolTables.md | 62 defining a `SymbolTable`. A `SymbolTable` operation provides the container for 65 Operations defining a `SymbolTable` must use the `OpTrait::SymbolTable` trait. 154 As described above, `SymbolRefs` act as an auxiliary way of defining uses of 189 operation declares a symbol (as opposed to defining it), public
|
/llvm-project/mlir/docs/DefiningDialects/ |
H A D | _index.md | 13 ecosystem. They allow for defining new [attributes](../LangRef.md/#attributes), 22 At the most fundamental level, defining a dialect in MLIR is as simple as 32 expected mechanism for defining new dialects, and is the method detailed within 37 Below showcases an example simple Dialect definition. We generally recommend defining 45 // Include the definition of the necessary tablegen constructs for defining 309 the attributes and types in dialect by defining & attaching 425 along with defining the corresponding build rules to invoke generator 504 // The dialect defining the operation. 594 // The dialect defining the type. 693 // The dialect defining th [all...] |
/llvm-project/utils/bazel/third_party_build/ |
H A D | vulkan_headers.BUILD | 10 # Exports all headers but defining VK_NO_PROTOTYPES to disable the
|
/llvm-project/llvm/test/CodeGen/WebAssembly/ |
H A D | custom-sections.ll | 3 ; Test the mechanism for defining user custom sections.
|
/llvm-project/clang/include/clang/Basic/ |
H A D | WebAssemblyReferenceTypes.def | 20 // - BuiltinType::Id is the enumerator defining the type.
|
/llvm-project/lldb/source/Plugins/ |
H A D | Plugins.def.in | 14 |* interpreter plugins can be enumerated separately by defining *|
|