Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.h34 struct Predicate struct
56 Predicate::Func splitMatrixColumns = Predicate::False; argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h515 CondARM32::Cond Predicate) in InstARM32Pred()
557 CondARM32::Cond Predicate) { in create()
581 CondARM32::Cond Predicate) in InstARM32UnaryopGPR()
598 CondARM32::Cond Predicate) { in create()
622 CondARM32::Cond Predicate) in InstARM32UnaryopFP()
640 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) { in create()
649 CondARM32::Cond Predicate) in InstARM32UnaryopSignAwareFP()
663 CondARM32::Cond Predicate) { in create()
687 CondARM32::Cond Predicate) in InstARM32TwoAddrGPR()
705 CondARM32::Cond Predicate) { in create()
[all …]
DIceInstARM32.cpp1487 CondARM32::Cond Predicate) in InstARM32Str()
1494 OperandARM32Mem *Mem, CondARM32::Cond Predicate) in InstARM32Strex()
1501 CondARM32::Cond Predicate, SizeT Size) in InstARM32Vstr1()
1519 CondARM32::Cond Predicate) in InstARM32Umull()
1528 VcvtVariant Variant, CondARM32::Cond Predicate) in InstARM32Vcvt()
1535 CondARM32::Cond Predicate) in InstARM32Mov()
1797 CondARM32::Cond Predicate) in InstARM32Vcmp()
1804 InstARM32Vmrs::InstARM32Vmrs(Cfg *Func, CondARM32::Cond Predicate) in InstARM32Vmrs()
1810 CondARM32::Cond Predicate) in InstARM32Vabs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h294 LegalityPredicate Predicate; variable
301 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() function
377 LegalityPredicate Predicate) { in actionIf()
383 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf()
478 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf()
544 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf()
552 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf()
601 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf()
626 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf()
635 LegalizeRuleSet &narrowScalarIf(LegalityPredicate Predicate, in narrowScalarIf()
[all …]
DInstructionSelectorImpl.h243 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
267 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
289 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
308 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/util/
DPredicate.java9 public interface Predicate<T> { interface
/third_party/boost/boost/iterator/
Dfilter_iterator.hpp77 filter_iterator<Predicate, OtherIterator> const& t in filter_iterator()
119 make_filter_iterator( in make_filter_iterator()
/third_party/boost/libs/hana/example/tutorial/
Drationale.container.cpp44 using Predicate = mpl::quote1<std::is_integral>; in main() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.h49 CmpInst::Predicate Predicate; member
DARMLegalizerInfo.cpp350 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls()
403 auto Predicate = in legalizeCustom() local
DMVETailPredication.cpp460 void MVETailPredication::InsertVCTPIntrinsic(Instruction *Predicate, in InsertVCTPIntrinsic()
520 auto *Predicate = dyn_cast<Instruction>(I->getArgOperand(PredOp)); in TryConvert() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp193 Value *Predicate; in scalarizeMaskedLoad() local
324 Value *Predicate; in scalarizeMaskedStore() local
443 Value *Predicate; in scalarizeMaskedGather() local
564 Value *Predicate; in scalarizeMaskedScatter() local
654 Value *Predicate; in scalarizeMaskedExpandLoad() local
760 Value *Predicate; in scalarizeMaskedCompressStore() local
DEarlyIfConversion.cpp432 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf()
625 bool Predicate) { in convertIf()
/third_party/boost/boost/compute/algorithm/detail/
Dcount_if_with_reduce.hpp36 const invoked_countable_predicate<Predicate, Arg> &expr) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp87 UnaryPredicate Predicate) { in copy_if_else()
111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanPredicator.cpp180 VPValue *Predicate = genPredicateTree(IncomingPredicates); in createOrPropagatePredicates() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Diterator_test.cpp226 struct Predicate { in TEST() struct
227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Diterator_test.cpp226 struct Predicate { in TEST() struct
227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h26 enum Predicate { enum
/third_party/boost/boost/phoenix/function/
Dlazy_prelude.hpp150 struct Predicate { struct
151 typedef typename boost::function1<bool,T> fun1_bool_T;
152 typedef typename boost::phoenix::function<fun1_bool_T> bool_F_T;
153 typedef bool_F_T type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp175 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp253 CmpInst::Predicate Predicate; in handleBrSelExpect() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp259 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp188 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode()
1434 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local
1641 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local
2034 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local
2162 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local
2367 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h74 Hint Predicate; variable

123