Load

scair.dialects.llvm.Load
See theLoad companion class
object Load extends OperationObject

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Load.type

Members list

Type members

Inherited types

type FactoryType = (ListBuffer[Value[Attribute]], ListBuffer[Block], ListBuffer[Value[Attribute]], ListBuffer[Region], LinkedHashMap[String, Attribute], LinkedHashMap[String, Attribute]) => Operation

Attributes

Inherited from:
OperationObject

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def factory: FactoryType

Attributes

Definition Classes
override def name: String

Attributes

Definition Classes

Inherited methods

final def constructOp(operands: ListBuffer[Value[Attribute]], successors: ListBuffer[Block], results: ListBuffer[Value[Attribute]], regions: ListBuffer[Region], dictionaryProperties: LinkedHashMap[String, Attribute], dictionaryAttributes: LinkedHashMap[String, Attribute]): Operation

Attributes

Inherited from:
OperationObject
def parse[$ : ParsingRun](resNames: Seq[String], parser: Parser): ParsingRun[Operation]

Attributes

Inherited from:
OperationObject