Searched refs:ComplexX87 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1101 ComplexX87, enumerator in enum:__anon3248::X86_64ABIInfo::Class
1155 /// If the \arg Lo class is ComplexX87, then the \arg Hi class will
1156 /// also be ComplexX87.
1424 // ComplexX87 (because this cannot be passed in a structure).
1425 assert((Accum != Memory && Accum != ComplexX87) &&
1435 if (Field == X87 || Field == X87Up || Field == ComplexX87 ||
1563 Current = ComplexX87;
2170 case ComplexX87:
2171 assert(Hi == ComplexX87 && "Unexpected ComplexX87 classificatio
[all...]

Completed in 50 milliseconds