Home
last modified time | relevance | path

Searched refs:ShiftExtendType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h32 enum ShiftExtendType { enum
52 static inline const char *getShiftExtendName(AArch64_AM::ShiftExtendType ST) { in getShiftExtendName()
73 static inline AArch64_AM::ShiftExtendType getShiftType(unsigned Imm) { in getShiftType()
98 static inline unsigned getShifterImm(AArch64_AM::ShiftExtendType ST, in getShifterImm()
123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) { in getExtendType()
138 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) { in getArithExtendType()
151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) { in getExtendEncoding()
170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET, in getArithExtendImm()
184 static inline AArch64_AM::ShiftExtendType getMemExtendType(unsigned Imm) { in getMemExtendType()
200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET, in getMemExtendImm()
H A DAArch64InstPrinter.cpp1008 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp342 AArch64_AM::ShiftExtendType Type;
643 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType()
1140 AArch64_AM::ShiftExtendType ShiftExtendTy, int ShiftWidth,
1265 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1308 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1321 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1330 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1339 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1348 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1360 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp89 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend;
104 void setExtendType(AArch64_AM::ShiftExtendType E) { ExtType = E; } in setExtendType()
105 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in getExtendType()
211 unsigned RHSReg, AArch64_AM::ShiftExtendType ShiftType,
215 unsigned RHSReg, AArch64_AM::ShiftExtendType ExtType,
243 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm,
1140 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub()
1249 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; in emitAddSub()
1364 AArch64_AM::ShiftExtendType ShiftType, in emitAddSub_rs()
1406 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
[all …]
H A DAArch64ISelDAGToDAG.cpp458 static AArch64_AM::ShiftExtendType getShiftTypeForNode(SDValue N) { in getShiftTypeForNode()
528 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister()
549 static AArch64_AM::ShiftExtendType
768 AArch64_AM::ShiftExtendType Ext; in SelectArithExtendedRegister()
1003 AArch64_AM::ShiftExtendType Ext = in SelectExtendedSHL()
1071 AArch64_AM::ShiftExtendType Ext = AArch64_AM::InvalidShiftExtend; in SelectAddrModeWRO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp389 AArch64_AM::ShiftExtendType
5205 static bool isSignExtendShiftType(AArch64_AM::ShiftExtendType Type) { in isSignExtendShiftType()
5522 AArch64_AM::ShiftExtendType Ext = in selectAddrModeWRO()
5689 static AArch64_AM::ShiftExtendType getShiftTypeForInst(MachineInstr &MI) { in getShiftTypeForInst()
5721 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister()
5746 AArch64_AM::ShiftExtendType AArch64InstructionSelector::getExtendTypeForInst( in getExtendTypeForInst()
5833 AArch64_AM::ShiftExtendType Ext; in selectArithExtendedRegister()