| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRTypeConstraints.td | 47 // Bool Type predicates 53 // IntType predicates 132 // Float Type predicates 163 // Complex Type predicates 169 // Pointer Type predicates 220 // Vector Type predicates 285 // Scalar Type predicates
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPredicateControl.td | 14 // Prevent using other kinds of predicates where True16 predicates are
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 12 // RISC-V subtarget features and instruction predicates. 40 // Instruction predicates
|
| H A D | RISCVInstrPredicates.td | 9 // This file describes the RISC-V instruction predicates.
|
| H A D | RISCVInstrInfoF.td | 124 // Describes a combination of predicates from F/D/Q/Zfh/Zfhmin or 126 // Contains the DAGOperand for the primary type for the predicates. The primary 127 // type may be unset for combinations of predicates like Zfh+D. 129 // decoder namespace that go with an instruction given those predicates. 131 // The DAGOperand can be unset if the predicates are not enough to define it. 132 class ExtInfo<string suffix, string space, list<Predicate> predicates, 135 list<Predicate> Predicates = predicates;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 25 // predicates. Definition `MCInstPredicateExample` identifies instructions 50 // portability: users don't need to specify predicates in C++. As a consequence 89 // This class is used as a building block to define predicates on instruction 220 // A sequence of predicates. It is used as the base class for CheckAll, and 221 // CheckAny. It allows to describe compositions of predicates. 226 // Check that all of the predicates in `Preds` evaluate to true. 230 // Check that at least one of the predicates in `Preds` evaluates to true. 269 // Base class for function predicates. 294 // it is lowering predicates for MCInst or MachineInstr.
|
| H A D | TargetMacroFusion.td | 106 class Fusion<string name, string fieldName, string desc, list<FusionPredicate> predicates> 108 list<FusionPredicate> Predicates = predicates;
|
| H A D | Target.td | 32 // A list of predicates that turn on this HW mode. 531 // Pull in the common support for MCPredicate (portable scheduling predicates). 548 // List of predicates which will be turned into isel matching code. 612 // Predicates - List of predicates which will be turned into isel matching 781 /// instruction selection predicates. FastISel cannot handle such cases, but 794 class CompressPat<dag input, dag output, list<Predicate> predicates = []> { 800 list<Predicate> Predicates = predicates; 843 /// predicates can be placed onto Instruction definitions. 851 /// every function change. Most predicates can leave this at '0'. 1108 /// All operands which the MC layer classifies as predicates should inherit from [all …]
|
| H A D | TargetSchedule.td | 115 // instructions which have any of the listed predicates in their Predicates 370 // Base class for scheduling predicates. 420 // of SchedWrite types under the conditions defined by its predicates. 431 // of SchedRead types under the conditions defined by its predicates.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedPredExynos.td | 14 // Auxiliary predicates. 25 // Exynos predicates.
|
| H A D | AArch64SchedPredNeoverse.td | 14 // Auxiliary predicates.
|
| H A D | AArch64SchedPredicates.td | 61 // Generic predicates. 232 // Target predicates.
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 719 for (auto &OP : OM->predicates()) in optimize() 763 for (auto &OP : OM->predicates()) in hasFirstCondition() 779 for (auto &OP : OM->predicates()) in getFirstCondition() 797 for (auto &OP : OM->predicates()) in popFirstCondition() 1390 for (auto &&Predicate : zip(predicates(), B.predicates())) { in isHigherPriorityThan() 1402 predicates().begin(), predicates().end(), 0, in countRendererFns() 1780 for (auto &&P : zip(predicates(), B.predicates())) { in isHigherPriorityThan() 1801 predicates().begin(), predicates().end(), 0, in countRendererFns() 1828 for (auto &OP : OM->predicates()) in optimize() 1838 for (auto &OP : Operands[0]->predicates()) in optimize() [all …]
|
| H A D | GlobalISelMatchTable.h | 729 iterator_range<typename PredicatesTy::iterator> predicates() { in predicates() function 771 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() 791 for (const auto &Predicate : predicates()) { in emitFilteredPredicateListOpcodes() 1356 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() 1863 for (auto &P : predicates()) in getOpcodeMatcher()
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/ |
| H A D | Makefile | 47 predicates \
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDag.h | |
| H A D | GIMatchTree.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | SelectionDAGCompat.td | 32 // SelectionDAG has one node for all loads and uses predicates to 35 // depending on the predicates on the node. 236 // complications that tablegen must take care of. For example, predicates such
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 19 // subclasses to partially override the predicates of their superclasses without 20 // having to re-add all the existing predicates.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.def | 68 // of the function. These must be kept in sync with the predicates in the
|
| /freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | exclude.sh | 120 exclude EXFAIL common/predicates/tst.argsnotcached.d
|
| /freebsd/etc/mtree/ |
| H A D | BSD.tests.dist | 189 predicates
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | assertions.md | 339 ## Predicate Assertions {#predicates} 341 The following assertions enable more complex predicates to be verified while 615 status and returns a `bool`. GoogleTest provides two predicates to handle common
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 12 // LoongArch subtarget features and instruction predicates.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 2571 static auto predicates() { return llvm::ICmpInst::predicates(); } in predicates() function 2596 static auto predicates() { return llvm::FCmpInst::predicates(); } in predicates() function
|