Searched defs:blockId (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/lib/Optimizer/Support/ |
H A D | InternalNames.cpp | 33 doAncestors(llvm::ArrayRef<llvm::StringRef> modules,llvm::ArrayRef<llvm::StringRef> procs,std::int64_t blockId=0) doAncestors() argument 109 doConstant(llvm::ArrayRef<llvm::StringRef> modules,llvm::ArrayRef<llvm::StringRef> procs,std::int64_t blockId,llvm::StringRef name) doConstant() argument 119 doDispatchTable(llvm::ArrayRef<llvm::StringRef> modules,llvm::ArrayRef<llvm::StringRef> procs,std::int64_t blockId,llvm::StringRef name,llvm::ArrayRef<std::int64_t> kinds) doDispatchTable() argument 135 doGenerated(llvm::ArrayRef<llvm::StringRef> modules,llvm::ArrayRef<llvm::StringRef> procs,std::int64_t blockId,llvm::StringRef name) doGenerated() argument 144 doIntrinsicTypeDescriptor(llvm::ArrayRef<llvm::StringRef> modules,llvm::ArrayRef<llvm::StringRef> procs,std::int64_t blockId,IntrinsicType type,std::int64_t kind) doIntrinsicTypeDescriptor() argument 184 doType(llvm::ArrayRef<llvm::StringRef> modules,llvm::ArrayRef<llvm::StringRef> procs,std::int64_t blockId,llvm::StringRef name,llvm::ArrayRef<std::int64_t> kinds) doType() argument 196 doTypeDescriptor(llvm::ArrayRef<llvm::StringRef> modules,llvm::ArrayRef<llvm::StringRef> procs,std::int64_t blockId,llvm::StringRef name,llvm::ArrayRef<std::int64_t> kinds) doTypeDescriptor() argument 208 doTypeDescriptor(llvm::ArrayRef<std::string> modules,llvm::ArrayRef<std::string> procs,std::int64_t blockId,llvm::StringRef name,llvm::ArrayRef<std::int64_t> kinds) doTypeDescriptor() argument 218 doVariable(llvm::ArrayRef<llvm::StringRef> modules,llvm::ArrayRef<llvm::StringRef> procs,std::int64_t blockId,llvm::StringRef name) doVariable() argument 247 std::int64_t blockId = 0; deconstruct() local [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | Mangler.cpp | 33 std::int64_t blockId = 0; in ancestors() local 80 std::int64_t blockId; in mangleName() local 102 std::int64_t blockId; in mangleName() local 202 std::int64_t blockId; mangleName() local [all...] |
H A D | Bridge.cpp | 5917 int blockId = 0; global() member in __anonc6773cb50211::FirConverter
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | GlobalIdRewriter.cpp | 31 auto blockId = rewriter.create<gpu::BlockIdOp>(loc, dim); in matchAndRewrite() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Unit.cpp | 42 int blockId = std::distance(entry->getIterator(), block->getIterator()); in printBlock() local
|
/llvm-project/flang/include/flang/Optimizer/Support/ |
H A D | InternalNames.h | 65 std::int64_t blockId; global() member
|
/llvm-project/flang/unittests/Optimizer/ |
H A D | InternalNamesTest.cpp | 34 std::int64_t blockId; global() member
|