Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h45 Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc()
54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc()
H A DCodeExtractor.h106 Type *RetTy; variable
/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp362 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom() local
396 auto *RetTy = Type::getInt32Ty(Ctx); in legalizeCustom() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.h32 const Type *RetTy = nullptr; member
H A DSPIRVCallLowering.cpp109 Type *RetTy = FTy->getReturnType(); in fixFunctionTypeIfPtrArgs() local
117 const Type *RetTy = GR->getTypeForSPIRVType(SRetTy); in fixFunctionTypeIfPtrArgs() local
132 Type *RetTy = F.getFunctionType()->getReturnType(); in getOriginalFunctionType() local
388 SPIRVType *RetTy = GR->getOrCreateSPIRVType(FRetTy, MIRBuilder); in lowerFormalArguments() local
H A DSPIRVUtils.h219 Type *RetTy = toTypedPointer(OrigRetTy); in toTypedFunPointer() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h51 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
89 QualType RetTy; in 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/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.cpp190 if (!RetTy->isVoidTy()) { in runOnFunction() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp59 if (QualType RetTy = FD->getReturnType(); in isBuiltinLikeFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp46 Type *RetTy = ToVectorTy(CI.getType(), VF); addVariantDeclaration() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp339 Type *RetTy = F->getReturnType(); in numRetVals() local
353 Type *RetTy = F->getReturnType(); in getRetComponentType() local
775 Type *RetTy = FTy->getReturnType(); in removeDeadStuffFromFunction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp43 QualType RetTy = FI.getReturnType(); in computeInfo() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp112 Type *RetTy = CB.getType(); in lowerCall() local
990 void CallLowering::insertSRetLoads(MachineIRBuilder &MIRBuilder, Type *RetTy, in insertSRetLoads()
1021 void CallLowering::insertSRetStores(MachineIRBuilder &MIRBuilder, Type *RetTy, in insertSRetStores()
1077 Type *RetTy = CB.getType(); in insertSRetOutgoingArgument() local
1106 void CallLowering::getReturnInfo(CallingConv::ID CallConv, Type *RetTy, in getReturnInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp192 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp88 Type *RetTy = F.getReturnType(); in classifyFunctionType() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp160 Type *RetTy = F.getReturnType(); in getFunctionReturns() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h109 Type *RetTy = VectorType::get( in FoldShuffleVector() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp32 Type *RetTy) { in ReplaceCallWith()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h413 AttributeList AttributeList, Type *RetTy, in getOrInsertFunction()
423 FunctionCallee getOrInsertFunction(StringRef Name, Type *RetTy, in getOrInsertFunction()

12345