Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DValueTypes.h309 bool isPow2VectorType() const { in isPow2VectorType() function
317 if (!isPow2VectorType()) { in getPow2VectorType()
DMachineValueType.h284 bool isPow2VectorType() const { in isPow2VectorType() function
292 if (isPow2VectorType()) in getPow2VectorType()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp956 if (!VT.isPow2VectorType()) { in getTypeConversion()
1023 if (!VT.isPow2VectorType()) { in getTypeConversion()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5897 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()