Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1214 X87Up, enumerator
1744 if (Hi == X87Up && Lo != X87 && honorsRevision0_98()) in postMerge()
1786 if (Field == X87 || Field == X87Up || Field == ComplexX87 || in merge()
1787 Accum == X87 || Accum == X87Up) in merge()
1830 Hi = X87Up; in classify()
2597 assert((Hi == SSE || Hi == Integer || Hi == X87Up) && in classifyReturnType()
2602 case X87Up: in classifyReturnType()
2685 case X87Up: in classifyReturnType()
2730 assert((Hi == SSE || Hi == Integer || Hi == X87Up) && in classifyArgumentType()
2747 case X87Up: in classifyArgumentType()
[all …]