Home
last modified time | relevance | path

Searched refs:Predicate (Results 1 - 25 of 214) sorted by relevance

123456789

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.h34 struct Predicate struct in sh::ModifyStructConfig
56 Predicate::Func splitMatrixColumns = Predicate::False;
59 Predicate::Func inlineArray = Predicate::False;
62 Predicate::Func inlineStruct = Predicate::False;
65 Predicate::Func recurseStruct = Predicate::False;
68 Predicate
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
25 /// Predicate - These are "(BI << 5) | BO" for various predicates.
26 enum Predicate { enum
70 Predicate InvertPredicate(Predicate Opcode);
74 Predicate getSwappedPredicate(Predicate Opcode);
77 inline unsigned getPredicateCondition(Predicate Opcode) { in getPredicateCondition()
82 inline unsigned getPredicateHint(Predicate Opcode) { in getPredicateHint()
87 inline Predicate getPredicat
[all...]
H A DPPCPredicates.cpp1 //===-- PPCPredicates.cpp - PPC Branch Predicate Information --------------===//
18 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { in InvertPredicate()
52 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmutex.h45 template <typename Predicate>
47 Predicate&& p) REQUIRES(this) { in REQUIRES()
49 cv.wait(lock, std::forward<Predicate>(p)); in REQUIRES()
54 template <typename Predicate, typename Time>
57 Predicate&& p) REQUIRES(this) { in REQUIRES()
60 std::forward<Predicate>(p)); in REQUIRES()
79 template <typename Predicate>
80 inline void wait(std::condition_variable& cv, Predicate&& p) { in wait()
81 cv.wait(_, std::forward<Predicate>(p)); in wait()
85 template <typename Predicate, typenam
[all...]
H A Dconditionvariable.h50 template <typename Predicate>
51 MARL_NO_EXPORT inline void wait(marl::lock& lock, Predicate&& pred);
57 template <typename Rep, typename Period, typename Predicate>
61 Predicate&& pred);
67 template <typename Clock, typename Duration, typename Predicate>
71 Predicate&& pred);
121 template <typename Predicate>
122 void ConditionVariable::wait(marl::lock& lock, Predicate&& pred) { in wait()
149 template <typename Rep, typename Period, typename Predicate>
153 Predicate in wait_for()
[all...]
/third_party/gn/src/base/
H A Dstl_util.h31 template <typename Container, typename Predicate>
32 void IterateAndEraseIf(Container& container, Predicate pred) { in IterateAndEraseIf()
148 template <typename CharT, typename Traits, typename Allocator, class Predicate>
150 Predicate pred) { in EraseIf()
161 template <class T, class Allocator, class Predicate>
162 void EraseIf(std::deque<T, Allocator>& container, Predicate pred) { in EraseIf()
173 template <class T, class Allocator, class Predicate>
174 void EraseIf(std::vector<T, Allocator>& container, Predicate pred) { in EraseIf()
187 template <class T, class Allocator, class Predicate>
188 void EraseIf(std::forward_list<T, Allocator>& container, Predicate pre
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h515 CondARM32::Cond Predicate) in InstARM32Pred()
516 : InstARM32(Func, Kind, Maxsrcs, Dest), Predicate(Predicate) {} in InstARM32Pred()
518 CondARM32::Cond getPredicate() const { return Predicate; } in getPredicate()
519 void setPredicate(CondARM32::Cond Pred) { Predicate = Pred; } in setPredicate()
521 static const char *predString(CondARM32::Cond Predicate);
539 CondARM32::Cond Predicate; member in Ice::ARM32::InstARM32Pred
543 inline StreamType &operator<<(StreamType &Stream, CondARM32::Cond Predicate) { in operator <<() argument
544 Stream << InstARM32Pred::predString(Predicate); in operator <<()
557 CondARM32::Cond Predicate) { in create()
514 InstARM32Pred(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest, CondARM32::Cond Predicate) InstARM32Pred() argument
556 create(Cfg *Func, Variable *Dest, Operand *Src, CondARM32::Cond Predicate) create() argument
580 InstARM32UnaryopGPR(Cfg *Func, Variable *Dest, Operand *Src, CondARM32::Cond Predicate) InstARM32UnaryopGPR() argument
597 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) create() argument
621 InstARM32UnaryopFP(Cfg *Func, Variable *Dest, Operand *Src, CondARM32::Cond Predicate) InstARM32UnaryopFP() argument
640 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) create() argument
648 InstARM32UnaryopSignAwareFP(Cfg *Func, Variable *Dest, Operand *Src, CondARM32::Cond Predicate) InstARM32UnaryopSignAwareFP() argument
662 create(Cfg *Func, Variable *Dest, Operand *Src, CondARM32::Cond Predicate) create() argument
686 InstARM32TwoAddrGPR(Cfg *Func, Variable *Dest, Operand *Src, CondARM32::Cond Predicate) InstARM32TwoAddrGPR() argument
704 create(Cfg *Func, Variable *Dest, Operand *Source, CondARM32::Cond Predicate) create() argument
724 InstARM32LoadBase(Cfg *Func, Variable *Dest, Operand *Source, CondARM32::Cond Predicate) InstARM32LoadBase() argument
744 create(Cfg *Func, Variable *Dest, Variable *Src0, Operand *Src1, CondARM32::Cond Predicate, bool SetFlags = false) create() argument
770 InstARM32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, Operand *Src1, CondARM32::Cond Predicate, bool SetFlags) InstARM32ThreeAddrGPR() argument
875 create(Cfg *Func, Variable *Dest, Variable *Src0, Variable *Src1, Variable *Src2, CondARM32::Cond Predicate) create() argument
900 InstARM32FourAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, Variable *Src1, Variable *Src2, CondARM32::Cond Predicate) InstARM32FourAddrGPR() argument
969 create(Cfg *Func, Variable *Src0, Operand *Src1, CondARM32::Cond Predicate) create() argument
991 InstARM32CmpLike(Cfg *Func, Variable *Src0, Operand *Src1, CondARM32::Cond Predicate) InstARM32CmpLike() argument
1105 create(Cfg *Func, CfgNode *TargetTrue, CfgNode *TargetFalse, CondARM32::Cond Predicate) create() argument
1122 create(Cfg *Func, CfgNode *Target, CondARM32::Cond Predicate) create() argument
1132 create(Cfg *Func, InstARM32Label *Label, CondARM32::Cond Predicate) create() argument
1319 create(Cfg *Func, Variable *Value, OperandARM32Mem *Mem, CondARM32::Cond Predicate) create() argument
1344 create(Cfg *Func, Variable *Dest, Variable *Value, OperandARM32Mem *Mem, CondARM32::Cond Predicate) create() argument
1369 create(Cfg *Func, Variable *Value, OperandARM32Mem *Mem, CondARM32::Cond Predicate, SizeT Size) create() argument
1437 create(Cfg *Func, Variable *DestLo, Variable *DestHi, Variable *Src0, Variable *Src1, CondARM32::Cond Predicate) create() argument
1478 create(Cfg *Func, Variable *Dest, Variable *Src, VcvtVariant Variant, CondARM32::Cond Predicate) create() argument
1502 create(Cfg *Func, Variable *Dest, Operand *Src, CondARM32::Cond Predicate) create() argument
1545 create(Cfg *Func, Variable *Dest, Variable *Src0, uint32_t Index, CondARM32::Cond Predicate) create() argument
1555 InstARM32Extract(Cfg *Func, Variable *Dest, Variable *Src0, uint32_t Index, CondARM32::Cond Predicate) InstARM32Extract() argument
1574 create(Cfg *Func, Variable *Dest, Variable *Src0, uint32_t Index, CondARM32::Cond Predicate) create() argument
1584 InstARM32Insert(Cfg *Func, Variable *Dest, Variable *Src0, uint32_t Index, CondARM32::Cond Predicate) InstARM32Insert() argument
1601 create(Cfg *Func, Variable *Src0, Variable *Src1, CondARM32::Cond Predicate) create() argument
1606 create(Cfg *Func, Variable *Src0, OperandARM32FlexFpZero *Src1, CondARM32::Cond Predicate) create() argument
1629 create(Cfg *Func, CondARM32::Cond Predicate) create() argument
1647 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) create() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h192 template<typename Predicate>
193 Predicate all(Predicate P0, Predicate P1) { in all()
199 template<typename Predicate, typename... Args>
200 Predicate all(Predicate P0, Predicate P1, Args... args) { in all()
294 LegalityPredicate Predicate; member in LegalizeRule
299 LegalizeRule(LegalityPredicate Predicate, LegalizeActio argument
376 actionIf(LegalizeAction Action, LegalityPredicate Predicate) actionIf() argument
383 actionIf(LegalizeAction Action, LegalityPredicate Predicate, LegalizeMutation Mutation) actionIf() argument
478 legalIf(LegalityPredicate Predicate) legalIf() argument
544 lowerIf(LegalityPredicate Predicate) lowerIf() argument
552 lowerIf(LegalityPredicate Predicate, LegalizeMutation Mutation) lowerIf() argument
601 libcallIf(LegalityPredicate Predicate) libcallIf() argument
626 widenScalarIf(LegalityPredicate Predicate, LegalizeMutation Mutation) widenScalarIf() argument
635 narrowScalarIf(LegalityPredicate Predicate, LegalizeMutation Mutation) narrowScalarIf() argument
645 moreElementsIf(LegalityPredicate Predicate, LegalizeMutation Mutation) moreElementsIf() argument
654 fewerElementsIf(LegalityPredicate Predicate, LegalizeMutation Mutation) fewerElementsIf() argument
667 unsupportedIf(LegalityPredicate Predicate) unsupportedIf() argument
679 customIf(LegalityPredicate Predicate) customIf() argument
751 minScalarOrEltIf(LegalityPredicate Predicate, unsigned TypeIdx, const LLT &Ty) minScalarOrEltIf() argument
791 maxScalarIf(LegalityPredicate Predicate, unsigned TypeIdx, const LLT &Ty) maxScalarIf() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp193 Value *Predicate; in scalarizeMaskedLoad() local
196 Predicate = Builder.CreateICmpNE(Builder.CreateAnd(SclrMask, Mask), in scalarizeMaskedLoad()
199 Predicate = Builder.CreateExtractElement(Mask, Idx); in scalarizeMaskedLoad()
221 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedLoad()
324 Value *Predicate; in scalarizeMaskedStore() local
327 Predicate = Builder.CreateICmpNE(Builder.CreateAnd(SclrMask, Mask), in scalarizeMaskedStore()
330 Predicate = Builder.CreateExtractElement(Mask, Idx); in scalarizeMaskedStore()
352 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedStore()
443 Value *Predicate; in scalarizeMaskedGather() local
446 Predicate in scalarizeMaskedGather()
564 Value *Predicate; scalarizeMaskedScatter() local
654 Value *Predicate; scalarizeMaskedExpandLoad() local
760 Value *Predicate; scalarizeMaskedCompressStore() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Diterator.h167 // predicate |Predicate|. When moving to the next element of the iterator, the
169 // satisfies |Predicate| or reaches the end of the iterator.
172 template <typename SubIterator, typename Predicate>
185 Predicate predicate) in FilterIterator()
194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator()
238 Predicate predicate_;
241 template <typename SubIterator, typename Predicate>
242 FilterIterator<SubIterator, Predicate> MakeFilterIterator( in MakeFilterIterator()
243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator()
244 return FilterIterator<SubIterator, Predicate>(sub_iterator_rang in MakeFilterIterator()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Diterator.h167 // predicate |Predicate|. When moving to the next element of the iterator, the
169 // satisfies |Predicate| or reaches the end of the iterator.
172 template <typename SubIterator, typename Predicate>
185 Predicate predicate) in FilterIterator()
194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator()
238 Predicate predicate_;
241 template <typename SubIterator, typename Predicate>
242 FilterIterator<SubIterator, Predicate> MakeFilterIterator( in MakeFilterIterator()
243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator()
244 return FilterIterator<SubIterator, Predicate>(sub_iterator_rang in MakeFilterIterator()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp93 bool isTailPredicate(Instruction *Predicate, Value *NumElements);
96 void InsertVCTPIntrinsic(Instruction *Predicate,
214 CmpInst::Predicate Pred; in isTailPredicate()
460 void MVETailPredication::InsertVCTPIntrinsic(Instruction *Predicate, in InsertVCTPIntrinsic() argument
472 Builder.SetInsertPoint(cast<Instruction>(Predicate)); in InsertVCTPIntrinsic()
492 Predicate->replaceAllUsesWith(TailPredicate); in InsertVCTPIntrinsic()
493 NewPredicates[Predicate] = cast<Instruction>(TailPredicate); in InsertVCTPIntrinsic()
520 auto *Predicate = dyn_cast<Instruction>(I->getArgOperand(PredOp)); in TryConvert() local
521 if (!Predicate || Predicates.count(Predicate)) in TryConvert()
[all...]
H A DARMLegalizerInfo.h49 CmpInst::Predicate Predicate; member
61 // Get the libcall(s) corresponding to \p Predicate for operands of \p Size
63 FCmpLibcallsList getFCmpLibcalls(CmpInst::Predicate, unsigned Size) const;
H A DARMLegalizerInfo.cpp350 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() argument
352 assert(CmpInst::isFPPredicate(Predicate) && "Unsupported FCmp predicate"); in getFCmpLibcalls()
354 return FCmp32Libcalls[Predicate]; in getFCmpLibcalls()
356 return FCmp64Libcalls[Predicate]; in getFCmpLibcalls()
403 auto Predicate = in legalizeCustom() local
404 static_cast<CmpInst::Predicate>(MI.getOperand(1).getPredicate()); in legalizeCustom()
405 auto Libcalls = getFCmpLibcalls(Predicate, OpSize); in legalizeCustom()
408 assert((Predicate == CmpInst::FCMP_TRUE || in legalizeCustom()
409 Predicate in legalizeCustom()
[all...]
/third_party/spirv-tools/source/opt/
H A Diterator.h167 // predicate |Predicate|. When moving to the next element of the iterator, the
169 // satisfies |Predicate| or reaches the end of the iterator.
172 template <typename SubIterator, typename Predicate>
185 Predicate predicate) in FilterIterator()
194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator()
238 Predicate predicate_;
241 template <typename SubIterator, typename Predicate>
242 FilterIterator<SubIterator, Predicate> MakeFilterIterator( in MakeFilterIterator()
243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator()
244 return FilterIterator<SubIterator, Predicate>(sub_iterator_rang in MakeFilterIterator()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolution.h676 bool isLoopEntryGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
681 bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
899 bool isKnownViaInduction(ICmpInst::Predicate Pred, const SCEV *LHS,
904 bool isKnownPredicate(ICmpInst::Predicate Pred, const SCEV *LHS,
909 bool isKnownOnEveryIteration(ICmpInst::Predicate Pred,
921 bool isMonotonicPredicate(const SCEVAddRecExpr *LHS, ICmpInst::Predicate Pred,
928 bool isLoopInvariantPredicate(ICmpInst::Predicate Pred, const SCEV *LHS,
930 ICmpInst::Predicate &InvariantPred,
938 bool SimplifyICmpOperands(ICmpInst::Predicate &Pred, const SCEV *&LHS,
1251 std::unique_ptr<SCEVUnionPredicate> Predicate; member
[all...]
H A DCmpInstAnalysis.h55 CmpInst::Predicate &Pred);
59 bool predicatesFoldable(CmpInst::Predicate P1, CmpInst::Predicate P2);
64 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split.h386 // `Predicate` to `StrSplit()` indicating whether to include or exclude the
406 // include a third `Predicate` argument to apply a test for whether the
520 template <typename Delimiter, typename Predicate>
522 typename strings_internal::SelectDelimiter<Delimiter>::type, Predicate,
525 Predicate p) { in StrSplit()
528 return strings_internal::Splitter<DelimiterType, Predicate, in StrSplit()
533 template <typename Delimiter, typename Predicate, typename StringType,
536 typename strings_internal::SelectDelimiter<Delimiter>::type, Predicate,
538 StrSplit(StringType&& text, Delimiter d, Predicate p) { in StrSplit()
541 return strings_internal::Splitter<DelimiterType, Predicate, st in StrSplit()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp22 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode()
43 CmpInst::Predicate &Pred) { in getPredForICmpCode()
60 bool llvm::predicatesFoldable(ICmpInst::Predicate P1, ICmpInst::Predicate P2) { in predicatesFoldable()
67 CmpInst::Predicate &Pred, in decomposeBitTestICmp()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DSupplementalMapper.java8 import java.util.function.Predicate;
44 Predicate<CldrPath> paths) { in process()
51 private final Predicate<CldrPath> paths;
55 CldrDataSupplier src, PathValueTransformer transformer, Predicate<CldrPath> pathFilter) { in SupplementalMapper()
/third_party/typescript/tests/baselines/reference/
H A DnonInferrableTypePropagation2.js2 export interface Predicate<A> {
24 <A>(predicate: Predicate<A>): <B extends A>(bs: ReadonlyArray<B>) => ReadonlyArray<B>
25 <A>(predicate: Predicate<A>): (as: ReadonlyArray<A>) => ReadonlyArray<A>
29 declare function exists<A>(predicate: Predicate<A>): <E>(ma: Either<E, A>) => boolean;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h224 template <typename Predicate> struct cst_pred_ty : public Predicate {
257 template <typename Predicate> struct api_pred_ty : public Predicate {
283 template <typename Predicate> struct cstfp_pred_ty : public Predicate {
485 ICmpInst::Predicate Pred;
489 case ICmpInst::Predicate::ICMP_EQ: in isValue()
491 case ICmpInst::Predicate::ICMP_NE: in isValue()
493 case ICmpInst::Predicate in isValue()
517 m_SpecificInt_ICMP(ICmpInst::Predicate Predicate, const APInt &Threshold) m_SpecificInt_ICMP() argument
1148 PredicateTy &Predicate; global() member
[all...]
H A DInstrTypes.h732 enum Predicate { enum in llvm::CmpInst
769 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
774 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
790 Predicate predicate, Value *S1,
798 static CmpInst *Create(OtherOps Op, Predicate predicate, Value *S1,
807 Predicate getPredicate() const { in getPredicate()
808 return Predicate(getSubclassDataFromInstruction()); in getPredicate()
812 void setPredicate(Predicate P) { setInstructionSubclassData(P); } in setPredicate()
814 static bool isFPPredicate(Predicate P) { in isFPPredicate()
818 static bool isIntPredicate(Predicate
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp253 CmpInst::Predicate Predicate; in handleBrSelExpect() local
257 Predicate = CmpInst::ICMP_NE; in handleBrSelExpect()
259 Predicate = CmpI->getPredicate(); in handleBrSelExpect()
260 if (Predicate != CmpInst::ICMP_NE && Predicate != CmpInst::ICMP_EQ) in handleBrSelExpect()
293 (Predicate == CmpInst::ICMP_EQ)) { in handleBrSelExpect()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DLdmlConverter.java32 import java.util.function.Predicate;
83 private static final Predicate<CldrPath> GENDER_LIST_PATHS =
85 private static final Predicate<CldrPath> LIKELY_SUBTAGS_PATHS =
87 private static final Predicate<CldrPath> METAZONE_PATHS =
89 private static final Predicate<CldrPath> METADATA_PATHS =
91 private static final Predicate<CldrPath> SUPPLEMENTAL_DATA_PATHS =
109 private static final Predicate<CldrPath> CURRENCY_DATA_PATHS =
111 private static final Predicate<CldrPath> UNITS_DATA_PATHS =
117 private static final Predicate<CldrPath> GRAMMATICAL_FEATURES_PATHS =
119 private static final Predicate<CldrPat
[all...]

Completed in 21 milliseconds

123456789