Searched refs:hasBase (Results 1 – 9 of 9) sorted by relevance
69 bool hasBase() const { return Base != 0; } in hasBase() function in __anon143e10ef0111::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() function414 if (AM.hasBase()) { in matchAddressBase()557 if (!AM.hasBase() && !AM.hasIndexReg()) { in matchADD()586 if (AM.hasBase()) { in matchWrapper()840 if (AM.hasBase()) { in SelectAL()
485 def : Property<"hasBase", Bool> {492 let Conditional = [{ hasBase && isTypeInfo }];498 let Conditional = [{ hasBase && isDynamicAlloc }];502 let Conditional = [{ hasBase && (isTypeInfo || isDynamicAlloc) }];510 let Conditional = [{ hasBase && !isTypeInfo }];514 let Conditional = [{ hasBase && !isTypeInfo }];518 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];522 let Conditional = [{ hasBase && !isTypeInfo && !isDynamicAlloc && !isExpr }];537 if (hasBase) {
68 if (hasBase()) in toAPValue()
86 bool hasBase() const { return !Base.isZero(); } in hasBase() function
476 anyOf(hasBase(canResolveToExpr(Exp)), in findArrayElementMutation()477 hasBase(implicitCastExpr(allOf( in findArrayElementMutation()
656 hasBase(ignoringParenImpCasts( in matcher()1050 auto BaseIsArrayOrPtrDRE = hasBase( in matcher()1168 hasUnaryOperand(arraySubscriptExpr(hasBase( in matcher()
298 REGISTER_MATCHER(hasBase); in RegistryMaps()
5718 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument