Home
last modified time | relevance | path

Searched refs:splitLegalVectorType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h146 splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp252 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData()
402 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry()
707 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType() function in swiftcall