Searched refs:hasBase (Results 1 – 7 of 7) sorted by relevance
68 bool hasBase() const { return Base != 0; } in hasBase() function in __anone3adc0e60111::MOVEMState88 assert(!hasBase()); in setBase()205 if (State.hasBase()) { in ProcessMI()255 if (State.hasBase()) { in runOnMachineFunction()289 if (State.hasBase()) { in runOnMachineFunction()
93 bool hasBase() const { in hasBase() function405 if (AM.hasBase()) { in matchAddressBase()541 if (!AM.hasBase() && !AM.hasIndexReg()) { in matchADD()570 if (AM.hasBase()) { in matchWrapper()814 if (AM.hasBase()) { in SelectAL()
476 def : Property<"hasBase", Bool> {483 let Conditional = [{ hasBase && isTypeInfo }];489 let Conditional = [{ hasBase && isTypeInfo }];493 let Conditional = [{ hasBase && !isTypeInfo }];497 let Conditional = [{ hasBase && !isTypeInfo }];501 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];505 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }];520 if (hasBase) {
402 anyOf(hasBase(canResolveToExpr(equalsNode(Exp))), in findArrayElementMutation()403 hasBase(implicitCastExpr( in findArrayElementMutation()
302 hasBase(ignoringParenImpCasts( in matcher()
290 REGISTER_MATCHER(hasBase); in RegistryMaps()
5456 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument