Home
last modified time | relevance | path

Searched refs:isPow2VectorType (Results 1 – 23 of 23) 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-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()
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h424 bool isPow2VectorType() const { in isPow2VectorType() function
432 if (!isPow2VectorType()) { in getPow2VectorType()
DTargetLowering.h433 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h403 bool isPow2VectorType() const { in isPow2VectorType() function
411 if (isPow2VectorType()) in getPow2VectorType()
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h470 bool isPow2VectorType() const { in isPow2VectorType() function
478 if (isPow2VectorType()) in getPow2VectorType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp860 if (!VT.isPow2VectorType()) { in getTypeConversion()
927 if (!VT.isPow2VectorType()) { in getTypeConversion()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1038 if (!VT.isPow2VectorType()) { in getTypeConversion()
1105 if (!VT.isPow2VectorType()) { in getTypeConversion()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp990 if (!VT.isPow2VectorType()) { in getTypeConversion()
1057 if (!VT.isPow2VectorType()) { in getTypeConversion()
/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1581 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()
8081 if (MemVT.isPow2VectorType()) in LowerLOAD()
8097 if (MemVT.isPow2VectorType()) in LowerLOAD()
DAMDGPUISelLowering.cpp1102 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp4894 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
DTargetLowering.cpp8108 if (VT.isPow2VectorType()) { in expandVecReduce()
DDAGCombiner.cpp10174 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5952 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4383 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()