HomeSort by relevance Sort by last modified time
    Searched refs:ShiftExtendType (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 32 enum ShiftExtendType {
52 static inline const char *getShiftExtendName(AArch64_AM::ShiftExtendType ST) {
73 static inline AArch64_AM::ShiftExtendType getShiftType(unsigned Imm) {
98 static inline unsigned getShifterImm(AArch64_AM::ShiftExtendType ST,
123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) {
138 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) {
151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) {
170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET,
184 static inline AArch64_AM::ShiftExtendType getMemExtendType(unsigned Imm) {
200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 241 AArch64_AM::ShiftExtendType Type;
424 AArch64_AM::ShiftExtendType getShiftExtendType() const {
978 AArch64_AM::ShiftExtendType ST = getShiftExtendType();
987 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
1000 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
1006 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
1015 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
1024 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
1036 AArch64_AM::ShiftExtendType ST = getShiftExtendType();
1047 AArch64_AM::ShiftExtendType ST = getShiftExtendType()
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 54 AArch64_AM::ShiftExtendType ExtType;
69 void setExtendType(AArch64_AM::ShiftExtendType E) { ExtType = E; }
70 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; }
169 AArch64_AM::ShiftExtendType ShiftType,
174 AArch64_AM::ShiftExtendType ExtType,
201 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm,
    [all...]
AArch64ISelDAGToDAG.cpp 316 static AArch64_AM::ShiftExtendType getShiftTypeForNode(SDValue N) {
345 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N);
366 static AArch64_AM::ShiftExtendType
568 AArch64_AM::ShiftExtendType Ext;
785 AArch64_AM::ShiftExtendType Ext =
853 AArch64_AM::ShiftExtendType Ext = AArch64_AM::InvalidShiftExtend;
    [all...]
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]

Completed in 66 milliseconds