Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h139 splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp235 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData()
382 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry()
646 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType() function in swiftcall