/llvm-project/libcxx/test/std/utilities/function.objects/negators/ |
H A D | not2.depr_in_cxx17.verify.cpp | 19 struct Predicate { struct 26 std::not2(Predicate()); // expected-warning {{'not2<Predicate>' is deprecated}} in f() argument
|
H A D | binary_negate.depr_in_cxx17.verify.cpp | 19 struct Predicate { struct 26 …std::binary_negate<Predicate> f((Predicate())); // expected-warning {{'binary_negate<Predicate>' i… in test() argument
|
H A D | not1.depr_in_cxx17.verify.cpp | 19 struct Predicate { struct 25 std::not1(Predicate()); // expected-warning {{'not1<Predicate>' is deprecated}} in f() argument
|
H A D | unary_negate.depr_in_cxx17.verify.cpp | 19 struct Predicate { struct 25 …std::unary_negate<Predicate> f((Predicate())); // expected-warning {{'unary_negate<Predicate>' is … in test() argument
|
/llvm-project/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/lldb/unittests/Utility/ |
H A D | PredicateTest.cpp | 15 TEST(Predicate, WaitForValueEqualTo) { in TEST() argument 28 TEST(Predicate, WaitForValueNotEqualTo) { in TEST() argument
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 400 LegalityPredicate Predicate; global() variable 407 Predicate(Predicate) Predicate() argument 473 actionIf(LegalizeAction Action,LegalityPredicate Predicate) actionIf() argument 479 actionIf(LegalizeAction Action,LegalityPredicate Predicate,LegalizeMutation Mutation) actionIf() argument 592 legalIf(LegalityPredicate Predicate) legalIf() argument 656 bitcastIf(LegalityPredicate Predicate,LegalizeMutation Mutation) bitcastIf() argument 674 lowerIf(LegalityPredicate Predicate) lowerIf() argument 682 lowerIf(LegalityPredicate Predicate,LegalizeMutation Mutation) lowerIf() argument 738 libcallIf(LegalityPredicate Predicate) libcallIf() argument 763 widenScalarIf(LegalityPredicate Predicate,LegalizeMutation Mutation) widenScalarIf() argument 772 narrowScalarIf(LegalityPredicate Predicate,LegalizeMutation Mutation) narrowScalarIf() argument 789 moreElementsIf(LegalityPredicate Predicate,LegalizeMutation Mutation) moreElementsIf() argument 798 fewerElementsIf(LegalityPredicate Predicate,LegalizeMutation Mutation) fewerElementsIf() argument 811 unsupportedIf(LegalityPredicate Predicate) unsupportedIf() argument 840 customIf(LegalityPredicate Predicate) customIf() argument 936 scalarizeIf(LegalityPredicate Predicate,unsigned TypeIdx) scalarizeIf() argument 953 minScalarOrEltIf(LegalityPredicate Predicate,unsigned TypeIdx,const LLT Ty) minScalarOrEltIf() argument 995 minScalarIf(LegalityPredicate Predicate,unsigned TypeIdx,const LLT Ty) minScalarIf() argument 1031 maxScalarIf(LegalityPredicate Predicate,unsigned TypeIdx,const LLT Ty) maxScalarIf() argument 1089 minScalarEltSameAsIf(LegalityPredicate Predicate,unsigned TypeIdx,unsigned LargeTypeIdx) minScalarEltSameAsIf() argument 1107 maxScalarEltSameAsIf(LegalityPredicate Predicate,unsigned TypeIdx,unsigned SmallTypeIdx) maxScalarEltSameAsIf() argument [all...] |
H A D | GIMatchTableExecutorImpl.h | 330 uint16_t Predicate = readU16(); executeMatchTable() local 355 uint16_t Predicate = readU16(); executeMatchTable() local 376 uint16_t Predicate = readU16(); executeMatchTable() local 428 uint16_t Predicate = readU16(); executeMatchTable() local 442 uint16_t Predicate = readU16(); executeMatchTable() local [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | MacroFusionPredicatorEmitter.cpp | 142 void MacroFusionPredicatorEmitter::emitFirstPredicate(const Record *Predicate, in emitFirstPredicate() argument 175 emitSecondPredicate(Record * Predicate,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitSecondPredicate() argument 226 emitBothPredicate(Record * Predicate,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitBothPredicate() argument [all...] |
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Predicate.h | 48 Predicate() : m_value() {} in Predicate() function 57 Predicate(T initial_value) : m_value(initial_value) {} in Predicate() function
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.h | 47 CmpInst::Predicate Predicate; member
|
H A D | ARMLegalizerInfo.cpp | 327 getFCmpLibcalls(CmpInst::Predicate Predicate,unsigned Size) const getFCmpLibcalls() argument 380 auto Predicate = legalizeCustom() local [all...] |
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.predicate/ |
H A D | predicate.compile.pass.cpp | 40 struct Predicate { struct
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 207 Value *Predicate; scalarizeMaskedLoad() local 337 Value *Predicate; scalarizeMaskedStore() local 459 Value *Predicate; scalarizeMaskedGather() local 586 Value *Predicate; scalarizeMaskedScatter() local 697 Value *Predicate; scalarizeMaskedExpandLoad() local 812 Value *Predicate; scalarizeMaskedCompressStore() local 902 Value *Predicate = scalarizeMaskedVectorHistogram() local [all...] |
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Relation.h | 34 RelationKind Predicate; member
|
H A D | Index.h | 82 RelationKind Predicate; global() member
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ReferenceToConstructedTemporaryCheck.cpp | 41 NotExtendedByDeclBoundToPredicate Predicate{ in AST_MATCHER_P() local
|
/llvm-project/clang/unittests/AST/ |
H A D | DeclMatcher.h | 48 UnaryPredicate Predicate; variable
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 87 copy_if_else(InputIt First,InputIt Last,OutputIt1 d1,OutputIt2 d2,UnaryPredicate Predicate) copy_if_else() argument 111 find_best(InputIt First,InputIt Last,UnaryPredicate Predicate,Comparator BetterThan) find_best() argument
|
/llvm-project/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/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 94 const VecDesc *VD = TLI.getVectorMappingInfo(ScalarName, VF, Predicate); in addMappingsFromTLI() argument
|
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCPredicates.h | 26 enum Predicate { enum
|
/llvm-project/clang/test/Sema/ |
H A D | warn-documentation.cpp | 1308 class Predicate class 1319 template<> class Predicate<int, char> class 1330 template<class T> class Predicate<T, int> class
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MacroFusion.cpp | 163 return llvm::any_of(Predicates, [&](MacroFusionPredTy Predicate) { in shouldScheduleAdjacent()
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslNodeBuilder.cpp | 111 getUpperBound(isl::ast_node_for For,ICmpInst::Predicate & Predicate) getUpperBound() argument 176 CmpInst::Predicate Predicate; getNumberOfIterations() local 455 CmpInst::Predicate Predicate; createForSequential() local 560 CmpInst::Predicate Predicate; createForParallel() local 709 Value *Predicate = ExprBuilder.create(Cond); createIf() local [all...] |