OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
239
AArch64_AM::
ShiftExtendType
Type;
422
AArch64_AM::
ShiftExtendType
getShiftExtendType() const {
992
AArch64_AM::
ShiftExtendType
ST = getShiftExtendType();
1001
AArch64_AM::
ShiftExtendType
ET = getShiftExtendType();
1014
AArch64_AM::
ShiftExtendType
ET = getShiftExtendType();
1020
AArch64_AM::
ShiftExtendType
ET = getShiftExtendType();
1029
AArch64_AM::
ShiftExtendType
ET = getShiftExtendType();
1038
AArch64_AM::
ShiftExtendType
ET = getShiftExtendType();
1050
AArch64_AM::
ShiftExtendType
ST = getShiftExtendType();
1061
AArch64_AM::
ShiftExtendType
ST = getShiftExtendType()
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
55
AArch64_AM::
ShiftExtendType
ExtType;
70
void setExtendType(AArch64_AM::
ShiftExtendType
E) { ExtType = E; }
71
AArch64_AM::
ShiftExtendType
getExtendType() const { return ExtType; }
170
AArch64_AM::
ShiftExtendType
ShiftType,
175
AArch64_AM::
ShiftExtendType
ExtType,
202
AArch64_AM::
ShiftExtendType
ShiftType, uint64_t ShiftImm,
[
all
...]
AArch64ISelDAGToDAG.cpp
312
static AArch64_AM::
ShiftExtendType
getShiftTypeForNode(SDValue N) {
343
AArch64_AM::
ShiftExtendType
ShType = getShiftTypeForNode(N);
364
static AArch64_AM::
ShiftExtendType
564
AArch64_AM::
ShiftExtendType
Ext;
781
AArch64_AM::
ShiftExtendType
Ext =
852
AArch64_AM::
ShiftExtendType
Ext = AArch64_AM::InvalidShiftExtend;
[
all
...]
AArch64InstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp
[
all
...]
Completed in 40 milliseconds