Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp35 llvm::Type *CoerceTy; in classifyArgumentType() local
37 CoerceTy = in classifyArgumentType()
41 CoerceTy = llvm::ArrayType::get(RegTy, 2); in classifyArgumentType()
43 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
H A DPPC.cpp416 llvm::Type *CoerceTy = llvm::Type::getIntNTy(getVMContext(), Size); in classifyReturnType() local
417 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
837 llvm::Type *CoerceTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType() local
838 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
859 llvm::Type *CoerceTy = llvm::ArrayType::get(BaseTy, Members); in classifyArgumentType() local
860 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
869 llvm::Type *CoerceTy; in classifyArgumentType() local
874 CoerceTy = in classifyArgumentType()
882 CoerceTy = llvm::ArrayType::get(RegTy, NumRegs); in classifyArgumentType()
885 return ABIArgInfo::getDirect(CoerceTy); in classifyArgumentType()
[all …]
H A DSparc.cpp273 llvm::Type *CoerceTy = CB.isUsableType(StrTy) ? StrTy : CB.getType(); in classifyType() local
276 return ABIArgInfo::getDirectInReg(CoerceTy); in classifyType()
278 return ABIArgInfo::getDirect(CoerceTy); in classifyType()
H A DARM.cpp628 llvm::Type *CoerceTy = in classifyReturnType() local
630 return ABIArgInfo::getDirect(CoerceTy); in classifyReturnType()
H A DX86.cpp326 llvm::Type *CoerceTy = llvm::IntegerType::get(CGF.getLLVMContext(), RetWidth); in addReturnRegisterOutputs() local
327 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()
330 ReturnSlot.setAddress(ReturnSlot.getAddress().withElementType(CoerceTy)); in addReturnRegisterOutputs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2190 llvm::Type *CoerceTy = AI.getCoerceToType(); in DetermineNoUndef() local
2191 if (llvm::TypeSize::isKnownGT(DL.getTypeSizeInBits(CoerceTy), in DetermineNoUndef()