| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/negators/ |
| H A D | not2.depr_in_cxx17.verify.cpp | 21 struct Predicate { struct 28 std::not2(Predicate()); // expected-warning {{'not2<Predicate>' is deprecated}} in main() argument
|
| H A D | binary_negate.depr_in_cxx17.verify.cpp | 21 struct Predicate { struct 28 …std::binary_negate<Predicate> f((Predicate())); // expected-warning {{'binary_negate<Predicate>' i… in main() argument
|
| H A D | not1.depr_in_cxx17.verify.cpp | 21 struct Predicate { struct 27 std::not1(Predicate()); // expected-warning {{'not1<Predicate>' is deprecated}} in main() argument
|
| H A D | unary_negate.depr_in_cxx17.verify.cpp | 21 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 D | remove_if.pass.cpp | 57 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 D | PredicateTest.cpp | 15 TEST(Predicate, WaitForValueEqualTo) { in TEST() argument 28 TEST(Predicate, WaitForValueNotEqualTo) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagPredicateDependencyEdge.h | 32 const GIMatchDagPredicate *Predicate; variable 40 const GIMatchDagPredicate *Predicate, in GIMatchDagPredicateDependencyEdge()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 394 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 D | InstructionSelectorImpl.h | 273 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 D | Predicate.h | 47 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 D | ARMLegalizerInfo.h | 47 CmpInst::Predicate Predicate; member
|
| H A D | ARMLegalizerInfo.cpp | 355 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 D | predicate.compile.pass.cpp | 40 struct Predicate { struct
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Relation.h | 34 RelationKind Predicate; member
|
| H A D | Index.h | 82 RelationKind Predicate; member
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 210 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 D | llvm-objdump.h | 88 FilterPredicate Predicate; variable
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | DeclMatcher.h | 48 UnaryPredicate Predicate; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 87 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 D | remove_if.pass.cpp | 41 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCPredicates.h | 26 enum Predicate { enum
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-documentation.cpp | 1300 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 D | GlobalISelEmitter.cpp | 326 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 D | X86EVEX2VEXTablesEmitter.cpp | 36 typedef std::pair<StringRef, StringRef> Predicate; typedef in __anon2a7031a30111::X86EVEX2VEXTablesEmitter
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslNodeBuilder.cpp | 112 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
|