Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h146 splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp251 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData()
401 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry()
706 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType() function in swiftcall