Searched refs:OffsetBase (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 1157 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi, 1441 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify() argument 1453 Class &Current = OffsetBase < 64 ? Lo : Hi; in classify() 1481 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify() 1507 uint64_t EB_Real = (OffsetBase) / 64; in classify() 1508 uint64_t EB_Imag = (OffsetBase + Size - 1) / 64; in classify() 1527 if (OffsetBase && OffsetBase != 64) in classify() 1567 uint64_t EB_Real = (OffsetBase) / 64; in classify() 1568 uint64_t EB_Imag = (OffsetBase + getContext().getTypeSize(ET)) / 64; in classify() 1589 if (OffsetBase % getContext().getTypeAlign(AT->getElementType())) in classify() [all …]
|