Searched defs:RetTy (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp33 Type *RetTy = FTy->getReturnType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp24 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp47 Type *RetTy = ToVectorTy(CI.getType(), VF); local
H A DCallPromotionUtils.cpp164 static void createRetBitCast(CallBase &CB, Type *RetTy, CastInst **RetBitCast) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp86 PreAnalyzeCallResultForF128( const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy, const char *Call) argument
111 PreAnalyzeCallResultForVectorFloat( const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy) argument
H A DMipsCCState.h119 AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, CCAssignFn Fn, const Type *RetTy, const char *Func) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h101 Type *RetTy; member in class:llvm::CodeExtractor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp385 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); local
418 auto *RetTy = Type::getInt32Ty(Ctx); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp234 Type *RetTy = F.getReturnType(); local
310 Type *RetTy = F.getReturnType(); local
H A DAMDGPURewriteOutArguments.cpp239 Type *RetTy = F.getReturnType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp107 QualType RetTy = D->getReturnType(); local
126 QualType RetTy = D->getReturnType(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h47 QualType RetTy; variable
85 QualType RetTy; variable
H A DSMTConv.h341 getBinExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const llvm::SMTExprRef &LHS, QualType LTy, BinaryOperator::Opcode Op, const llvm::SMTExprRef &RHS, QualType RTy, QualType *RetTy) argument
376 getSymBinExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const BinarySymExpr *BSE, bool *hasComparison, QualType *RetTy) argument
417 getSymExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, QualType *RetTy, bool *hasComparison) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1476 Type* RetTy = FTy.getReturnType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp30 ReplaceCallWith(const char *NewFn, CallInst *CI, ArgIt ArgBegin, ArgIt ArgEnd, Type *RetTy) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp198 Type *RetTy = F.getReturnType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h70 Type *RetTy = nullptr; member in struct:llvm::FastISel::CallLoweringInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp227 Type *RetTy = FTy->getReturnType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp520 Type *RetTy = FTy->getReturnType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp327 Type *RetTy = F->getReturnType(); local
342 Type *RetTy = F->getReturnType(); local
772 Type *RetTy local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp681 QualType RetTy = Msg.getResultType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp915 Type *RetTy = I.getActualReturnType(); local
1005 Type *RetTy = SI->getActualReturnType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp341 bool FunctionType::isValidReturnType(Type *RetTy) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp734 Type *RetTy = StructType::get(PointerType::get(IRB.getInt8Ty(), 0), local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp134 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, argument

Completed in 462 milliseconds

123