Home
last modified time | relevance | path

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

1234

/llvm-project/libcxx/test/std/utilities/function.objects/negators/
H A Dnot2.depr_in_cxx17.verify.cpp19 struct Predicate { struct
26 std::not2(Predicate()); // expected-warning {{'not2<Predicate>' is deprecated}} in f() argument
H A Dbinary_negate.depr_in_cxx17.verify.cpp19 struct Predicate { struct
26 …std::binary_negate<Predicate> f((Predicate())); // expected-warning {{'binary_negate<Predicate>' i… in test() argument
H A Dnot1.depr_in_cxx17.verify.cpp19 struct Predicate { struct
25 std::not1(Predicate()); // expected-warning {{'not1<Predicate>' is deprecated}} in f() argument
H A Dunary_negate.depr_in_cxx17.verify.cpp19 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 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/lldb/unittests/Utility/
H A DPredicateTest.cpp15 TEST(Predicate, WaitForValueEqualTo) { in TEST() argument
28 TEST(Predicate, WaitForValueNotEqualTo) { in TEST() argument
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h400 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 DGIMatchTableExecutorImpl.h330 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 DMacroFusionPredicatorEmitter.cpp142 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 DPredicate.h48 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 DARMLegalizerInfo.h47 CmpInst::Predicate Predicate; member
H A DARMLegalizerInfo.cpp327 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 Dpredicate.compile.pass.cpp40 struct Predicate { struct
/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp207 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 DRelation.h34 RelationKind Predicate; member
H A DIndex.h82 RelationKind Predicate; global() member
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DReferenceToConstructedTemporaryCheck.cpp41 NotExtendedByDeclBoundToPredicate Predicate{ in AST_MATCHER_P() local
/llvm-project/clang/unittests/AST/
H A DDeclMatcher.h48 UnaryPredicate Predicate; variable
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp87 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 Dremove_if.pass.cpp41 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp94 const VecDesc *VD = TLI.getVectorMappingInfo(ScalarName, VF, Predicate); in addMappingsFromTLI() argument
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h26 enum Predicate { enum
/llvm-project/clang/test/Sema/
H A Dwarn-documentation.cpp1308 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 DMacroFusion.cpp163 return llvm::any_of(Predicates, [&](MacroFusionPredTy Predicate) { in shouldScheduleAdjacent()
/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp111 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...]

1234