| /llvm-project-15.0.7/mlir/include/mlir/CAPI/ |
| H A D | Registration.h | 48 static MlirDialectRegistrationHooks hooks = { \ 51 return MlirDialectHandle{&hooks}; \
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/InstrProfiling/ |
| H A D | noruntime.ll | 1 ;; Check that we don't emit the runtime hooks if the user provided them.
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interface.inc | 21 // Sanitizer weak hooks
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | DialectBase.td | 78 // printing hooks in the dialect and default implementations that dispatch to 84 // hooks in the dialect and default implementations that dispatch to each
|
| H A D | OpAsmInterface.td | 26 This interface provides hooks to interact with the AsmPrinter and AsmParser
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | DataLayout.md | 51 provides hooks for them to provide target- and type-specific checks. For 165 hooks for each data layout query. Each of these hooks is supplied with the type 168 valid result even if the list of entries is empty. These hooks do not have 179 provides hooks for verifying the validity of the entry value attributes and for 184 Two versions of hooks are provided for sizes: in bits and in bytes. The version
|
| H A D | PatternRewriter.md | 70 /// using the separate hooks. 101 `PatternRewriter`. This class provides hooks for performing all of the 247 with the necessary hooks overridden. If a driver does not need to hook into 281 /// Override the necessary PatternRewriter hooks here.
|
| H A D | DialectConversion.md | 188 `ConversionPatternRewriter`, that provides special hooks for use with the 193 /// The `matchAndRewrite` hooks on ConversionPatterns take an additional 228 The `TypeConverter` contains several hooks for detailing how to convert types, 294 Several of the available hooks are detailed below:
|
| H A D | PassManagement.md | 67 /// necessary utility hooks. This is only necessary for passes defined directly 148 /// necessary utility hooks. This is only necessary for passes defined directly 170 /// necessary utility hooks. This is only necessary for passes defined directly 224 An analysis may provide additional hooks to control various behavior: 983 computation, via the `PassInstrumentation` class. This class provides hooks into 1013 execute the respective `runAfter*` hook. The hooks of a `PassInstrumentation`
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | README.txt | 40 11. Implement hooks for better memory op folding, etc.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | phi-elimination-assertion.mir | 72 # The following test crashes in phi-elimination hooks.
|
| /llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/ |
| H A D | stop-hook.test | 74 # CHECK: No stop hooks
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | FortranLLVMTestSuite.md | 44 We recently added CMake hooks into the LLVM Test Suite to support
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | IRTranslator.rst | 41 There has been some (off-list) debate about whether to add target hooks for
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | InstrRefDebugInfo.md | 118 * Target hooks to be implemented to allow `LiveDebugValues` to follow values 123 ## Target hooks
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | exception-pointer-register.ll | 8 ; lowering hooks were defined this would trigger an assertion during live
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | msan_x86_bts_asm.ll | 70 ; In the conservative mode, call the store hooks for %bit and %addr:
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Vectorization.cpp | 501 SmallVector<CustomVectorizationHook> hooks; in vectorizeAsLinalgGeneric() local 508 hooks.push_back(vectorizeYield); in vectorizeAsLinalgGeneric() 516 hooks.push_back(vectorizeIndex); in vectorizeAsLinalgGeneric() 520 VectorizationResult result = vectorizeOneOp(b, linalgOp, &op, bvm, hooks); in vectorizeAsLinalgGeneric()
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-4.md | 17 MLIR provides a set of always available-hooks for certain core transformations, 20 However, these types of hooks don't really scale well. Therefore, a more generic 54 a class containing a set of virtual hooks which the dialect can override.
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 836 self.hooks = [] 954 self.hooks.append(hook) 991 for hook in reversed(self.hooks): 1002 del self.hooks
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/ |
| H A D | DataFlowAnalysis.md | 183 our analysis, we will inherit from this class and implement some of its hooks. 226 contains various other hooks that allow for injecting custom behavior when
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | RAVFrontendAction.rst | 63 The RecursiveASTVisitor provides hooks of the form bool
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | README.txt | 68 there are numerous optimization-related hooks that can be overridden in
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | python-reference.rst | 893 Stop hooks fire whenever the process stops just before control is returned to the 894 user. Stop hooks can either be a set of lldb command-line commands, or can 895 be implemented by a suitably defined Python class. The Python based stop-hooks 899 parametrization of the stop hooks. 922 …es to stop. If it returns False, then the thread votes to continue after all the stop-hooks |
|
| /llvm-project-15.0.7/lldb/docs/design/ |
| H A D | overview.rst | 91 Data formatters provide a set of user-tweakable hooks in the ValueObjects world
|