Searched refs:hasBase (Results 1 – 7 of 7) 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()869 if (AM.hasBase()) { in SelectAL()
489 def : Property<"hasBase", Bool> {496 let Conditional = [{ hasBase && isTypeInfo }];502 let Conditional = [{ hasBase && isDynamicAlloc }];506 let Conditional = [{ hasBase && (isTypeInfo || isDynamicAlloc) }];514 let Conditional = [{ hasBase && !isTypeInfo }];518 let Conditional = [{ hasBase && !isTypeInfo }];522 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];526 let Conditional = [{ hasBase && !isTypeInfo && !isDynamicAlloc && !isExpr }];541 if (hasBase) {
79 if (hasBase()) in toAPValue()
86 bool hasBase() const { return !Base.isZero(); } in hasBase() function
300 REGISTER_MATCHER(hasBase); in RegistryMaps()
5764 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument