Home
last modified time | relevance | path

Searched refs:IsValidLdStrOpc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp264 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument
265 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()
266 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()
269 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()
270 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()
1122 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local
1123 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()
1124 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp294 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument
295 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()
296 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()
299 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()
300 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()
1177 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local
1178 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()
1179 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()