Home
last modified time | relevance | path

Searched defs:ShiftType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h112 enum ShiftType { ShiftType_LSL, ShiftType_LSR, ShiftType_ASR, ShiftType_ROR }; enum
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1267 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; in emitAddSub() local
1382 AArch64_AM::ShiftExtendType ShiftType, in emitAddSub_rs()
1575 AArch64_AM::ShiftExtendType ShiftType, in emitSubs_rs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp865 ARM_AM::ShiftOpc ShiftType; // Shift type for OffsetReg member
3801 ARM_AM::ShiftOpc ShiftType, unsigned ShiftImm, unsigned Alignment, in CreateMem()
5849 ARM_AM::ShiftOpc ShiftType = ARM_AM::no_shift; in parseMemory() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2176 Type *ShiftType = Shl->getType(); in foldICmpShlOne() local