Searched refs:IsValidLdStrOpc (Results 1 – 2 of 2) sorted by relevance
264 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument265 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() local1123 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()1124 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()
294 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument295 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() local1178 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()1179 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()