Searched refs:hasBase (Results 1 – 6 of 6) sorted by relevance
68 bool hasBase() const { return Base != 0; } in hasBase() function in __anon55c4489a0111::MOVEMState88 assert(!hasBase()); in setBase()205 if (State.hasBase()) { in ProcessMI()255 if (State.hasBase()) { in runOnMachineFunction()289 if (State.hasBase()) { in runOnMachineFunction()
92 bool hasBase() const { in hasBase() function371 if (AM.hasBase()) { in matchAddressBase()507 if (!AM.hasBase() && !AM.hasIndexReg()) { in matchADD()536 if (AM.hasBase()) { in matchWrapper()780 if (AM.hasBase()) { in SelectAL()
472 def : Property<"hasBase", Bool> {479 let Conditional = [{ hasBase && isTypeInfo }];485 let Conditional = [{ hasBase && isTypeInfo }];489 let Conditional = [{ hasBase && !isTypeInfo }];493 let Conditional = [{ hasBase && !isTypeInfo }];497 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];501 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }];517 if (hasBase) {
392 anyOf(hasBase(canResolveToExpr(equalsNode(Exp))), in findArrayElementMutation()393 hasBase(implicitCastExpr( in findArrayElementMutation()
282 REGISTER_MATCHER(hasBase); in RegistryMaps()
5250 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument