Home
last modified time | relevance | path

Searched defs:SRetTy (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp527 } else if (auto SRetTy = dyn_cast<StructType>(FT->getReturnType())) { checkWFRetconPrototype() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp95 fixFunctionTypeIfPtrArgs(SPIRVGlobalRegistry * GR,const Function & F,FunctionType * FTy,const SPIRVType * SRetTy,const SmallVector<SPIRVType *,4> & SArgTys) fixFunctionTypeIfPtrArgs() argument
/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp382 } else if (StructType *SRetTy = dyn_cast<StructType>(RetTy)) { in getMips16HelperFunction() local
/llvm-project/llvm/lib/IR/
H A DFunction.cpp203 if (Type *SRetTy = ParamAttrs.getStructRetType()) getMemoryParamAllocType() local