/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 314 bool isPow2VectorType() const { in isPow2VectorType() function 322 if (!isPow2VectorType()) { in getPow2VectorType()
|
D | MachineValueType.h | 291 bool isPow2VectorType() const { in isPow2VectorType() function 299 if (isPow2VectorType()) in getPow2VectorType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 374 bool isPow2VectorType() const { in isPow2VectorType() function 382 if (!isPow2VectorType()) { in getPow2VectorType()
|
D | TargetLowering.h | 314 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 424 bool isPow2VectorType() const { in isPow2VectorType() function 432 if (!isPow2VectorType()) { in getPow2VectorType()
|
D | TargetLowering.h | 433 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 403 bool isPow2VectorType() const { in isPow2VectorType() function 411 if (isPow2VectorType()) in getPow2VectorType()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MachineValueType.h | 470 bool isPow2VectorType() const { in isPow2VectorType() function 478 if (isPow2VectorType()) in getPow2VectorType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 860 if (!VT.isPow2VectorType()) { in getTypeConversion() 927 if (!VT.isPow2VectorType()) { in getTypeConversion()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1038 if (!VT.isPow2VectorType()) { in getTypeConversion() 1105 if (!VT.isPow2VectorType()) { in getTypeConversion()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 990 if (!VT.isPow2VectorType()) { in getTypeConversion() 1057 if (!VT.isPow2VectorType()) { in getTypeConversion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1373 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction() 7425 if (MemVT.isPow2VectorType()) in LowerLOAD() 7443 if (MemVT.isPow2VectorType()) in LowerLOAD()
|
D | AMDGPUISelLowering.cpp | 998 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1581 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction() 8081 if (MemVT.isPow2VectorType()) in LowerLOAD() 8097 if (MemVT.isPow2VectorType()) in LowerLOAD()
|
D | AMDGPUISelLowering.cpp | 1102 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 4742 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
|
D | TargetLowering.cpp | 7634 if (VT.isPow2VectorType()) { in expandVecReduce()
|
D | DAGCombiner.cpp | 9277 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 4894 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
|
D | TargetLowering.cpp | 8108 if (VT.isPow2VectorType()) { in expandVecReduce()
|
D | DAGCombiner.cpp | 10174 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5952 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4383 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()
|