Home
last modified time | relevance | path

Searched defs:shl (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Dneon-scalar-shift-imm.s64 shl d7, d10, #12 define
H A Dneon-diagnostics.s4933 shl d7, d10, #99 define
4939 shl d7, s16, #31 define
H A Darm64-advsimd.s1352 shl d0, d0, #1 define
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dr-mips-got-disp.s54 shl: label
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h854 APInt shl(unsigned shiftAmt) const { in shl() function
893 APInt shl(const APInt &ShiftAmt) const { in shl() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFixedPoint.cpp336 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl() function in llvm::APFixedPoint
H A DKnownBits.cpp167 KnownBits KnownBits::shl(const KnownBits &LHS, const KnownBits &RHS) { in shl() function in KnownBits
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Cortex/
H A DA55-neon-instructions.s474 shl d7, d10, #12 define
475 shl v0.16b, v0.16b, #3 label
476 shl v0.2d, v0.2d, #3 label
477 shl v0.4h, v0.4h, #3 label
478 shl v0.4s, v0.4s, #3 label
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Neoverse/
H A DN2-neon-instructions.s474 shl d7, d10, #12 define
475 shl v0.16b, v0.16b, #3 label
476 shl v0.2d, v0.2d, #3 label
477 shl v0.4h, v0.4h, #3 label
478 shl v0.4s, v0.4s, #3 label
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp617 ConstArithFn shl = [](const APInt &l, const APInt &r) -> Optional<APInt> { in inferResultRanges() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp1443 ConstantRange::shl(const ConstantRange &Other) const { in shl() function in ConstantRange