Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
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()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp241 AArch64_AM::ShiftExtendType Type;
424 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType()
978 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
987 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1000 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1006 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1015 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1024 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1036 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
1047 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isLogicalShifter()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp54 AArch64_AM::ShiftExtendType ExtType;
69 void setExtendType(AArch64_AM::ShiftExtendType E) { ExtType = E; } in setExtendType()
70 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in getExtendType()
169 AArch64_AM::ShiftExtendType ShiftType,
174 AArch64_AM::ShiftExtendType ExtType,
201 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm,
1084 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub()
1200 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; in emitAddSub()
1317 AArch64_AM::ShiftExtendType ShiftType, in emitAddSub_rs()
1358 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
[all …]
DAArch64ISelDAGToDAG.cpp316 static AArch64_AM::ShiftExtendType getShiftTypeForNode(SDValue N) { in getShiftTypeForNode()
345 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister()
366 static AArch64_AM::ShiftExtendType
568 AArch64_AM::ShiftExtendType Ext; in SelectArithExtendedRegister()
785 AArch64_AM::ShiftExtendType Ext = in SelectExtendedSHL()
853 AArch64_AM::ShiftExtendType Ext = AArch64_AM::InvalidShiftExtend; in SelectAddrModeWRO()
DAArch64InstrInfo.cpp1447 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getMemExtendType(Val); in isScaledAddr()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1098 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend()