Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp3887 static const unsigned GPRBits = 64; member in __anonbc557ed20411::PPC64_SVR4_ABIInfo
4250 if (Bits > 0 && Bits <= 8 * GPRBits) { in classifyArgumentType()
4255 if (Bits <= GPRBits) in classifyArgumentType()
4313 if (Kind == ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()
4318 if (Bits > GPRBits) { in classifyReturnType()
4319 CoerceTy = llvm::IntegerType::get(getVMContext(), GPRBits); in classifyReturnType()