Home
last modified time | relevance | path

Searched refs:hooks (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project-15.0.7/mlir/include/mlir/CAPI/
H A DRegistration.h48 static MlirDialectRegistrationHooks hooks = { \
51 return MlirDialectHandle{&hooks}; \
/llvm-project-15.0.7/llvm/test/Instrumentation/InstrProfiling/
H A Dnoruntime.ll1 ;; 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 Dsanitizer_common_interface.inc21 // Sanitizer weak hooks
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectBase.td78 // 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 DOpAsmInterface.td26 This interface provides hooks to interact with the AsmPrinter and AsmParser
/llvm-project-15.0.7/mlir/docs/
H A DDataLayout.md51 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 DPatternRewriter.md70 /// 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 DDialectConversion.md188 `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 DPassManagement.md67 /// 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 DREADME.txt40 11. Implement hooks for better memory op folding, etc.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dphi-elimination-assertion.mir72 # The following test crashes in phi-elimination hooks.
/llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/
H A Dstop-hook.test74 # CHECK: No stop hooks
/llvm-project-15.0.7/flang/docs/
H A DFortranLLVMTestSuite.md44 We recently added CMake hooks into the LLVM Test Suite to support
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DIRTranslator.rst41 There has been some (off-list) debate about whether to add target hooks for
/llvm-project-15.0.7/llvm/docs/
H A DInstrRefDebugInfo.md118 * 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 Dexception-pointer-register.ll8 ; lowering hooks were defined this would trigger an assertion during live
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dmsan_x86_bts_asm.ll70 ; In the conservative mode, call the store hooks for %bit and %addr:
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp501 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 DCh-4.md17 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 Dlldbtest.py836 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 DDataFlowAnalysis.md183 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 DRAVFrontendAction.rst63 The RecursiveASTVisitor provides hooks of the form bool
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DREADME.txt68 there are numerous optimization-related hooks that can be overridden in
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython-reference.rst893 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 Doverview.rst91 Data formatters provide a set of user-tweakable hooks in the ValueObjects world

123