Lines Matching refs:getVMContext
295 llvm::Type::getInt32Ty(getVMContext()); in coerceIllegalVector()
300 llvm::Type::getInt32Ty(getVMContext()), Size / 32); in coerceIllegalVector()
316 llvm::Type::getInt32Ty(getVMContext()), Size / 32); in classifyHomogeneousAggregate()
427 return coerceToIntArray(Ty, getContext(), getVMContext()); in classifyArgumentType()
436 ElemTy = llvm::Type::getInt32Ty(getVMContext()); in classifyArgumentType()
439 ElemTy = llvm::Type::getInt64Ty(getVMContext()); in classifyArgumentType()
579 getVMContext(), getContext().getTypeSize(RetTy))); in classifyReturnType()
582 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()
586 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyReturnType()
588 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
589 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
616 return coerceToIntArray(RetTy, getContext(), getVMContext()); in classifyReturnType()
620 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
624 return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext())); in classifyReturnType()
626 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
627 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext())); in classifyReturnType()
629 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(getVMContext()); in classifyReturnType()