Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1319 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()
4682 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
5211 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
5242 llvm::Type *CoerceTy; in classifyArgumentType() local
5247 CoerceTy = in classifyArgumentType()
5312 llvm::Type *CoerceTy; in classifyReturnType() local
5315 CoerceTy = llvm::StructType::get(CoerceTy, CoerceTy); in classifyReturnType()
5317 CoerceTy = in classifyReturnType()
6752 llvm::Type *CoerceTy = in classifyReturnType() local
6754 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
[all …]
H A DCGCall.cpp1933 llvm::Type *CoerceTy = AI.getCoerceToType(); in DetermineNoUndef() local
1934 if (llvm::TypeSize::isKnownGT(DL.getTypeSizeInBits(CoerceTy), in DetermineNoUndef()