Searched refs:isLegalVectorTypeForSwift (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ABIInfo.h | 141 virtual bool isLegalVectorTypeForSwift(CharUnits totalSize,
|
D | SwiftCallingConv.cpp | 642 .isLegalVectorTypeForSwift(vectorSize, eltTy, numElts); in isLegalVectorType()
|
D | TargetInfo.cpp | 129 bool SwiftABIInfo::isLegalVectorTypeForSwift(CharUnits vectorSize, in isLegalVectorTypeForSwift() function in SwiftABIInfo
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ABIInfo.h | 138 virtual bool isLegalVectorTypeForSwift(CharUnits totalSize,
|
D | SwiftCallingConv.cpp | 702 .isLegalVectorTypeForSwift(vectorSize, eltTy, numElts); in isLegalVectorType()
|
D | TargetInfo.cpp | 146 bool SwiftABIInfo::isLegalVectorTypeForSwift(CharUnits vectorSize, in isLegalVectorTypeForSwift() function in SwiftABIInfo 5468 bool isLegalVectorTypeForSwift(CharUnits totalSize, llvm::Type *eltTy, 5810 bool AArch64ABIInfo::isLegalVectorTypeForSwift(CharUnits totalSize, in isLegalVectorTypeForSwift() function in AArch64ABIInfo 6223 bool isLegalVectorTypeForSwift(CharUnits totalSize, llvm::Type *eltTy, 6786 bool ARMABIInfo::isLegalVectorTypeForSwift(CharUnits vectorSize, in isLegalVectorTypeForSwift() function in ARMABIInfo
|