Searched refs:getShiftType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h72 /// getShiftType - Extract the shift type.
73 static inline AArch64_AM::ShiftExtendType getShiftType(unsigned Imm) { function in namespace:llvm::AArch64_AM
H A DAArch64MCCodeEmitter.cpp268 assert(AArch64_AM::getShiftType(MO1.getImm()) == AArch64_AM::LSL &&
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1018 if (AArch64_AM::getShiftType(Val) == AArch64_AM::LSL &&
1021 O << ", " << AArch64_AM::getShiftExtendName(AArch64_AM::getShiftType(Val))
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1777 if (AArch64_AM::getShiftType(ShiftTypeAndValue) == AArch64_AM::LSL) {
1783 } else if (AArch64_AM::getShiftType(ShiftTypeAndValue) == AArch64_AM::LSR) {

Completed in 62 milliseconds