Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/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; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h145 void PreAnalyzeCallResult(const Type *RetTy, const char *Func) { in PreAnalyzeCallResult()
152 CCAssignFn Fn, const Type *RetTy, in PreAnalyzeCallResult()
162 CCAssignFn Fn, const Type *RetTy, in AnalyzeCallResult()
H A DMipsCCState.cpp88 const Type *RetTy, const char *Call) { in PreAnalyzeCallResultForF128()
112 const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy) { in PreAnalyzeCallResultForVectorFloat()
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp390 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); legalizeCustom() local
424 auto *RetTy = Type::getInt32Ty(Ctx); legalizeCustom() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h48 QualType RetTy; REGISTER_TRAIT_WITH_PROGRAMSTATE() local
86 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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp231 Type *RetTy = F.getReturnType(); in run() local
293 Type *RetTy = F.getReturnType(); in run() local
H A DAMDGPURewriteOutArguments.cpp189 Type *RetTy = F.getReturnType(); in runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp347 Type *RetTy = Signature->getReturnType(); in getScalableECFromSignature() local
567 auto *RetTy = ScalarFTy->getReturnType(); in createFunctionType() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp112 QualType RetTy = D->getReturnType(); in VisitFunctionDecl() local
131 QualType RetTy = D->getReturnType(); in VisitObjCMethodDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp43 QualType RetTy = FI.getReturnType(); in computeInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp87 Type *RetTy = F.getFunctionType()->getReturnType(); getOriginalFunctionType() local
354 SPIRVType *RetTy = GR->getOrCreateSPIRVType(FTy->getReturnType(), MIRBuilder); lowerFormalArguments() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp106 Type *RetTy = CB.getType(); lowerCall() local
875 insertSRetLoads(MachineIRBuilder & MIRBuilder,Type * RetTy,ArrayRef<Register> VRegs,Register DemoteReg,int FI) const insertSRetLoads() argument
906 insertSRetStores(MachineIRBuilder & MIRBuilder,Type * RetTy,ArrayRef<Register> VRegs,Register DemoteReg) const insertSRetStores() argument
962 Type *RetTy = CB.getType(); insertSRetOutgoingArgument() local
991 getReturnInfo(CallingConv::ID CallConv,Type * RetTy,AttributeList Attrs,SmallVectorImpl<BaseArgInfo> & Outs,const DataLayout & DL) const getReturnInfo() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp341 Type *RetTy = F->getReturnType(); numRetVals() local
355 Type *RetTy = F->getReturnType(); getRetComponentType() local
777 Type *RetTy = FTy->getReturnType(); removeDeadStuffFromFunction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp86 Type *RetTy = F.getReturnType(); classifyFunctionType() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp892 auto *RetTy = Relocate->getType(); LowerAsSTATEPOINT() local
1125 Type *RetTy = GCResultLocality.second->getType(); LowerStatepoint() local
1197 Type *RetTy = CI.getType(); visitGCResult() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h109 Type *RetTy = VectorType::get( in FoldShuffleVector() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp161 Type *RetTy = F.getReturnType(); getFunctionReturns() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp385 Type *RetTy = Arm64Ty->getReturnType(); buildExitThunk() local
472 Type *RetTy = Arm64Ty->getReturnType(); buildEntryThunk() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1034 Type *RetTy = FTy.getReturnType(); isValidProtoForLibFunc() local
1057 Type *RetTy = FTy.getReturnType(); isValidProtoForLibFunc() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp32 Type *RetTy) { in ReplaceCallWith() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h402 getOrInsertFunction(StringRef Name,AttributeList AttributeList,Type * RetTy,ArgsTy...Args) getOrInsertFunction() argument
412 getOrInsertFunction(StringRef Name,Type * RetTy,ArgsTy...Args) getOrInsertFunction() argument

12345