Searched defs:ShiftType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 112 enum ShiftType { ShiftType_LSL, ShiftType_LSR, ShiftType_ASR, ShiftType_ROR }; enum
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1268 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; emitAddSub() local 1383 emitAddSub_rs(bool UseAdd,MVT RetVT,unsigned LHSReg,unsigned RHSReg,AArch64_AM::ShiftExtendType ShiftType,uint64_t ShiftImm,bool SetFlags,bool WantResult) emitAddSub_rs() argument 1576 emitSubs_rs(MVT RetVT,unsigned LHSReg,unsigned RHSReg,AArch64_AM::ShiftExtendType ShiftType,uint64_t ShiftImm,bool WantResult) emitSubs_rs() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 891 ARM_AM::ShiftOpc ShiftType; // Shift type for OffsetReg member 3888 CreateMem(unsigned BaseRegNum,const MCExpr * OffsetImm,unsigned OffsetRegNum,ARM_AM::ShiftOpc ShiftType,unsigned ShiftImm,unsigned Alignment,bool isNegative,SMLoc S,SMLoc E,ARMAsmParser & Parser,SMLoc AlignmentLoc=SMLoc ()) CreateMem() argument 6090 ARM_AM::ShiftOpc ShiftType = ARM_AM::no_shift; parseMemory() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 2236 Type *ShiftType = Shl->getType(); foldICmpShlOne() local
|