/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | BuildLibCalls.h | 45 Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() 54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc()
|
H A D | CodeExtractor.h | 106 Type *RetTy; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.h | 145 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 D | MipsCCState.cpp | 88 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 D | ARMLegalizerInfo.cpp | 362 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 D | SPIRVCallLowering.h | 32 const Type *RetTy = nullptr; member
|
H A D | SPIRVCallLowering.cpp | 109 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 D | SPIRVUtils.h | 219 Type *RetTy = toTypedPointer(OrigRetTy); in toTypedFunPointer() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 51 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 89 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
H A D | SMTConv.h | 349 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 D | AMDGPUUnifyDivergentExitNodes.cpp | 231 Type *RetTy = F.getReturnType(); in run() local 293 Type *RetTy = F.getReturnType(); in run() local
|
H A D | AMDGPURewriteOutArguments.cpp | 190 if (!RetTy->isVoidTy()) { in runOnFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BuiltinFunctionChecker.cpp | 59 if (QualType RetTy = FD->getReturnType(); in isBuiltinLikeFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 46 Type *RetTy = ToVectorTy(CI.getType(), VF); addVariantDeclaration() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 339 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 D | CSKY.cpp | 43 QualType RetTy = FI.getReturnType(); in computeInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 112 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 D | SemaSYCL.cpp | 192 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 88 Type *RetTy = F.getReturnType(); in classifyFunctionType() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 895 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 D | WebAssemblyMCInstLower.cpp | 160 Type *RetTy = F.getReturnType(); in getFunctionReturns() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 109 Type *RetTy = VectorType::get( in FoldShuffleVector() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 32 Type *RetTy) { in ReplaceCallWith()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 413 AttributeList AttributeList, Type *RetTy, in getOrInsertFunction() 423 FunctionCallee getOrInsertFunction(StringRef Name, Type *RetTy, in getOrInsertFunction()
|