Lines Matching defs:Ty

29                                           llvm::Type* Ty) {  in X86AdjustInlineAsmType()
54 static bool isX86VectorTypeForVectorCall(ASTContext &Context, QualType Ty) { in isX86VectorTypeForVectorCall()
132 bool isHomogeneousAggregateSmallEnough(const Type *Ty, in isHomogeneousAggregateSmallEnough()
338 bool X86_32ABIInfo::shouldReturnTypeInRegister(QualType Ty, in shouldReturnTypeInRegister()
387 static bool is32Or64BitBasicType(QualType Ty, ASTContext &Context) { in is32Or64BitBasicType()
578 unsigned X86_32ABIInfo::getTypeStackAlignInBytes(QualType Ty, in getTypeStackAlignInBytes()
607 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult()
644 bool X86_32ABIInfo::updateFreeRegs(QualType Ty, CCState &State) const { in updateFreeRegs()
675 bool X86_32ABIInfo::shouldAggregateUseDirect(QualType Ty, CCState &State, in shouldAggregateUseDirect()
705 bool X86_32ABIInfo::shouldPrimitiveUseInReg(QualType Ty, CCState &State) const { in shouldPrimitiveUseInReg()
738 const QualType &Ty = Args[I].type; in runVectorCallFirstPass() local
750 ABIArgInfo X86_32ABIInfo::classifyArgumentType(QualType Ty, CCState &State, in classifyArgumentType()
999 llvm::Type *Ty = llvm::Type::getInt8Ty(getVMContext()); in addFieldToArgStruct() local
1071 QualType Ty, AggValueSlot Slot) const { in EmitVAArg()
1398 bool isHomogeneousAggregateSmallEnough(const Type *Ty, in isHomogeneousAggregateSmallEnough()
1511 QualType Ty, StringRef Feature, in checkAVXParamFeature()
1533 QualType Ty, bool IsArgument) { in checkAVX512ParamFeature()
1550 const llvm::StringMap<bool> &CalleeMap, QualType Ty, in checkAVXParam()
1590 QualType Ty = Arg.getType(); in checkFunctionCallABI() local
1792 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, Class &Lo, in classify()
2201 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty, in getIndirectResult()
2305 static bool BitsContainNoUserData(QualType Ty, unsigned StartBit, in BitsContainNoUserData()
2708 X86_64ABIInfo::classifyArgumentType(QualType Ty, unsigned freeIntRegs, in classifyArgumentType()
2835 X86_64ABIInfo::classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, in classifyRegCallStructTypeImpl()
2892 X86_64ABIInfo::classifyRegCallStructType(QualType Ty, unsigned &NeededInt, in classifyRegCallStructType()
2988 Address VAListAddr, QualType Ty) { in EmitX86_64VAArgFromMemory()
3025 QualType Ty, AggValueSlot Slot) const { in EmitVAArg()
3215 QualType Ty, AggValueSlot Slot) const { in EmitMSVAArg()
3228 QualType Ty, unsigned &FreeSSERegs, const ABIArgInfo &current) const { in reclassifyHvaArgForVectorCall()
3240 ABIArgInfo WinX86_64ABIInfo::classify(QualType Ty, unsigned &FreeSSERegs, in classify()
3417 QualType Ty, AggValueSlot Slot) const { in EmitVAArg()