Home
last modified time | relevance | path

Searched defs:RetTy (Results 1 – 25 of 125) sorted by relevance

12345

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h45 Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() argument
54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() argument
H A DCodeExtractor.h106 Type *RetTy; global() variable
/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h145 void PreAnalyzeCallResult(const Type *RetTy, const char *Func) { in PreAnalyzeCallResult() argument
152 CCAssignFn Fn, const Type *RetTy, in PreAnalyzeCallResult() argument
162 AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> & Ins,CCAssignFn Fn,const Type * RetTy,const char * Func) AnalyzeCallResult() argument
[all...]
H A DMipsCCState.cpp88 const Type *RetTy, const char *Call) { in PreAnalyzeCallResultForF128() argument
112 PreAnalyzeCallResultForVectorFloat(const SmallVectorImpl<ISD::InputArg> & Ins,const Type * RetTy) PreAnalyzeCallResultForVectorFloat() argument
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.h32 const Type *RetTy = nullptr; member
H A DSPIRVCallLowering.cpp109 Type *RetTy = FTy->getReturnType(); fixFunctionTypeIfPtrArgs() local
117 const Type *RetTy = GR->getTypeForSPIRVType(SRetTy); fixFunctionTypeIfPtrArgs() local
132 Type *RetTy = F.getFunctionType()->getReturnType(); getOriginalFunctionType() local
388 SPIRVType *RetTy = GR->getOrCreateSPIRVType(FRetTy, MIRBuilder); lowerFormalArguments() local
[all...]
H A DSPIRVUtils.h165 Type *RetTy = toTypedPointer(OrigRetTy); toTypedFunPointer() local
/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp244 StringRef FName, QualType RetTy) { in getSummaryForOSObject()
296 QualType RetTy, in getSummaryForObjCOrCFObject()
513 QualType RetTy = FT->getReturnType(); in generateSummary() local
865 RetainSummaryManager::getRetEffectFromAnnotations(QualType RetTy, in getRetEffectFromAnnotations()
989 QualType RetTy = FD->getReturnType(); in updateSummaryFromAnnotations() local
1016 QualType RetTy = MD->getReturnType(); in updateSummaryFromAnnotations() local
1023 Selector S, QualType RetTy) { in getStandardMethodSummary()
1158 const ObjCMethodDecl *MD, QualType RetTy, in getMethodSummary()
H A DCocoaConventions.cpp24 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType()
/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp362 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); legalizeCustom() local
396 auto *RetTy = Type::getInt32Ty(Ctx); legalizeCustom() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp231 Value *RetVal = RetTy->isVoidTy() ? nullptr : PoisonValue::get(RetTy); in run() local
293 Value *RetVal = RetTy->isVoidTy() ? nullptr : PoisonValue::get(RetTy); in run() local
H A DAMDGPURewriteOutArguments.cpp189 Type *RetTy = F.getReturnType(); in runOnFunction() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h51 QualType RetTy; REGISTER_TRAIT_WITH_PROGRAMSTATE() local
89 QualType RetTy; REGISTER_TRAIT_WITH_PROGRAMSTATE() local
H A DSMTConv.h349 QualType RTy, QualType *RetTy) { in getBinExpr()
385 QualType *RetTy) { in getSymBinExpr()
424 QualType *RetTy, in getSymExpr()
/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp347 Type *RetTy = Signature->getReturnType(); getScalableECFromSignature() local
567 auto *RetTy = ScalarFTy->getReturnType(); createFunctionType() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp
/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp43 QualType RetTy = FI.getReturnType(); in computeInfo() local
/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-launder.cpp170 using RetTy = TestVirtualFn(*)[2]; in test_builtin_launder_array_nested() typedef
187 using RetTy = TestNoInvariant(*)[2]; in test_builtin_launder_array_nested_no_invariant() typedef
/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp192 QualType RetTy = getFunctionOrMethodResultType(D); handleKernelAttr() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp339 Type *RetTy = F->getReturnType(); numRetVals() local
353 Type *RetTy = F->getReturnType(); getRetComponentType() local
775 Type *RetTy = FTy->getReturnType(); removeDeadStuffFromFunction() local
[all...]
/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp88 Type *RetTy = F.getReturnType(); in classifyFunctionType() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp112 Type *RetTy = CB.getType(); lowerCall() local
982 insertSRetLoads(MachineIRBuilder & MIRBuilder,Type * RetTy,ArrayRef<Register> VRegs,Register DemoteReg,int FI) const insertSRetLoads() argument
1013 insertSRetStores(MachineIRBuilder & MIRBuilder,Type * RetTy,ArrayRef<Register> VRegs,Register DemoteReg) const insertSRetStores() argument
1069 Type *RetTy = CB.getType(); insertSRetOutgoingArgument() local
1098 getReturnInfo(CallingConv::ID CallConv,Type * RetTy,AttributeList Attrs,SmallVectorImpl<BaseArgInfo> & Outs,const DataLayout & DL) const getReturnInfo() argument
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp895 auto *RetTy = Relocate->getType(); in LowerAsSTATEPOINT() local
1128 Type *RetTy = GCResultLocality.second->getType(); in LowerStatepoint() local
1200 Type *RetTy = CI.getType(); in visitGCResult() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp160 Type *RetTy = F.getReturnType(); in getFunctionReturns() local
/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h109 Type *RetTy = VectorType::get( FoldShuffleVector() local

12345