Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7589 bool InFPRs = false; in EmitVAArg() local
7599 InFPRs = (!IsSoftFloatABI && (ArgTy->isFloatTy() || ArgTy->isDoubleTy())); in EmitVAArg()
7640 if (InFPRs) { in EmitVAArg()