Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h33 enum ShiftExtendType { enum
53 static inline const char *getShiftExtendName(AArch64_AM::ShiftExtendType ST) { in getShiftExtendName()
74 static inline AArch64_AM::ShiftExtendType getShiftType(unsigned Imm) { in getShiftType()
99 static inline unsigned getShifterImm(AArch64_AM::ShiftExtendType ST, in getShifterImm()
124 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) { in getExtendType()
139 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) { in getArithExtendType()
152 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) { in getExtendEncoding()
171 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET, in getArithExtendImm()
185 static inline AArch64_AM::ShiftExtendType getMemExtendType(unsigned Imm) { in getMemExtendType()
201 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET, in getMemExtendImm()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp303 AArch64_AM::ShiftExtendType Type;
602 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType()
1221 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1263 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1276 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1283 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1292 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1301 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1313 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
2748 AArch64_AM::ShiftExtendType ShOp = in tryParseOptionalShiftExtend()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp90 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend;
105 void setExtendType(AArch64_AM::ShiftExtendType E) { ExtType = E; } in setExtendType()
106 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in getExtendType()
213 AArch64_AM::ShiftExtendType ShiftType,
218 AArch64_AM::ShiftExtendType ExtType,
247 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm,
1130 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub()
1246 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; in emitAddSub()
1367 AArch64_AM::ShiftExtendType ShiftType, in emitAddSub_rs()
1410 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx()
[all …]
H A DAArch64ISelDAGToDAG.cpp325 static AArch64_AM::ShiftExtendType getShiftTypeForNode(SDValue N) { in getShiftTypeForNode()
395 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister()
416 static AArch64_AM::ShiftExtendType
618 AArch64_AM::ShiftExtendType Ext; in SelectArithExtendedRegister()
842 AArch64_AM::ShiftExtendType Ext = in SelectExtendedSHL()
910 AArch64_AM::ShiftExtendType Ext = AArch64_AM::InvalidShiftExtend; in SelectAddrModeWRO()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp981 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend()