Home
last modified time | relevance | path

Searched defs:MatchInfo (Results 1 – 25 of 241) sorted by relevance

12345678910

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp693 BuildFnTy &MatchInfo) { in matchCombineLoadWithAndMask()
835 MachineInstr &MI, std::tuple<Register, unsigned> &MatchInfo) { in matchSextInRegOfLoad()
887 MachineInstr &MI, std::tuple<Register, unsigned> &MatchInfo) { in applySextInRegOfLoad()
1040 IndexedLoadStoreMatchInfo MatchInfo; in tryCombineIndexedLoadStore() local
1048 …binerHelper::matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo) { in matchCombineIndexedLoadStore()
1070 MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo) { in applyCombineIndexedLoadStore()
1351 PtrAddChain &MatchInfo) { in matchPtrAddImmedChain()
1413 PtrAddChain &MatchInfo) { in applyPtrAddImmedChain()
1426 RegisterImmPair &MatchInfo) { in matchShiftImmedChain()
1471 RegisterImmPair &MatchInfo) { in applyShiftImmedChain()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp223 ShuffleVectorPseudo &MatchInfo) { in matchREV()
252 ShuffleVectorPseudo &MatchInfo) { in matchTRN()
273 ShuffleVectorPseudo &MatchInfo) { in matchUZP()
289 ShuffleVectorPseudo &MatchInfo) { in matchZip()
307 ShuffleVectorPseudo &MatchInfo) { in matchDupFromInsertVectorElt()
346 ShuffleVectorPseudo &MatchInfo) { in matchDupFromBuildVector()
361 ShuffleVectorPseudo &MatchInfo) { in matchDup()
407 ShuffleVectorPseudo &MatchInfo) { in matchEXT()
439 ShuffleVectorPseudo &MatchInfo) { in applyShuffleVectorPseudo()
449 static bool applyEXT(MachineInstr &MI, ShuffleVectorPseudo &MatchInfo) { in applyEXT()
[all …]
H A DAArch64PreLegalizerCombiner.cpp66 GISelKnownBits *KB, Register &MatchInfo) { in matchICmpRedundantTrunc()
118 std::pair<uint64_t, uint64_t> &MatchInfo) { in matchFoldGlobalOffset() argument
187 std::pair<uint64_t, uint64_t> &MatchInfo) { in applyFoldGlobalOffset() argument
H A DAArch64PostLegalizerCombiner.cpp55 std::tuple<unsigned, LLT, Register> &MatchInfo) { in matchExtractVecEltPairwiseAdd()
98 std::tuple<unsigned, LLT, Register> &MatchInfo) { in applyExtractVecEltPairwiseAdd()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dtznames.cpp372 struct MatchInfo : UMemory { struct
378MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() argument
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dtznames.cpp370 struct MatchInfo : UMemory { struct
376MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() function
/aosp_15_r20/external/cronet/net/first_party_sets/
H A Dfirst_party_sets_cache_filter.h29 struct NET_EXPORT MatchInfo { struct
58 MatchInfo GetMatchInfo(const SchemefulSite& site) const; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp151 MachineInstr &MI, Med3MatchInfo &MatchInfo) { in matchIntMinMaxToMed3()
197 MachineInstr &MI, Med3MatchInfo &MatchInfo) { in matchFPMinMaxToMed3()
322 Med3MatchInfo &MatchInfo) { in applyMed3()
H A DAMDGPUPostLegalizerCombiner.cpp206 MachineInstr &MI, std::function<void(MachineIRBuilder &)> &MatchInfo) { in matchRcpSqrtToRsq()
250 MachineInstr &MI, CvtF32UByteMatchInfo &MatchInfo) { in matchCvtF32UByteN()
278 MachineInstr &MI, const CvtF32UByteMatchInfo &MatchInfo) { in applyCvtF32UByteN()
H A DAMDGPUCombinerHelper.cpp185 MachineInstr *&MatchInfo) { in matchFoldableFneg()
251 MachineInstr *&MatchInfo) { in applyFoldableFneg()
H A DAMDGPUPreLegalizerCombiner.cpp62 ClampI64ToI16MatchInfo &MatchInfo) { in matchClampI64ToI16()
122 MachineInstr &MI, const ClampI64ToI16MatchInfo &MatchInfo) { in applyClampI64ToI16()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp713 IndexedLoadStoreMatchInfo MatchInfo; in tryCombineIndexedLoadStore() local
721 …binerHelper::matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo) { in matchCombineIndexedLoadStore()
738 MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo) { in applyCombineIndexedLoadStore()
1343 PtrAddChain &MatchInfo) { in matchPtrAddImmedChain()
1376 PtrAddChain &MatchInfo) { in applyPtrAddImmedChain()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneNames.java326 public static class MatchInfo { class in TimeZoneNames
345 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() method in TimeZoneNames.MatchInfo
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DTimeZoneNames.java354 public static class MatchInfo { class in TimeZoneNames
373 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() method in TimeZoneNames.MatchInfo
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java537 public static final class MatchInfo extends AbstractSafeParcelable { class in SearchResult
591 MatchInfo( in MatchInfo() method in SearchResult.MatchInfo
/aosp_15_r20/external/googleapis/google/cloud/dataqna/v1alpha/
H A Dauto_suggestion_service.proto183 message MatchInfo { message
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp506 bool LVPatterns::matchPattern(StringRef Input, const LVMatchInfo &MatchInfo) { in matchPattern()
/aosp_15_r20/art/tools/checker/match/
H A Dfile.py23 MatchInfo = namedtuple("MatchInfo", ["scope", "variables"]) variable
/aosp_15_r20/external/llvm/utils/FileCheck/
H A DFileCheck.cpp457 SmallVector<StringRef, 4> MatchInfo; in Match() local
/aosp_15_r20/prebuilts/sdk/32/module-lib/
HDframework-appsearch.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/public/
HDframework-appsearch.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/module-lib/
HDframework-appsearch.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/32/public/
HDframework-appsearch.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/system/
HDframework-appsearch.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/prebuilts/sdk/32/system/
HDframework-appsearch.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...

12345678910