Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp3007 bool IsVectorCall = in computeInfo() local
3011 unsigned FreeSSERegs = IsVectorCall ? 4 : 0; in computeInfo()
3016 FreeSSERegs = IsVectorCall ? 6 : 0; in computeInfo()