Searched refs:Multiplier (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | DurationFactoryScaleCheck.cpp | 54 if (Multiplier <= 1.0 / 60.0) in getNewScaleSingleStep() 59 if (Multiplier >= 60.0) in getNewScaleSingleStep() 61 if (Multiplier <= 1.0 / 60.0) in getNewScaleSingleStep() 66 if (Multiplier >= 60.0) in getNewScaleSingleStep() 68 if (Multiplier <= 1e-3) in getNewScaleSingleStep() 73 if (Multiplier >= 1e3) in getNewScaleSingleStep() 75 if (Multiplier <= 1e-3) in getNewScaleSingleStep() 80 if (Multiplier >= 1e3) in getNewScaleSingleStep() 82 if (Multiplier <= 1e-3) in getNewScaleSingleStep() 87 if (Multiplier >= 1e3) in getNewScaleSingleStep() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/X86/ |
| H A D | ms-x86-intrinsics.c | 120 __int64 test_mul128(__int64 Multiplier, in test_mul128() argument 123 return _mul128(Multiplier, Multiplicand, HighProduct); in test_mul128() 132 unsigned __int64 test_umul128(unsigned __int64 Multiplier, in test_umul128() argument 135 return _umul128(Multiplier, Multiplicand, HighProduct); in test_umul128()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ImplicitNullChecks.cpp | 400 int64_t Multiplier) { in isSuitableMemoryOp() argument 406 assert(Multiplier && "expected to be non-zero!"); in isSuitableMemoryOp() 427 APInt MultiplierC(RegSizeInBits, Multiplier); in isSuitableMemoryOp()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | MSP430Target.def | 235 // With 32 Bit Hardware Multiplier
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | LinalgNamedStructuredOps.yaml | 1853 them to the same data type as the accumulator/output. Multiplier is set to 1 2021 them to the same data type as the accumulator/output. Multiplier is set to 1 2114 them to the same data type as the accumulator/output. Multiplier is set to 1 2562 them to the same data type as the accumulator/output. Multiplier is set to 1
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 2780 SDValue Multiplier = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, IntHalfVT, in lowerVECTOR_SHUFFLE() local 2784 V2, Multiplier, TrueMask, VL); in lowerVECTOR_SHUFFLE()
|