Searched refs:hasBase (Results 1 – 7 of 7) sorted by relevance
69 bool hasBase() const { return Base != 0; } in hasBase() function in __anond7d71e650111::MOVEMState89 assert(!hasBase()); in setBase()206 if (State.hasBase()) { in ProcessMI()256 if (State.hasBase()) { in runOnMachineFunction()290 if (State.hasBase()) { in runOnMachineFunction()
93 bool hasBase() const { in hasBase() function409 if (AM.hasBase()) { in matchAddressBase()552 if (!AM.hasBase() && !AM.hasIndexReg()) { in matchADD()581 if (AM.hasBase()) { in matchWrapper()835 if (AM.hasBase()) { in SelectAL()
482 def : Property<"hasBase", Bool> {489 let Conditional = [{ hasBase && isTypeInfo }];495 let Conditional = [{ hasBase && isDynamicAlloc }];499 let Conditional = [{ hasBase && (isTypeInfo || isDynamicAlloc) }];507 let Conditional = [{ hasBase && !isTypeInfo }];511 let Conditional = [{ hasBase && !isTypeInfo }];515 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];519 let Conditional = [{ hasBase && !isTypeInfo && !isDynamicAlloc && !isExpr }];534 if (hasBase) {
463 anyOf(hasBase(canResolveToExpr(Exp)), in findArrayElementMutation()464 hasBase(implicitCastExpr(allOf( in findArrayElementMutation()
527 hasBase(ignoringParenImpCasts( in matcher()776 hasBase(ignoringParenImpCasts(declRefExpr(ArrayOrPtr, in matcher()896 hasBase(ignoringParenImpCasts(declRefExpr( in matcher()
298 REGISTER_MATCHER(hasBase); in RegistryMaps()
5694 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument