Searched defs:isLegalVectorType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | ABIInfo.cpp | 278 bool SwiftABIInfo::isLegalVectorType(CharUnits VectorSize, llvm::Type *EltTy, isLegalVectorType() function in SwiftABIInfo |
H A D | SwiftCallingConv.cpp | 688 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, isLegalVectorType() function in swiftcall |
/llvm-project/clang/lib/CodeGen/Targets/ | ||
H A D | ARM.cpp | 703 bool ARMSwiftABIInfo::isLegalVectorType(CharUnits VectorSize, llvm::Type *EltTy, isLegalVectorType() function in ARMSwiftABIInfo |
H A D | AArch64.cpp | 506 bool AArch64SwiftABIInfo::isLegalVectorType(CharUnits VectorSize, isLegalVectorType() function in AArch64SwiftABIInfo |
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/ | ||
H A D | VectorLegalization.cpp | 585 bool isLegalVectorType(VectorType vType) { isLegalVectorType() function |