Home
last modified time | relevance | path

Searched refs:LSL (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp81 AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt) }); in tryToreplicateChunks()
96 AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt) }); in tryToreplicateChunks()
227 AArch64_AM::getShifterImm(AArch64_AM::LSL, in trySequenceOfOnes()
236 AArch64_AM::getShifterImm(AArch64_AM::LSL, in trySequenceOfOnes()
501 AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift) }); in expandMOVImmSimple()
519 AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift) }); in expandMOVImmSimple()
592 AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift) }); in expandMOVImm()
H A DAArch64SchedPredicates.td54 def CheckShiftLSL : CheckImmOperand_s<3, "AArch64_AM::LSL">;
268 // Check for LSL shift <= 4
299 // ORR Rd, ZR, Rm, LSL #0
331 // MOVI Vd, #0, LSL #0
H A DAArch64SchedPredNeoverse.td16 // Check for LSL shift == 0
H A DAArch64RegisterInfo.td1505 // LSL(8|16|32|64)
1506 def ZPR#RegWidth#AsmOpndExtLSL8 : ZPRExtendAsmOperand<"LSL", RegWidth, 8>;
1507 def ZPR#RegWidth#AsmOpndExtLSL16 : ZPRExtendAsmOperand<"LSL", RegWidth, 16>;
1508 def ZPR#RegWidth#AsmOpndExtLSL32 : ZPRExtendAsmOperand<"LSL", RegWidth, 32>;
1509 def ZPR#RegWidth#AsmOpndExtLSL64 : ZPRExtendAsmOperand<"LSL", RegWidth, 64>;
1510 def ZPR#RegWidth#ExtLSL8 : ZPRExtendRegisterOperand<0b0, 0b1, "LSL", RegWidth, 8>;
1511 def ZPR#RegWidth#ExtLSL16 : ZPRExtendRegisterOperand<0b0, 0b1, "LSL", RegWidth, 16>;
1512 def ZPR#RegWidth#ExtLSL32 : ZPRExtendRegisterOperand<0b0, 0b1, "LSL", RegWidth, 32>;
1513 def ZPR#RegWidth#ExtLSL64 : ZPRExtendRegisterOperand<0b0, 0b1, "LSL", RegWidth, 64>;
H A DAArch64SchedA510.td678 (instregex "^(ASR|LSL|LSR)_WIDE_ZPmZ_[BHS]",
679 "^(ASR|LSL|LSR)_WIDE_ZZZ_[BHS]",
680 "^(ASR|LSL|LSR)_ZPmI_[BHSD]",
681 "^(ASR|LSL|LSR)_ZPZI_[BHSD]",
682 "^(ASR|LSL|LSR)_ZPmZ_[BHSD]",
683 "^(ASR|LSL|LSR)_ZPZZ_[BHSD]",
684 "^(ASR|LSL|LSR)_ZZI_[BHSD]",
H A DAArch64SchedNeoverseV1.td524 // Arithmetic, LSL shift, shift <= 4
525 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
531 // Arithmetic, flagset, LSL shift, shift <= 4
532 // Arithmetic, flagset, LSR/ASR/ROR shift or LSL shift > 4
1390 (instregex "^(ASR|LSL|LSR)_WIDE_Z(Pm|Z)Z_[BHS]",
1391 "^(ASR|LSL|LSR)_ZPm[IZ]_[BHSD]",
1392 "^(ASR|LSL|LSR)_ZZI_[BHSD]",
1393 "^(ASR|LSL|LSR)_ZPZ[IZ]_[BHSD]",
H A DAArch64SchedNeoverseN2.td651 // Arithmetic, LSL shift, shift <= 4
652 // Arithmetic, flagset, LSL shift, shift <= 4
653 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
1623 (instregex "^(ASR|LSL|LSR)_WIDE_ZPmZ_[BHS]$",
1624 "^(ASR|LSL|LSR)_WIDE_ZZZ_[BHS]$",
1625 "^(ASR|LSL|LSR)_ZPmI_[BHSD]$",
1626 "^(ASR|LSL|LSR)_ZPmZ_[BHSD]$",
1627 "^(ASR|LSL|LSR)_ZZI_[BHSD]$",
H A DAArch64SchedNeoverseV2.td1119 // Arithmetic, LSL shift, shift <= 4
1120 // Arithmetic, flagset, LSL shift, shift <= 4
1121 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
2132 (instregex "^(ASR|LSL|LSR)_WIDE_ZPmZ_[BHS]",
2133 "^(ASR|LSL|LSR)_WIDE_ZZZ_[BHS]",
2134 "^(ASR|LSL|LSR)_ZPmI_[BHSD]",
2135 "^(ASR|LSL|LSR)_ZPmZ_[BHSD]",
2136 "^(ASR|LSL|LSR)_ZZI_[BHSD]",
2137 "^(ASR|LSL|LSR)_ZPZ[IZ]_[BHSD]",
H A DAArch64ISelDAGToDAG.cpp464 bool isWorthFoldingALU(SDValue V, bool LSL = false) const;
594 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt); in SelectArithImmed()
641 return AArch64_AM::LSL; in getShiftTypeForNode()
773 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, LowZBits); in SelectShiftedRegisterFromAnd()
836 bool AArch64DAGToDAGISel::isWorthFoldingALU(SDValue V, bool LSL) const { in isWorthFoldingALU()
844 if (LSL && Subtarget->hasALULSLFast() && V.getOpcode() == ISD::SHL && in isWorthFoldingALU()
2699 if (AArch64_AM::getShiftType(ShiftTypeAndValue) == AArch64_AM::LSL) { in getUsefulBitsFromOrWithShiftedReg()
3224 AArch64_AM::LSL, NumTrailingZeroInShiftedMask); in isWorthFoldingIntoOrrWithShift()
3233 EncodedShiftImm = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShlImm); in isWorthFoldingIntoOrrWithShift()
3299 AArch64_AM::getShifterImm(AArch64_AM::LSL, ShlImm), DL, VT)}; in tryOrrWithShift()
[all …]
H A DAArch64FastISel.cpp747 Addr.setExtendType(AArch64_AM::LSL); in computeAddress()
829 Addr.setExtendType(AArch64_AM::LSL); in computeAddress()
874 Addr.setExtendType(AArch64_AM::LSL); in computeAddress()
1084 Addr.getOffsetReg(), AArch64_AM::LSL, in simplifyAddress()
1256 ResultReg = emitAddSub_rs(UseAdd, RetVT, LHSReg, RHSReg, AArch64_AM::LSL, in emitAddSub()
1270 case Instruction::Shl: ShiftType = AArch64_AM::LSL; break; in emitAddSub()
1376 .addImm(getShifterImm(AArch64_AM::LSL, ShiftImm)); in emitAddSub_ri()
1738 AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftImm)); in emitLogicalOp_rs()
H A DAArch64ExpandPseudoInsts.cpp1240 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSL, 0)); in expandMI()
1440 AArch64_AM::getShifterImm(AArch64_AM::LSL, 0), in expandMI()
1445 AArch64_AM::getShifterImm(AArch64_AM::LSL, 0), in expandMI()
H A DAArch64SchedNeoverseN1.td308 // Arithmetic, LSL shift, shift <= 4
309 // Arithmetic, flagset, LSL shift, shift <= 4
310 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
H A DAArch64SchedAmpere1.td569 // For basic arithmetic, we have more flexibility for short shifts (LSL shift <= 4),
994 (instregex "(ASR|LSL|LSR|ROR)V(W|X)r")>;
H A DAArch64SchedAmpere1B.td525 // For basic arithmetic, we have more flexibility for short shifts (LSL shift <= 4),
976 (instregex "(ASR|LSL|LSR|ROR)V(W|X)r")>;
H A DAArch64RegisterInfo.cpp782 unsigned Shifter = AArch64_AM::getShifterImm(AArch64_AM::LSL, 0); in materializeFrameBaseRegister()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h34 LSL = 0, enumerator
55 case AArch64_AM::LSL: return "lsl"; in getShiftExtendName()
76 case 0: return AArch64_AM::LSL; in getShiftType()
104 case AArch64_AM::LSL: STEnc = 0; break; in getShifterImm()
H A DAArch64MCCodeEmitter.cpp287 assert(AArch64_AM::getShiftType(MO1.getImm()) == AArch64_AM::LSL && in getAddSubImmOpValue()
626 assert(AArch64_AM::getShiftType(ShiftOpnd) == AArch64_AM::LSL && in getImm8OptLsl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp84 static inline uint64_t LSL(uint64_t x, integer shift) { in LSL() function
766 idx = LSL(llvm::SignExtend64<7>(imm7), scale); in EmulateLDPSTP()
952 offset = LSL(Bits32(opcode, 21, 10), size); in EmulateLDRSTRImm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h38 LSL, ///< Logical shift left. enumerator
H A DAVRInstrInfo.td58 def AVRlsl : SDNode<"AVRISD::LSL", SDTIntUnaryOp>;
1889 // 8-bit LSL is an alias of ADD Rd, Rd
2150 // LSL Rd
2154 def LSL : InstAlias<"lsl\t$rd", (ADDRdRr GPR8 : $rd, GPR8 : $rd)>;
2589 // Lowering of 'lsl' node to 'LSL' instruction.
2590 // LSL is an alias of 'ADD Rd, Rd'
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1474 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isShifter()
1521 ET == AArch64_AM::LSL) && in isExtend()
1540 ET == AArch64_AM::LSL) && in isExtendLSL64()
1576 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isArithmeticShifter()
1598 if (ST != AArch64_AM::LSL) in isMovImm32Shifter()
1610 if (ST != AArch64_AM::LSL) in isMovImm64Shifter()
1622 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecShifter()
1632 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecHalfWordShifter()
2153 if (ET == AArch64_AM::LSL) ET = AArch64_AM::UXTW; in addExtendOperands()
2161 if (ET == AArch64_AM::LSL) ET = AArch64_AM::UXTX; in addExtend64Operands()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h102 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, in LSL() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2518 LatticeCell LSL, LSH; in evaluateHexRSEQ32() local
2519 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH)) in evaluateHexRSEQ32()
2521 if (LSL.isProperty() || LSH.isProperty()) in evaluateHexRSEQ32()
2524 unsigned LN = LSL.size(), HN = LSH.size(); in evaluateHexRSEQ32()
2527 bool Eval = constToInt(LSL.Values[i], LoVs[i]); in evaluateHexRSEQ32()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h597 LSL, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM85.td417 // CortexM85 treats LSL #0 as needing a shifter. In practice the throughput
439 (instregex "(t|t2)(LSL|LSR|ASR|ROR|SBFX|UBFX)", "t2MOVsr(a|l)")>;

12