| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | ARMLegalizerInfo.h | 49 CmpInst::Predicate Predicate; member
|
| H A D | ARMLegalizerInfo.cpp | 350 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() argument 403 auto Predicate = in legalizeCustom() local [all...] |
| H A D | MVETailPredication.cpp | 460 void MVETailPredication::InsertVCTPIntrinsic(Instruction *Predicate, in InsertVCTPIntrinsic() argument 520 auto *Predicate = dyn_cast<Instruction>(I->getArgOperand(PredOp)); in TryConvert() local [all...] |
| /third_party/googletest/googletest/scripts/ |
| H A D | gen_gtest_pred_impl.py | 514 class Predicate%(n)sTest : public testing::Test { class
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | ModifyStruct.h | 34 struct Predicate struct in sh::ModifyStructConfig [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 253 CmpInst::Predicate Predicate; in handleBrSelExpect() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanPredicator.cpp | 180 VPValue *Predicate = genPredicateTree(IncomingPredicates); local
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | unicode.h | 30 class Predicate { class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 193 Value *Predicate; in scalarizeMaskedLoad() local 324 Value *Predicate; in scalarizeMaskedStore() local 443 Value *Predicate; in scalarizeMaskedGather() local 564 Value *Predicate; scalarizeMaskedScatter() local 654 Value *Predicate; scalarizeMaskedExpandLoad() local 760 Value *Predicate; scalarizeMaskedCompressStore() local [all...] |
| H A D | EarlyIfConversion.cpp | 432 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf() argument 624 convertIf(SmallVectorImpl<MachineBasicBlock *> &RemovedBlocks, bool Predicate) convertIf() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 259 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 358 searchPredecessors(const MachineBasicBlock *MBB, const MachineBasicBlock *CutOff, UnaryPredicate Predicate) searchPredecessors() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCompound.cpp | 175 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best() argument 85 copy_if_else(InputIt First, InputIt Last, OutputIt1 d1, OutputIt2 d2, UnaryPredicate Predicate) copy_if_else() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCPredicates.h | 26 enum Predicate { enum [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| H A D | XCldrStub.java | 405 public interface Predicate<T> { interface in XCldrStub
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| H A D | XCldrStub.java | 449 public interface Predicate<T> { interface in XCldrStub
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 74 Hint Predicate; member in llvm::LoopVectorizeHints
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelectorImpl.h | 243 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local 247 << InsnID << "], Predicate=" << Predicate << ")\n"); in executeMatchTable() local 267 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local 271 << InsnID << "], Predicate=" << Predicate << ")\n"); in executeMatchTable() local 289 int64_t Predicate = MatchTable[CurrentIdx++]; executeMatchTable() local 293 << InsnID << "], Predicate=" << Predicate << ")\\n"); executeMatchTable() local 308 int64_t Predicate = MatchTable[CurrentIdx++]; executeMatchTable() local 312 << InsnID << "], Predicate=" << Predicate << ")\\n"); executeMatchTable() local [all...] |
| H A D | LegalizerInfo.h | 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/abseil-cpp/absl/algorithm/ |
| H A D | container_test.cc | 64 bool Predicate(int value) { return value < 3; } in Predicate() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 397 struct Predicate in wrapHandles() struct
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1828 CmpInst::Predicate Predicate = CmpInst::Predicate(pred); ConstantFoldCompareInstruction() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 732 enum Predicate { enum in llvm::CmpInst [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 42 Predicate, enumerator
|