Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp6119 llvm::Type *PassTy; in classifyArgumentType() local
6123 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
6125 PassTy = llvm::Type::getDoubleTy(getVMContext()); in classifyArgumentType()
6127 PassTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType()
6128 return ABIArgInfo::getDirect(PassTy); in classifyArgumentType()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp7515 llvm::Type *PassTy; in classifyArgumentType() local
7519 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
7521 PassTy = llvm::Type::getDoubleTy(getVMContext()); in classifyArgumentType()
7523 PassTy = llvm::IntegerType::get(getVMContext(), Size); in classifyArgumentType()
7524 return ABIArgInfo::getDirect(PassTy); in classifyArgumentType()