Searched defs:destinations (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/test/src/string/ |
H A D | memset_test.cpp | 50 uint8_t *destinations[2] = {write_buffer.bottom(size), TEST() local
|
H A D | memcpy_test.cpp | 62 uint8_t *destinations[2] = {write_buffer.bottom(size), TEST() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 3342 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Value selector,llvm::ArrayRef<mlir::Attribute> compareAttrs,llvm::ArrayRef<mlir::ValueRange> cmpOperands,llvm::ArrayRef<mlir::Block * > destinations,llvm::ArrayRef<mlir::ValueRange> destOperands,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 3396 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Value selector,llvm::ArrayRef<mlir::Attribute> compareAttrs,llvm::ArrayRef<mlir::Value> cmpOpList,llvm::ArrayRef<mlir::Block * > destinations,llvm::ArrayRef<mlir::ValueRange> destOperands,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument 3642 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Value selector,llvm::ArrayRef<mlir::Attribute> typeOperands,llvm::ArrayRef<mlir::Block * > destinations,llvm::ArrayRef<mlir::ValueRange> destOperands,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Parser.cpp | 1252 parseSuccessors(SmallVectorImpl<Block * > & destinations) parseSuccessors() argument
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 3063 llvm::SmallVector<mlir::Block *> destinations; selectMatchAndRewrite() local
|