Home
last modified time | relevance | path

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

/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-7.0/llvm/include/llvm/CodeGen/
DValueTypes.h359 bool isPow2VectorType() const { in isPow2VectorType() function
367 if (!isPow2VectorType()) { in getPow2VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h395 bool isPow2VectorType() const { in isPow2VectorType() function
403 if (isPow2VectorType()) in getPow2VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp779 if (!VT.isPow2VectorType()) { in getTypeConversion()
846 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8078 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()