Home
last modified time | relevance | path

Searched refs:OpBase (Results 1 – 25 of 114) sorted by relevance

12345

/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp684 void AssemblerMIPS32::ldc1(const Operand *OpRt, const Operand *OpBase, in ldc1() argument
688 const IValueT Base = encodeGPRegister(OpBase, "Base", "ldc1"); in ldc1()
705 void AssemblerMIPS32::ll(const Operand *OpRt, const Operand *OpBase, in ll() argument
708 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "ll"); in ll()
711 void AssemblerMIPS32::lw(const Operand *OpRt, const Operand *OpBase, in lw() argument
717 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "lb"); in lw()
722 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "lh"); in lw()
727 emitRtRsImm16(Opcode, OpRt, OpBase, Offset, "lw"); in lw()
732 emitFtRsImm16(Opcode, OpRt, OpBase, Offset, "lwc1"); in lw()
737 emitFtRsImm16(Opcode, OpRt, OpBase, Offset, "ldc1"); in lw()
[all …]
DIceAssemblerMIPS32.h195 void ldc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
198 void ll(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
200 void lw(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
202 void lwc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
257 void sc(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
289 void sdc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
292 void sw(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
294 void swc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
/external/llvm-project/mlir/test/mlir-tblgen/
Dexpect-symbol.td3 include "mlir/IR/OpBase.td"
Dop-error.td5 include "mlir/IR/OpBase.td"
Drewriter-indexing.td3 include "mlir/IR/OpBase.td"
Drewriter-errors.td4 include "mlir/IR/OpBase.td"
Ddialect.td4 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaInterfaces.td16 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/unittests/TableGen/
Dstructs.td9 include "mlir/IR/OpBase.td"
Denums.td9 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/test/Bindings/Python/
Dpython_test_ops.td13 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DShapeInferenceInterface.td16 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DShapeInferenceInterface.td16 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DShapeInferenceInterface.td16 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DShapeInferenceInterface.td16 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/include/mlir/Interfaces/
DCopyOpInterface.td16 include "mlir/IR/OpBase.td"
DDerivedAttributeOpInterface.td16 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DStandardOpsBase.td16 include "mlir/IR/OpBase.td"
/external/llvm-project/mlir/examples/standalone/include/Standalone/
DStandaloneDialect.td12 include "mlir/IR/OpBase.td"
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dlhlo_gpu_ops_base.td21 include "mlir/IR/OpBase.td"
Dlhlo_gpu_ops_enums.td19 include "mlir/IR/OpBase.td"
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_canonicalize.td18 include "mlir/IR/OpBase.td"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_data_optimization.td16 include "mlir/IR/OpBase.td"
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dutils.td18 include "mlir/IR/OpBase.td"
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dpost_quantize_patterns.td18 include "mlir/IR/OpBase.td"

12345