Home
last modified time | relevance | path

Searched refs:isPow2VectorType (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h164 bool isPow2VectorType() const { in isPow2VectorType() function
172 if (isPow2VectorType()) in getPow2VectorType()
638 bool isPow2VectorType() const { in isPow2VectorType() function
646 if (!isPow2VectorType()) { in getPow2VectorType()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h314 bool isPow2VectorType() const { in isPow2VectorType() function
322 if (!isPow2VectorType()) { in getPow2VectorType()
DMachineValueType.h291 bool isPow2VectorType() const { in isPow2VectorType() function
299 if (isPow2VectorType()) in getPow2VectorType()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1862 if (!VT.isPow2VectorType()) { in getTypeConversion()
1920 if (!VT.isPow2VectorType()) { in getTypeConversion()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1038 if (!VT.isPow2VectorType()) { in getTypeConversion()
1105 if (!VT.isPow2VectorType()) { in getTypeConversion()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5952 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()