| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | ModifyStruct.h | 34 struct Predicate struct 56 Predicate::Func splitMatrixColumns = Predicate::False; argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 515 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizerInfo.h | 294 LegalityPredicate Predicate; variable 301 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() argument 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 …]
|
| D | InstructionSelectorImpl.h | 243 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/rust/rust/tests/ui/const-generics/issues/ |
| D | issue-72845.rs | 17 enum Predicate<const B: bool> {} enum 21 impl Satisfied for Predicate<true> {} implementation
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
| D | filter_node.h | 73 const std::shared_ptr<TensorOp> &Predicate() const { return predicate_; } in Predicate() function
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | recover-fn-ptr-with-generics.rs | 2 type Predicate = fn<'a>(&'a str) -> bool; in main() typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMLegalizerInfo.h | 49 CmpInst::Predicate Predicate; member
|
| D | ARMLegalizerInfo.cpp | 350 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() 403 auto Predicate = in legalizeCustom() local
|
| D | MVETailPredication.cpp | 460 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/ |
| D | ScalarizeMaskedMemIntrin.cpp | 193 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
|
| /third_party/typescript/tests/cases/compiler/ |
| D | nonInferrableTypePropagation2.ts | 3 export interface Predicate<A> { interface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsELFObjectWriter.cpp | 87 UnaryPredicate Predicate) { in copy_if_else() 111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
|
| /third_party/rust/rust/compiler/rustc_type_ir/src/ |
| D | fold.rs | 186 fn try_fold_predicate(&mut self, p: I::Predicate) -> Result<I::Predicate, Self::Error> in try_fold_predicate() 232 fn try_fold_predicate(&mut self, p: I::Predicate) -> Result<I::Predicate, !> in try_fold_predicate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | iterator_test.cpp | 226 struct Predicate { in TEST() struct 227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST()
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | iterator_test.cpp | 226 struct Predicate { in TEST() struct 227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST()
|
| /third_party/spirv-tools/test/opt/ |
| D | iterator_test.cpp | 226 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/Transforms/Vectorize/ |
| D | VPlanPredicator.cpp | 180 VPValue *Predicate = genPredicateTree(IncomingPredicates); in createOrPropagatePredicates() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCPredicates.h | 26 enum Predicate { enum
|
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | structural_impls.rs | 169 impl<'tcx> fmt::Debug for ty::Predicate<'tcx> { implementation 634 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for ty::Predicate<'tcx> { implementation 653 impl<'tcx> TypeVisitable<TyCtxt<'tcx>> for ty::Predicate<'tcx> { implementation 665 impl<'tcx> TypeSuperFoldable<TyCtxt<'tcx>> for ty::Predicate<'tcx> { implementation 675 impl<'tcx> TypeSuperVisitable<TyCtxt<'tcx>> for ty::Predicate<'tcx> { implementation
|
| D | codec.rs | 125 impl<'tcx, E: TyEncoder<I = TyCtxt<'tcx>>> Encodable<E> for ty::Predicate<'tcx> { implementation 243 impl<'tcx, D: TyDecoder<I = TyCtxt<'tcx>>> Decodable<D> for ty::Predicate<'tcx> { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCCompound.cpp | 175 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineCreationCacheControlTests.cpp | 397 struct Predicate in wrapHandles() struct 399 deleter_t deleter; in wrapHandles() 400 move_t operator()(handle_t v) in wrapHandles()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineCreationCacheControlTests.cpp | 394 struct Predicate in wrapHandles() struct 396 deleter_t deleter; in wrapHandles() 397 move_t operator()(handle_t v) in wrapHandles()
|
| /third_party/rust/rust/compiler/rustc_infer/src/traits/ |
| D | util.rs | 135 impl<'tcx> Elaboratable<'tcx> for ty::Predicate<'tcx> { implementation 155 impl<'tcx> Elaboratable<'tcx> for (ty::Predicate<'tcx>, Span) { implementation
|