Searched refs:ShiftExtendType (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AddressingModes.h | 33 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()
|
| H A D | AArch64InstPrinter.cpp | 1256 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 371 AArch64_AM::ShiftExtendType Type; 750 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() 1303 AArch64_AM::ShiftExtendType ShiftExtendTy, int ShiftWidth, 1460 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter() 1503 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend() 1516 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64() 1525 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64() 1534 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend() 1543 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend() 1555 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 90 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() 212 unsigned RHSReg, AArch64_AM::ShiftExtendType ShiftType, 216 unsigned RHSReg, AArch64_AM::ShiftExtendType ExtType, 244 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, 1164 AArch64_AM::ShiftExtendType ExtendType = AArch64_AM::InvalidShiftExtend; in emitAddSub() 1273 AArch64_AM::ShiftExtendType ShiftType = AArch64_AM::InvalidShiftExtend; in emitAddSub() 1388 AArch64_AM::ShiftExtendType ShiftType, in emitAddSub_rs() 1430 AArch64_AM::ShiftExtendType ExtType, in emitAddSub_rx() [all …]
|
| H A D | AArch64ISelDAGToDAG.cpp | 584 static AArch64_AM::ShiftExtendType getShiftTypeForNode(SDValue N) { in getShiftTypeForNode() 735 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() 756 static AArch64_AM::ShiftExtendType 975 AArch64_AM::ShiftExtendType Ext; in SelectArithExtendedRegister() 1028 AArch64_AM::ShiftExtendType Ext; in SelectArithUXTXRegister() 1242 AArch64_AM::ShiftExtendType Ext = in SelectExtendedSHL() 1310 AArch64_AM::ShiftExtendType Ext = AArch64_AM::InvalidShiftExtend; in SelectAddrModeWRO()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 413 AArch64_AM::ShiftExtendType 6088 static bool isSignExtendShiftType(AArch64_AM::ShiftExtendType Type) { in isSignExtendShiftType() 6403 AArch64_AM::ShiftExtendType Ext = in selectAddrModeWRO() 6564 static AArch64_AM::ShiftExtendType getShiftTypeForInst(MachineInstr &MI) { in getShiftTypeForInst() 6592 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister() 6619 AArch64_AM::ShiftExtendType AArch64InstructionSelector::getExtendTypeForInst( in getExtendTypeForInst() 6706 AArch64_AM::ShiftExtendType Ext; in selectArithExtendedRegister()
|