Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp68 bool hasBase() const { return Base != 0; } in hasBase() function in __anone3adc0e60111::MOVEMState
88 assert(!hasBase()); in setBase()
205 if (State.hasBase()) { in ProcessMI()
255 if (State.hasBase()) { in runOnMachineFunction()
289 if (State.hasBase()) { in runOnMachineFunction()
H A DM68kISelDAGToDAG.cpp93 bool hasBase() const { in hasBase() function
405 if (AM.hasBase()) { in matchAddressBase()
541 if (!AM.hasBase() && !AM.hasIndexReg()) { in matchADD()
570 if (AM.hasBase()) { in matchWrapper()
814 if (AM.hasBase()) { in SelectAL()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPropertiesBase.td476 def : Property<"hasBase", Bool> {
483 let Conditional = [{ hasBase && isTypeInfo }];
489 let Conditional = [{ hasBase && isTypeInfo }];
493 let Conditional = [{ hasBase && !isTypeInfo }];
497 let Conditional = [{ hasBase && !isTypeInfo }];
501 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];
505 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }];
520 if (hasBase) {
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp402 anyOf(hasBase(canResolveToExpr(equalsNode(Exp))), in findArrayElementMutation()
403 hasBase(implicitCastExpr( in findArrayElementMutation()
H A DUnsafeBufferUsage.cpp302 hasBase(ignoringParenImpCasts( in matcher()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp290 REGISTER_MATCHER(hasBase); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5456 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument