Searched +refs:tablegen +refs:mode +refs:hook (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/docs/ |
D | PassManagement.md | 606 ```tablegen 641 is the name of the definition specified in tablegen. It also generates a 660 of `MyPassBase`, where `MyPass` is the name of the definition in tablegen. We 766 If this hook is executed, runAfterPassFailed will not be. 768 * This callback is run right after a pass execution fails. If this hook is 778 the last instrumentation to execute a `runBefore*` hook will be the first to 779 execute the respective `runAfter*` hook. Below in an example instrumentation 828 In this mode, the results are displayed in a list sorted by total time with each 831 pipeline. This display mode is available in mlir-opt via 853 In this mode, the results are displayed in a nested pipeline view that mirrors [all …]
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | Target.td | 1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===// 24 // A string representing subtarget features that turn on this HW mode. 25 // For example, "+feat1,-feat2" will indicate that the mode is active 33 // A special mode recognized by tablegen. This mode is considered active 34 // when no other mode is active. For targets that do not use specific hw 35 // modes, this is the only mode. 48 // dependent on a HW mode. This class inherits from ValueType itself, 66 // The register size/alignment information, parameterized by a HW mode. 163 // is invalid for this mode/flavour. 215 // The register size/alignment information, parameterized by a HW mode. [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===// 24 // A string representing subtarget features that turn on this HW mode. 25 // For example, "+feat1,-feat2" will indicate that the mode is active 33 // A special mode recognized by tablegen. This mode is considered active 34 // when no other mode is active. For targets that do not use specific hw 35 // modes, this is the only mode. 48 // dependent on a HW mode. This class inherits from ValueType itself, 66 // The register size/alignment information, parameterized by a HW mode. 163 // is invalid for this mode/flavour. 214 // The register size/alignment information, parameterized by a HW mode. [all …]
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===// 110 // is invalid for this mode/flavour. 301 // is invalid for this mode/flavour. 381 bit hasPostISelHook = 0; // To be *adjusted* after isel by target hook. 554 /// the TargetRegisterInfo::getPointerRegClass() hook at codegen time.
|