Home
last modified time | relevance | path

Searched defs:destinations (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/test/src/string/
H A Dmemset_test.cpp50 uint8_t *destinations[2] = {write_buffer.bottom(size), TEST() local
H A Dmemcpy_test.cpp62 uint8_t *destinations[2] = {write_buffer.bottom(size), TEST() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp3342 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 DParser.cpp1252 parseSuccessors(SmallVectorImpl<Block * > & destinations) parseSuccessors() argument
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp3063 llvm::SmallVector<mlir::Block *> destinations; selectMatchAndRewrite() local