19#ifndef TVM_IR_PRIM_BUILTIN_H_
20#define TVM_IR_PRIM_BUILTIN_H_
Managed reference class to OpNode.
Definition op.h:163
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
Primitive operators(builtin intrinsics) and registry for them.
const Op & bitwise_or()
Bitwise or operator.
const Op & likely()
Marks a condition is likely going to happen.
const Op & bitwise_xor()
Bitwise xor operator.
const Op & bitwise_and()
Bitwise and operator.
const Op & shift_left()
Left shift.
const Op & if_then_else()
Same as select, used for unsafe memory access.
const Op & vscale()
Get the target's vscale value. It will be lowered to llvm.vscale intrinsic (https://llvm....
const Op & shift_right()
Right shift.
const Op & bitwise_not()
Bitwise not operator.
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40