Searched defs:IsFPR (Results 1 – 2 of 2) 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_64
4111 bool IsFPR = BaseTy->isFloatingPointTy() || BaseTy->isVectorTy(); in EmitAAPCSVAArg() local