Home
last modified time | relevance | path

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

123456789

/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp237 StringRef FName, QualType RetTy) { in getSummaryForOSObject()
289 QualType RetTy, in getSummaryForObjCOrCFObject()
511 QualType RetTy = FT->getReturnType(); in generateSummary() local
863 RetainSummaryManager::getRetEffectFromAnnotations(QualType RetTy, in getRetEffectFromAnnotations()
987 QualType RetTy = FD->getReturnType(); in updateSummaryFromAnnotations() local
1014 QualType RetTy = MD->getReturnType(); in updateSummaryFromAnnotations() local
1021 Selector S, QualType RetTy) { in getStandardMethodSummary()
1156 const ObjCMethodDecl *MD, QualType RetTy, in getMethodSummary()
DCocoaConventions.cpp24 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsCCState.cpp88 const Type *RetTy, const char *Call) { in PreAnalyzeCallResultForF128()
112 const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy) { in PreAnalyzeCallResultForVectorFloat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp226 Type *RetTy = F.getReturnType(); in runOnFunction() local
300 Type *RetTy = F.getReturnType(); in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCCState.cpp88 const Type *RetTy, const char *Call) { in PreAnalyzeCallResultForF128()
112 const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy) { in PreAnalyzeCallResultForVectorFloat()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp235 Type *RetTy = F.getReturnType(); in runOnFunction() local
311 Type *RetTy = F.getReturnType(); in runOnFunction() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp385 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom() local
418 auto *RetTy = Type::getInt32Ty(Ctx); in legalizeCustom() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp386 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom() local
419 auto *RetTy = Type::getInt32Ty(Ctx); in legalizeCustom() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConstraintManager.h47 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
85 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
DSMTConv.h349 QualType RTy, QualType *RetTy) { in getBinExpr()
385 QualType *RetTy) { in getSymBinExpr()
424 QualType *RetTy, in getSymExpr()
/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h54 Type *RetTy; variable
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp34 Type *RetTy = FTy->getReturnType(); in runFunction() local
/external/clang/lib/Analysis/
DCocoaConventions.cpp25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp128 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
133 unsigned HexagonTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
138 unsigned HexagonTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h133 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
347 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
351 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
491 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
DTargetTransformInfo.h774 int getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
778 int getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
947 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, ArrayRef<Type *> Tys, in getIntrinsicInstrCost()
951 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
956 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h165 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
170 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
673 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
706 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
909 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp33 Type *RetTy = FTy->getReturnType(); in runFunction() local
/external/llvm-project/llvm/lib/Analysis/
DVFABIDemangling.cpp282 if (auto *RetTy = dyn_cast<VectorType>(Signature->getReturnType())) in verifyAllVectorsHaveSameWidth() local
307 if (auto *RetTy = dyn_cast<VectorType>(Signature->getReturnType())) in getECFromSignature() local
/external/llvm-project/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp107 QualType RetTy = D->getReturnType(); in VisitFunctionDecl() local
126 QualType RetTy = D->getReturnType(); in VisitObjCMethodDecl() local
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp30 Type *RetTy) { in EnsureFunctionExists()
67 Type *RetTy) { in ReplaceCallWith()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp110 QualType RetTy = D->getReturnType(); in VisitFunctionDecl() local
129 QualType RetTy = D->getReturnType(); in VisitObjCMethodDecl() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h101 Type *RetTy; variable
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h101 Type *RetTy; variable
/external/llvm-project/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp48 Type *RetTy = ToVectorTy(CI.getType(), VF); in addVariantDeclaration() local

123456789