Searched refs:IsFPR (Results 1 – 3 of 3) sorted by relevance
476 static bool IsFPR(unsigned reg) in IsFPR() function482 bool RegisterContext_x86_64::IsFPR(unsigned reg, FPRType fpr_type) in IsFPR() function in RegisterContext_x86_64484 bool generic_fpr = ::IsFPR(reg); in IsFPR()694 if (IsFPR(reg, m_fpr_type)) { in ReadRegister()805 if (IsFPR(reg, m_fpr_type)) { in WriteRegister()
338 bool IsFPR(unsigned reg, FPRType fpr_type);
4111 bool IsFPR = BaseTy->isFloatingPointTy() || BaseTy->isVectorTy(); in EmitAAPCSVAArg() local4133 if (!IsFPR) { in EmitAAPCSVAArg()4170 if (!IsFPR && !IsIndirect && Ctx.getTypeAlign(Ty) > 64) { in EmitAAPCSVAArg()