Home
last modified time | relevance | path

Searched refs:MaxInterleaveFactor (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp77 MaxInterleaveFactor = 4; in initializeProperties()
81 MaxInterleaveFactor = 4; in initializeProperties()
87 MaxInterleaveFactor = 4; in initializeProperties()
93 MaxInterleaveFactor = 4; in initializeProperties()
102 MaxInterleaveFactor = 4; in initializeProperties()
107 MaxInterleaveFactor = 4; in initializeProperties()
120 MaxInterleaveFactor = 4; in initializeProperties()
DAArch64Subtarget.h129 uint8_t MaxInterleaveFactor = 2; variable
271 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor()
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp63 MaxInterleaveFactor = 4; in initializeProperties()
70 MaxInterleaveFactor = 4; in initializeProperties()
78 MaxInterleaveFactor = 4; in initializeProperties()
DAArch64Subtarget.h86 uint8_t MaxInterleaveFactor = 2; variable
193 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp220 MaxInterleaveFactor = 2; in initSubtargetFeatures()
242 MaxInterleaveFactor = 2; in initSubtargetFeatures()
DARMSubtarget.h312 unsigned MaxInterleaveFactor = 1; variable
607 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp271 MaxInterleaveFactor = 2; in initSubtargetFeatures()
297 MaxInterleaveFactor = 2; in initSubtargetFeatures()
DARMSubtarget.h422 unsigned MaxInterleaveFactor = 1; variable
761 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp45 static const unsigned MaxInterleaveFactor = 16; variable
74 return isPowerOf2_32(Val) && Val <= MaxInterleaveFactor; in validate()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp148 static const unsigned MaxInterleaveFactor = 16; variable
1048 return isPowerOf2_32(Val) && Val <= MaxInterleaveFactor; in validate()