Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp1386 SSEUp, enumerator
1765 if (AggregateSize > 128 && (Lo != SSE || Hi != SSEUp)) in postMerge()
1767 if (Hi == SSEUp && Lo != SSE) in postMerge()
1927 Hi = SSEUp; in classify()
1999 assert((Hi != SSEUp || Lo == SSE) && "Invalid SSEUp array classification."); in classify()
2483 assert((Hi != SSEUp || Lo == SSE) && "Invalid SSEUp classification."); in classifyReturnType()
2496 case SSEUp: in classifyReturnType()
2574 case SSEUp: in classifyReturnType()
2616 assert((Hi != SSEUp || Lo == SSE) && "Invalid SSEUp classification."); in classifyArgumentType()
2643 case SSEUp: in classifyArgumentType()
[all …]