|
tvm
|
#include <tvm/ir/op.h>Go to the source code of this file.
Namespaces | |
| namespace | tvm |
| An object that builds and maintains block scope and StmtSref mapping for Dependence analysis. | |
| namespace | tvm::prim |
| namespace | tvm::prim::builtin |
Functions | |
| const Op & | tvm::prim::builtin::vscale () |
| Get the target's vscale value. It will be lowered to llvm.vscale intrinsic (https://llvm.org/docs/LangRef.html#llvm-vscale-intrinsic) | |
| const Op & | tvm::prim::builtin::shift_left () |
| Left shift. | |
| const Op & | tvm::prim::builtin::shift_right () |
| Right shift. | |
| const Op & | tvm::prim::builtin::bitwise_and () |
| Bitwise and operator. | |
| const Op & | tvm::prim::builtin::bitwise_or () |
| Bitwise or operator. | |
| const Op & | tvm::prim::builtin::bitwise_xor () |
| Bitwise xor operator. | |
| const Op & | tvm::prim::builtin::bitwise_not () |
| Bitwise not operator. | |
| const Op & | tvm::prim::builtin::if_then_else () |
| Same as select, used for unsafe memory access. | |
| const Op & | tvm::prim::builtin::likely () |
| Marks a condition is likely going to happen. | |