Home
last modified time | relevance | path

Searched refs:hasBase (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kCollapseMOVEMPass.cpp69 bool hasBase() const { return Base != 0; } in hasBase() function in __anonacf519680111::MOVEMState
89 assert(!hasBase()); in setBase()
206 if (State.hasBase()) { in ProcessMI()
256 if (State.hasBase()) { in runOnMachineFunction()
290 if (State.hasBase()) { in runOnMachineFunction()
HDM68kISelDAGToDAG.cpp93 bool hasBase() const { in hasBase() function
414 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()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDPropertiesBase.td485 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) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDMemberPointer.cpp68 if (hasBase()) in toAPValue()
HDMemberPointer.h86 bool hasBase() const { return !Base.isZero(); } in hasBase() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp476 anyOf(hasBase(canResolveToExpr(Exp)), in findArrayElementMutation()
477 hasBase(implicitCastExpr(allOf( in findArrayElementMutation()
HDUnsafeBufferUsage.cpp656 hasBase(ignoringParenImpCasts( in matcher()
1050 auto BaseIsArrayOrPtrDRE = hasBase( in matcher()
1168 hasUnaryOperand(arraySubscriptExpr(hasBase( in matcher()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp298 REGISTER_MATCHER(hasBase); in RegistryMaps()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h5718 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument