Home
last modified time | relevance | path

Searched refs:Arithmetic (Results 1 – 25 of 132) sorted by relevance

123456

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Transforms/
H A DPasses.td1 //===-- Passes.td - Arithmetic pass definition file --------*- tablegen -*-===//
15 let summary = "Bufferize Arithmetic dialect ops.";
32 let summary = "Legalize Arithmetic ops to be convertible to LLVM.";
H A DCMakeLists.txt2 mlir_tablegen(Passes.h.inc -gen-pass-decls -name Arithmetic)
/llvm-project-15.0.7/llvm/test/TableGen/
H A DPaste.td15 class Arithmetic<int i> {
19 def A : Arithmetic<5>;
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/
H A Dformatter.signed_integral.pass.cpp74 template <class Arithmetic, class CharT>
76 using A = Arithmetic; in test_signed_integral_type()
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Utils/
H A DCMakeLists.txt5 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Arithmetic/Utils
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DCMakeLists.txt8 {$MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Arithmetic/Transforms
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DCMakeLists.txt11 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Arithmetic
H A DArithmeticCanonicalization.td1 //===- ArithmeticPatterns.td - Arithmetic dialect patterns -*- tablegen -*-===//
13 include "mlir/Dialect/Arithmetic/IR/ArithmeticOps.td"
/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A DArithmeticOps.td13 include "mlir/Dialect/Arithmetic/IR/ArithmeticOps.td"
/llvm-project-15.0.7/mlir/include/mlir/Dialect/
H A DCMakeLists.txt3 add_subdirectory(Arithmetic)
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td92 // 11. Vector Integer Arithmetic Instructions
104 // 11.4. Vector Integer Arithmetic with Carry or Borrow Instructions
145 // 12. Vector Fixed-Point Arithmetic Instructions
316 // 11. Vector Integer Arithmetic Instructions
326 // 11.4. Vector Integer Arithmetic with Carry or Borrow Instructions
361 // 12. Vector Fixed-Point Arithmetic Instructions
570 // 12. Vector Integer Arithmetic Instructions
607 // 13. Vector Fixed-Point Arithmetic Instructions
729 // 12. Vector Integer Arithmetic Instructions
758 // 13. Vector Fixed-Point Arithmetic Instructions
/llvm-project-15.0.7/mlir/lib/Dialect/
H A DCMakeLists.txt3 add_subdirectory(Arithmetic)
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/Transforms/
H A DPasses.td20 let summary = "Legalize Shape dialect to be convertible to Arithmetic";
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedNeoverseN2.td1557 // Arithmetic, absolute diff
1560 // Arithmetic, absolute diff accum
1566 // Arithmetic, absolute diff long
1569 // Arithmetic, basic
1581 // Arithmetic, complex
1590 // Arithmetic, large integer
1593 // Arithmetic, pairwise add
1599 // Arithmetic, shift
1612 // Arithmetic, shift by immediate
1617 // Arithmetic, shift complex
[all …]
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DVPIntrinsics.def145 ///// Integer Arithmetic {
199 ///// } Integer Arithmetic
201 ///// Floating-Point Arithmetic {
243 ///// } Floating-Point Arithmetic
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmips64-alu-instructions.s65 # Arithmetic instructions
H A Dmips-alu-instructions.s71 # Arithmetic instructions
H A Dmicromips-alu-instructions.s6 # Arithmetic and Logical Instructions
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dpack.ll81 ; Arithmetic and logic right shift does not have the same semantics if shifting
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dshift128.ll86 ; Arithmetic shift right is not available as an operation on the vector registers.
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A DBUILD.bazel8264 "include/mlir/Dialect/Arithmetic/IR/ArithmeticBase.td",
8265 "include/mlir/Dialect/Arithmetic/IR/ArithmeticOps.td",
8352 "lib/Dialect/Arithmetic/IR/*.cpp",
8353 "lib/Dialect/Arithmetic/IR/*.h",
8357 "include/mlir/Dialect/Arithmetic/IR/Arithmetic.h",
8383 "-name=Arithmetic",
8396 "lib/Dialect/Arithmetic/Transforms/*.cpp",
8397 "lib/Dialect/Arithmetic/Transforms/*.h",
8401 "include/mlir/Dialect/Arithmetic/Transforms/Passes.h",
8425 "lib/Dialect/Arithmetic/Utils/*.cpp",
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVecFuncs.def30 // Floating-Point Arithmetic and Auxiliary Functions
97 // Floating-Point Arithmetic and Auxiliary Functions
205 // Floating-Point Arithmetic and Auxiliary Functions
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DCanonicalizationPatterns.td19 include "mlir/Dialect/Arithmetic/IR/ArithmeticOps.td"
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md153 filepath: "/home/user/llvm/mlir/lib/Dialect/Arithmetic/IR/ArithmeticCanonicalization.pdll"
154 includes: "/home/user/llvm/mlir/lib/Dialect/Arithmetic/IR;/home/user/llvm/mlir/include"
278 filepath: "/home/user/llvm/mlir/lib/Dialect/Arithmetic/IR/ArithmeticCanonicalization.td"
279 includes: "/home/user/llvm/mlir/lib/Dialect/Arithmetic/IR;/home/user/llvm/mlir/include"
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dsoft-float.ll3 ; Arithmetic functions

123456