Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h374 bool isPow2VectorType() const { in isPow2VectorType() function
382 if (!isPow2VectorType()) { in getPow2VectorType()
DTargetLowering.h314 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h403 bool isPow2VectorType() const { in isPow2VectorType() function
411 if (isPow2VectorType()) in getPow2VectorType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp860 if (!VT.isPow2VectorType()) { in getTypeConversion()
927 if (!VT.isPow2VectorType()) { in getTypeConversion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1373 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()
7425 if (MemVT.isPow2VectorType()) in LowerLOAD()
7443 if (MemVT.isPow2VectorType()) in LowerLOAD()
DAMDGPUISelLowering.cpp998 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp4742 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
DTargetLowering.cpp7634 if (VT.isPow2VectorType()) { in expandVecReduce()
DDAGCombiner.cpp9277 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()