Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp616 static const unsigned GPRBits = 64; member in __anon5bbdb0ca0411::PPC64_SVR4_ABIInfo
875 if (Bits > 0 && Bits <= 8 * GPRBits) { in classifyArgumentType()
880 if (Bits <= GPRBits) in classifyArgumentType()
946 if (Kind == PPC64_SVR4_ABIKind::ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()
951 if (Bits > GPRBits) { in classifyReturnType()
952 CoerceTy = llvm::IntegerType::get(getVMContext(), GPRBits); in classifyReturnType()