Home
last modified time | relevance | path

Searched refs:InvalidShiftExtend (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp328 return AArch64_AM::InvalidShiftExtend; in getShiftTypeForNode()
396 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister()
434 return AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
446 return AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
450 return AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
455 return AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
465 return AArch64_AM::InvalidShiftExtend; in getExtendTypeForNode()
629 if (Ext == AArch64_AM::InvalidShiftExtend) in SelectArithExtendedRegister()
635 if (Ext == AArch64_AM::InvalidShiftExtend) in SelectArithExtendedRegister()
914 AArch64_AM::InvalidShiftExtend) { in SelectAddrModeWRO()
[all …]
H A DAArch64FastISel.cpp90 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend;
1066 Addr.setExtendType(AArch64_AM::InvalidShiftExtend); in simplifyAddress()
1130 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub()
1197 if (ExtendType != AArch64_AM::InvalidShiftExtend && RHS->hasOneUse() && in emitAddSub()
1246 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; in emitAddSub()
1254 if (ShiftType != AArch64_AM::InvalidShiftExtend) { in emitAddSub()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h34 InvalidShiftExtend = -1, enumerator
76 default: return AArch64_AM::InvalidShiftExtend; in getShiftType()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2763 .Default(AArch64_AM::InvalidShiftExtend); in tryParseOptionalShiftExtend()
2765 if (ShOp == AArch64_AM::InvalidShiftExtend) in tryParseOptionalShiftExtend()