/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/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 | 97 class Fusion<string name, string fieldName, string desc, list<FusionPredicate> predicates> 99 list<FusionPredicate> Predicates = predicates;
|
H A D | Target.td | 32 // A list of predicates that turn on this HW mode. 526 // Pull in the common support for MCPredicate (portable scheduling predicates). 543 // List of predicates which will be turned into isel matching code. 607 // Predicates - List of predicates which will be turned into isel matching 776 /// instruction selection predicates. FastISel cannot handle such cases, but 789 class CompressPat<dag input, dag output, list<Predicate> predicates = []> { 795 list<Predicate> Predicates = predicates; 838 /// predicates can be placed onto Instruction definitions. 846 /// every function change. Most predicates can leave this at '0'. 1103 /// 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 364 // Base class for scheduling predicates. 414 // of SchedWrite types under the conditions defined by its predicates. 425 // 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 | 714 for (auto &OP : OM->predicates()) in optimize() 758 for (auto &OP : OM->predicates()) in hasFirstCondition() 774 for (auto &OP : OM->predicates()) in getFirstCondition() 792 for (auto &OP : OM->predicates()) in popFirstCondition() 1382 for (auto &&Predicate : zip(predicates(), B.predicates())) { in isHigherPriorityThan() 1394 predicates().begin(), predicates().end(), 0, in countRendererFns() 1757 for (auto &&P : zip(predicates(), B.predicates())) { in isHigherPriorityThan() 1778 predicates().begin(), predicates().end(), 0, in countRendererFns() 1803 for (auto &OP : OM->predicates()) in optimize() 1813 for (auto &OP : Operands[0]->predicates()) in optimize() [all …]
|
H A D | GlobalISelMatchTable.h | 716 iterator_range<typename PredicatesTy::iterator> predicates() { in predicates() function 758 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() 778 for (const auto &Predicate : predicates()) { in emitFilteredPredicateListOpcodes() 1315 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() 1806 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/lib/Target/RISCV/ |
H A D | RISCV.td | 12 // RISC-V subtarget features and instruction predicates.
|
H A D | RISCVInstrInfoF.td | 92 // Describes a combination of predicates from F/D/Zfh/Zfhmin or 94 // Contains the DAGOperand for the primary type for the predicates. The primary 95 // type may be unset for combinations of predicates like Zfh+D. 97 // decoder namespace that go with an instruction given those predicates. 99 // The DAGOperand can be unset if the predicates are not enough to define it. 100 class ExtInfo<string suffix, string space, list<Predicate> predicates, 103 list<Predicate> Predicates = predicates;
|
/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. 225 // 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/llvm/lib/Target/LoongArch/ |
H A D | LoongArch.td | 12 // LoongArch subtarget features and instruction predicates.
|
/freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
H A D | exclude.sh | 120 exclude EXFAIL common/predicates/tst.argsnotcached.d
|
/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/etc/mtree/ |
H A D | BSD.tests.dist | 183 predicates
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | assertions.md | 332 ## Predicate Assertions {#predicates} 334 The following assertions enable more complex predicates to be verified while 608 status and returns a `bool`. GoogleTest provides two predicates to handle common
|
/freebsd/contrib/libxo/doc/ |
H A D | field-modifiers.rst | 23 k key Field is a key, suitable for XPath predicates
|
/freebsd/targets/pseudo/tests/ |
H A D | Makefile.depend | 81 cddl/usr.sbin/dtrace/tests/common/predicates \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonIntrinsics.td | 90 // otherwise, we need to updated the predicates for immediates to exclude zero
|