Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5938 bool InFPRs = false; in EmitVAArg() local
5948 InFPRs = ArgTy->isFloatTy() || ArgTy->isDoubleTy(); in EmitVAArg()
5990 if (InFPRs) { in EmitVAArg()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp7337 bool InFPRs = false; in EmitVAArg() local
7347 InFPRs = (!IsSoftFloatABI && (ArgTy->isFloatTy() || ArgTy->isDoubleTy())); in EmitVAArg()
7388 if (InFPRs) { in EmitVAArg()