Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp382 } else if (StructType *SRetTy = dyn_cast<StructType>(RetTy)) { in getMips16HelperFunction() local
384 if (SRetTy->getNumElements() == 2) { in getMips16HelperFunction()
385 if ((SRetTy->getElementType(0)->isFloatTy()) && in getMips16HelperFunction()
386 (SRetTy->getElementType(1)->isFloatTy())) { in getMips16HelperFunction()
388 } else if ((SRetTy->getElementType(0)->isDoubleTy()) && in getMips16HelperFunction()
389 (SRetTy->getElementType(1)->isDoubleTy())) { in getMips16HelperFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp518 } else if (auto SRetTy = dyn_cast<StructType>(FT->getReturnType())) { in checkWFRetconPrototype() local
519 ResultOkay = (!SRetTy->isOpaque() && in checkWFRetconPrototype()
520 SRetTy->getNumElements() > 0 && in checkWFRetconPrototype()
521 SRetTy->getElementType(0)->isPointerTy()); in checkWFRetconPrototype()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp171 if (Type *SRetTy = ParamAttrs.getStructRetType()) in getMemoryParamAllocType() local
172 return SRetTy; in getMemoryParamAllocType()