Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp69 bool hasBase() const { return Base != 0; } in hasBase() function in __anon143e10ef0111::MOVEMState
89 assert(!hasBase()); in setBase()
206 if (State.hasBase()) { in ProcessMI()
256 if (State.hasBase()) { in runOnMachineFunction()
290 if (State.hasBase()) { in runOnMachineFunction()
H A DM68kISelDAGToDAG.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/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.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/contrib/llvm-project/clang/lib/AST/Interp/
H A DMemberPointer.cpp68 if (hasBase()) in toAPValue()
H A DMemberPointer.h86 bool hasBase() const { return !Base.isZero(); } in hasBase() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp476 anyOf(hasBase(canResolveToExpr(Exp)), in findArrayElementMutation()
477 hasBase(implicitCastExpr(allOf( in findArrayElementMutation()
H A DUnsafeBufferUsage.cpp656 hasBase(ignoringParenImpCasts( in matcher()
1050 auto BaseIsArrayOrPtrDRE = hasBase( in matcher()
1168 hasUnaryOperand(arraySubscriptExpr(hasBase( in matcher()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp298 REGISTER_MATCHER(hasBase); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5718 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument