Home
last modified time | relevance | path

Searched defs:Predicate (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/negators/
H A Dnot2.depr_in_cxx17.verify.cpp21 struct Predicate { struct
28 std::not2(Predicate()); // expected-warning {{'not2<Predicate>' is deprecated}} in main() argument
H A Dbinary_negate.depr_in_cxx17.verify.cpp21 struct Predicate { struct
28 …std::binary_negate<Predicate> f((Predicate())); // expected-warning {{'binary_negate<Predicate>' i… in main() argument
H A Dnot1.depr_in_cxx17.verify.cpp21 struct Predicate { struct
27 std::not1(Predicate()); // expected-warning {{'not1<Predicate>' is deprecated}} in main() argument
H A Dunary_negate.depr_in_cxx17.verify.cpp21 struct Predicate { struct
27 …std::unary_negate<Predicate> f((Predicate())); // expected-warning {{'unary_negate<Predicate>' is … in main() argument
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp57 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
70 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
82 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
95 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
106 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
135 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
148 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
160 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
173 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
184 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DPredicateTest.cpp15 TEST(Predicate, WaitForValueEqualTo) { in TEST() argument
28 TEST(Predicate, WaitForValueNotEqualTo) { in TEST() argument
/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicateDependencyEdge.h32 const GIMatchDagPredicate *Predicate; variable
40 const GIMatchDagPredicate *Predicate, in GIMatchDagPredicateDependencyEdge()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h394 LegalityPredicate Predicate; variable
401 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() function
467 LegalityPredicate Predicate) { in actionIf()
586 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf()
650 LegalizeRuleSet &bitcastIf(LegalityPredicate Predicate, in bitcastIf()
668 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf()
676 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf()
732 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf()
757 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf()
766 LegalizeRuleSet &narrowScalarIf(LegalityPredicate Predicate, in narrowScalarIf()
[all …]
H A DInstructionSelectorImpl.h273 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
298 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
320 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
368 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DPredicate.h47 Predicate() : m_value() {} in Predicate() function
56 Predicate(T initial_value) : m_value(initial_value) {} in Predicate() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h47 CmpInst::Predicate Predicate; member
H A DARMLegalizerInfo.cpp355 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls()
407 auto Predicate = in legalizeCustom() local
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.callable/concept.predicate/
H A Dpredicate.compile.pass.cpp40 struct Predicate { struct
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DRelation.h34 RelationKind Predicate; member
H A DIndex.h82 RelationKind Predicate; member
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp210 Value *Predicate; in scalarizeMaskedLoad() local
344 Value *Predicate; in scalarizeMaskedStore() local
466 Value *Predicate; in scalarizeMaskedGather() local
593 Value *Predicate; in scalarizeMaskedScatter() local
699 Value *Predicate; in scalarizeMaskedExpandLoad() local
809 Value *Predicate; in scalarizeMaskedCompressStore() local
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h88 FilterPredicate Predicate; variable
/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclMatcher.h48 UnaryPredicate Predicate; variable
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp87 UnaryPredicate Predicate) { in copy_if_else()
111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/list/list.ops/
H A Dremove_if.pass.cpp41 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h26 enum Predicate { enum
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-documentation.cpp1300 class Predicate class
1311 template<> class Predicate<int, char> class
1322 template<class T> class Predicate<T, int> class
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp326 const TreePredicateFn &Predicate = Call.Fn; in isTrivialOperatorNode() local
1075 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() local
1095 for (const auto &Predicate : predicates()) { in emitFilteredPredicateListOpcodes() local
1586 TreePredicateFn Predicate; member in __anoncee47b830111::OperandImmPredicateMatcher
1590 const TreePredicateFn &Predicate) in OperandImmPredicateMatcher()
1720 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() local
1957 TreePredicateFn Predicate; member in __anoncee47b830111::InstructionImmPredicateMatcher
2218 TreePredicateFn Predicate; member in __anoncee47b830111::GenericInstructionPredicateMatcher
3787 const TreePredicateFn &Predicate = Call.Fn; in getEquivNode() local
4017 const TreePredicateFn &Predicate = Call.Fn; in createAndImportSelDAGMatcher() local
[all …]
H A DX86EVEX2VEXTablesEmitter.cpp36 typedef std::pair<StringRef, StringRef> Predicate; typedef in __anon2a7031a30111::X86EVEX2VEXTablesEmitter
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp112 ICmpInst::Predicate &Predicate) { in getUpperBound()
177 CmpInst::Predicate Predicate; in getNumberOfIterations() local
547 CmpInst::Predicate Predicate; in createForSequential() local
652 CmpInst::Predicate Predicate; in createForParallel() local
840 Value *Predicate = ExprBuilder.create(Cond); in createIf() local

1234