Searched refs:ShiftType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 119 } ShiftType; typedef
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 213 AArch64_AM::ShiftExtendType ShiftType, 247 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, 1249 case Instruction::Shl: ShiftType = AArch64_AM::LSL; break; in emitAddSub() 1250 case Instruction::LShr: ShiftType = AArch64_AM::LSR; break; in emitAddSub() 1251 case Instruction::AShr: ShiftType = AArch64_AM::ASR; break; in emitAddSub() 1254 if (ShiftType != AArch64_AM::InvalidShiftExtend) { in emitAddSub() 1260 RHSIsKill, ShiftType, ShiftVal, SetFlags, in emitAddSub() 1367 AArch64_AM::ShiftExtendType ShiftType, in emitAddSub_rs() argument 1403 .addImm(getShifterImm(ShiftType, ShiftImm)); in emitAddSub_rs() 1567 AArch64_AM::ShiftExtendType ShiftType, in emitSubs_rs() argument [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 390 bool parseMemRegOffsetShift(ARM_AM::ShiftOpc &ShiftType, 752 ARM_AM::ShiftOpc ShiftType; // Shift type for OffsetReg member 1367 if (Memory.ShiftType != ARM_AM::no_shift) return false; in isAddrMode3() 1451 if (Memory.ShiftType == ARM_AM::no_shift) in isT2MemRegOffset() 1453 if (Memory.ShiftType != ARM_AM::lsl || Memory.ShiftImm > 3) in isT2MemRegOffset() 2615 Memory.ShiftImm, Memory.ShiftType); in addMemRegOffsetOperands() 3123 unsigned OffsetRegNum, ARM_AM::ShiftOpc ShiftType, in CreateMem() argument 3130 Op->Memory.ShiftType = ShiftType; in CreateMem() 3270 if (Memory.ShiftType != ARM_AM::no_shift) { in print() 5227 ARM_AM::ShiftOpc ShiftType = ARM_AM::no_shift; in parseMemory() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1843 Type *ShiftType = Shl->getType(); in foldICmpShlOne() local 1869 return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, CLog2)); in foldICmpShlOne() 1871 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlOne() 1892 return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, C.logBase2())); in foldICmpShlOne()
|