Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7440 bool InFPRs = false; in EmitVAArg() local
7450 InFPRs = (!IsSoftFloatABI && (ArgTy->isFloatTy() || ArgTy->isDoubleTy())); in EmitVAArg()
7492 if (InFPRs) { in EmitVAArg()