Home
last modified time | relevance | path

Searched defs:Stmt (Results 1 – 25 of 166) sorted by relevance

1234567

/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp64 Value *BlockGenerator::trySynthesizeNewValue(ScopStmt &Stmt, Value *Old, in trySynthesizeNewValue()
97 Value *BlockGenerator::getNewValue(ScopStmt &Stmt, Value *Old, ValueMapT &BBMap, in getNewValue()
214 void BlockGenerator::copyInstScalar(ScopStmt &Stmt, Instruction *Inst, in copyInstScalar()
256 BlockGenerator::generateLocationAccessed(ScopStmt &Stmt, MemAccInst Inst, in generateLocationAccessed()
267 ScopStmt &Stmt, Loop *L, Value *Pointer, ValueMapT &BBMap, in generateLocationAccessed()
311 Value *BlockGenerator::generateArrayLoad(ScopStmt &Stmt, LoadInst *Load, in generateArrayLoad()
329 void BlockGenerator::generateArrayStore(ScopStmt &Stmt, StoreInst *Store, in generateArrayStore()
350 bool BlockGenerator::canSyntheziseInStmt(ScopStmt &Stmt, Instruction *Inst) { in canSyntheziseInStmt()
356 void BlockGenerator::copyInstruction(ScopStmt &Stmt, Instruction *Inst, in copyInstruction()
416 void BlockGenerator::copyStmt(ScopStmt &Stmt, LoopToScevMapT &LTS, in copyStmt()
[all …]
DIslNodeBuilder.cpp209 const ScopStmt *Stmt, BasicBlock *BB) { in findReferencesInBlock()
228 void addReferencesFromStmt(const ScopStmt *Stmt, void *UserPtr, in addReferencesFromStmt()
278 auto *Stmt = static_cast<const ScopStmt *>(Id.get_user()); in addReferencesFromStmtSet() local
392 ScopStmt *Stmt = (ScopStmt *)isl_id_get_user(Id); in createUserVector() local
750 ScopStmt *Stmt = in hasPartialAccesses() local
833 IslNodeBuilder::createNewAccesses(ScopStmt *Stmt, in createNewAccesses()
905 ScopStmt *Stmt, LoopToScevMapT &LTS) { in createSubstitutions()
924 __isl_take isl_ast_expr *Expr, ScopStmt *Stmt, in createSubstitutionsVector()
942 ScopStmt *Stmt, __isl_keep isl_id_to_ast_expr *NewAccesses) { in generateCopyStmt()
973 ScopStmt *Stmt; in createUser() local
/external/rust/crates/syn/src/
Dstmt.rs110 pub fn parse_within(input: ParseStream) -> Result<Vec<Stmt>> { in parse_within()
148 impl Parse for Stmt { implementation
154 fn parse_stmt(input: ParseStream, allow_nosemi: bool) -> Result<Stmt> { in parse_stmt()
203 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<Stmt> { in stmt_mac()
257 ) -> Result<Stmt> { in stmt_expr()
295 impl ToTokens for Stmt { implementation
/external/llvm-project/polly/lib/Support/
DVirtualInstruction.cpp199 addInstructionRoots(ScopStmt *Stmt, in addInstructionRoots()
227 static void addAccessRoots(ScopStmt *Stmt, in addAccessRoots()
256 static void addRoots(ScopStmt *Stmt, in addRoots()
321 ScopStmt *Stmt = Acc->getStatement(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable() local
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DStrCatAppendCheck.cpp22 AST_MATCHER_P(Stmt, IgnoringTemporaries, ast_matchers::internal::Matcher<Stmt>, in AST_MATCHER_P() argument
DAbseilMatcher.h32 isInAbseilFile, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc, in AST_POLYMORPHIC_MATCHER() argument
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DDeclRefExprUtils.cpp45 constReferenceDeclRefExprs(const VarDecl &VarDecl, const Stmt &Stmt, in constReferenceDeclRefExprs()
77 bool isOnlyUsedAsConst(const VarDecl &Var, const Stmt &Stmt, in isOnlyUsedAsConst()
90 allDeclRefExprs(const VarDecl &VarDecl, const Stmt &Stmt, ASTContext &Context) { in allDeclRefExprs()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUndelegatedConstructorCheck.cpp20 AST_MATCHER_P(Stmt, ignoringTemporaryExpr, in AST_MATCHER_P() argument
21 ast_matchers::internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DUseAnyOfAllOfCheck.cpp22 AST_MATCHER_P(Stmt, nextStmt, ast_matchers::internal::Matcher<Stmt>, in AST_MATCHER_P() argument
/external/clang/lib/CodeGen/
DCoverageMappingGen.h33 class Stmt; variable
100 llvm::DenseMap<const Stmt *, unsigned> *CounterMap) in CoverageMappingGen()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
DModelConsumer.h23 class Stmt; variable
DFrontendActions.h18 class Stmt; variable
/external/clang/include/clang/StaticAnalyzer/Frontend/
DModelConsumer.h24 class Stmt; variable
DFrontendActions.h19 class Stmt; variable
/external/llvm-project/clang/include/clang/Analysis/
DCodeInjector.h21 class Stmt; variable
DCFGStmtMap.h22 class Stmt; variable
/external/clang/include/clang/Analysis/
DCodeInjector.h22 class Stmt; variable
DCFGStmtMap.h25 class Stmt; variable
/external/starlark-go/syntax/
Dwalk.go159 func walkStmts(stmts []Stmt, f func(Node) bool) {
/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp295 static bool onlySameValueWrites(ScopStmt *Stmt) { in onlySameValueWrites()
321 void ZoneAlgorithm::collectIncompatibleElts(ScopStmt *Stmt, in collectIncompatibleElts()
393 ScopStmt *Stmt = MA->getStatement(); in addArrayReadAccess() local
420 ScopStmt *Stmt = MA->getStatement(); in getWrittenValue() local
449 auto *Stmt = MA->getStatement(); in addArrayWriteAccess() local
699 isl::map ZoneAlgorithm::getScalarReachingDefinition(ScopStmt *Stmt) { in getScalarReachingDefinition()
713 auto *Stmt = static_cast<ScopStmt *>(isl_id_get_user(DomId.get())); in getScalarReachingDefinition() local
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.h31 class Stmt; variable
142 llvm::DenseMap<const Stmt *, unsigned> *CounterMap) in CoverageMappingGen()
DVarBypassDetector.h25 class Stmt; variable
/external/llvm-project/clang/include/clang/AST/
DODRHash.h31 class Stmt; variable
/external/rust/crates/syn/tests/
Dtest_precedence.rs221 fn flat_map_stmt<T: MutVisitor>(stmt: Stmt, vis: &mut T) -> Vec<Stmt> { in librustc_brackets()
360 fn fold_stmt(&mut self, stmt: Stmt) -> Stmt { in syn_brackets()
/external/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
DSourceExtraction.h19 class Stmt; variable

1234567