Home
last modified time | relevance | path

Searched refs:predicates (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPredicateControl.td14 // Prevent using other kinds of predicates where True16 predicates are
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td25 // 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 DTargetMacroFusion.td97 class Fusion<string name, string fieldName, string desc, list<FusionPredicate> predicates>
99 list<FusionPredicate> Predicates = predicates;
H A DTarget.td32 // 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 DTargetSchedule.td115 // 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 DAArch64SchedPredExynos.td14 // Auxiliary predicates.
25 // Exynos predicates.
H A DAArch64SchedPredNeoverse.td14 // Auxiliary predicates.
H A DAArch64SchedPredicates.td61 // Generic predicates.
232 // Target predicates.
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp714 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 DGlobalISelMatchTable.h716 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 DMakefile47 predicates \
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.td12 // RISC-V subtarget features and instruction predicates.
H A DRISCVInstrInfoF.td92 // 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 DSelectionDAGCompat.td32 // 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 DMips.td19 // 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 DLoongArch.td12 // LoongArch subtarget features and instruction predicates.
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh120 exclude EXFAIL common/predicates/tst.argsnotcached.d
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def68 // of the function. These must be kept in sync with the predicates in the
/freebsd/etc/mtree/
H A DBSD.tests.dist183 predicates
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md332 ## 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 Dfield-modifiers.rst23 k key Field is a key, suitable for XPath predicates
/freebsd/targets/pseudo/tests/
H A DMakefile.depend81 cddl/usr.sbin/dtrace/tests/common/predicates \
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsics.td90 // otherwise, we need to updated the predicates for immediates to exclude zero

123