Home
last modified time | relevance | path

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

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