HomeSort by relevance Sort by last modified time
    Searched refs:ShiftExtendType (Results 1 - 5 of 5) 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 226 AArch64_AM::ShiftExtendType Type;
391 AArch64_AM::ShiftExtendType getShiftExtendType() const {
941 AArch64_AM::ShiftExtendType ST = getShiftExtendType();
950 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
963 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
969 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
978 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
987 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
999 AArch64_AM::ShiftExtendType ST = getShiftExtendType();
1010 AArch64_AM::ShiftExtendType ST = getShiftExtendType()
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 289 static AArch64_AM::ShiftExtendType getShiftTypeForNode(SDValue N) {
320 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N);
341 static AArch64_AM::ShiftExtendType
538 AArch64_AM::ShiftExtendType Ext;
685 AArch64_AM::ShiftExtendType Ext =
754 AArch64_AM::ShiftExtendType Ext = AArch64_AM::InvalidShiftExtend;
    [all...]
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]

Completed in 917 milliseconds