Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp555 static const unsigned GPRBits = 64; member in __anon0de7a6800311::PPC64_SVR4_ABIInfo
811 if (Bits > 0 && Bits <= 8 * GPRBits) { in classifyArgumentType()
816 if (Bits <= GPRBits) in classifyArgumentType()
878 if (Kind == PPC64_SVR4_ABIKind::ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()
883 if (Bits > GPRBits) { in classifyReturnType()
884 CoerceTy = llvm::IntegerType::get(getVMContext(), GPRBits); in classifyReturnType()