Searched defs:mult (Results 1 – 9 of 9) sorted by relevance
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_register.h | 17 int mult) { in AddPowers() 40 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers() 60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange()
|
/llvm-project/lldb/test/API/commands/trace/inline-function/ |
H A D | inline.cpp | 1 __attribute__((always_inline)) inline int mult(int x, int y) { in mult() function
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp_record_replay_deps.cpp | 34 void mult() { in mult() function
|
H A D | omp_record_replay_multiTDGs.cpp | 33 void mult() { in mult() function
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 212 Value mult = b.create<arith::MulFOp>(type, operandA, operandB); in convertFmaFOp() local 352 Value mult = b.create<arith::MulFOp>(opType, opBHalf, logA); convertPowfOp() local 378 Value mult = b.create<arith::MulFOp>(opType, operand, ln2); convertExp2fOp() local
|
/llvm-project/llvm/test/MC/Mips/micromips/ |
H A D | valid.s | 140 mult $9, $7 # CHECK: mult $9, $7 # encoding: [0x00,0xe9,0x8b,0x3c] label
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorContract.cpp | 1237 std::optional<Value> mult = createContractArithOp( in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorCodegen.cpp | 517 Value mult = builder.create<arith::MulIOp>(loc, size, parentPos); genImplementation() local
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 1813 AffineExpr mult; makeStridedLinearLayoutMap() local
|