Home
last modified time | relevance | path

Searched defs:ResultTy (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp250 QualType ResultTy = Ex->getType(); in processObjCLiterals() local
276 QualType ResultTy = Ex->getType(); in checkPostStmt() local
415 QualType ResultTy) { in refValFromRetEffect()
688 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary() local
900 QualType ResultTy = Call.getResultType(); in evalCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp245 Type *ResultTy = in inferScalarType() local
H A DVPlan.h1444 Type *ResultTy; variable
1447 VPWidenCastRecipe(Instruction::CastOps Opcode, VPValue *Op, Type *ResultTy, in VPWidenCastRecipe()
1455 VPWidenCastRecipe(Instruction::CastOps Opcode, VPValue *Op, Type *ResultTy) in VPWidenCastRecipe()
1490 Type *ResultTy; variable
1495 VPScalarCastRecipe(Instruction::CastOps Opcode, VPValue *Op, Type *ResultTy) in VPScalarCastRecipe()
H A DVPlanTransforms.cpp539 Type *ResultTy = TypeInfo.inferScalarType(BaseIV); in createScalarIVSteps() local
H A DVectorCombine.cpp2154 Type *ResultTy = I.getType(); in foldCastFromReductions() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1200 IRBuilderBase &Builder, Type *ResultTy, Value *Addr, Align AddrAlign, in insertRMWLLSCLoop()
1563 IRBuilderBase &Builder, Type *ResultTy, Value *Addr, Align AddrAlign, in insertRMWCmpXchgLoop()
1924 Type *ResultTy; in expandAtomicOpToLibcall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1495 auto *ResultTy = cast<FixedVectorType>(Op->getType()); in upgradeX86PSLLDQIntrinsics() local
1529 auto *ResultTy = cast<FixedVectorType>(Op->getType()); in upgradeX86PSRLDQIntrinsics() local
2664 auto *ResultTy = cast<FixedVectorType>(CI->getType()); in upgradeX86IntrinsicCall() local
2678 auto *ResultTy = cast<VectorType>(CI->getArgOperand(1)->getType()); in upgradeX86IntrinsicCall() local
2694 auto *ResultTy = cast<FixedVectorType>(CI->getType()); in upgradeX86IntrinsicCall() local
H A DVerifier.cpp5953 Type *ResultTy = Call.getType(); in visitIntrinsicCall() local
5973 Type *ResultTy = Call.getType(); in visitIntrinsicCall() local
6000 VectorType *ResultTy; in visitIntrinsicCall() local
6141 VectorType *ResultTy = cast<VectorType>(Call.getType()); in visitIntrinsicCall() local
6617 Type *ResultTy = FPI.getType(); in visitConstrainedFPIntrinsic() local
6626 Type *ResultTy = FPI.getType(); in visitConstrainedFPIntrinsic() local
6691 Type *ResultTy = Result->getType(); in visitConstrainedFPIntrinsic() local
H A DConstantFold.cpp1127 Type *ResultTy; in ConstantFoldCompareInstruction() local
H A DFunction.cpp1487 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1450 QualType ResultTy; in ActOnArraySectionExpr() local
H A DSemaOverload.cpp1781 QualType &ResultTy) { in IsFunctionConversion()
14286 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedUnaryOp() local
14675 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedBinOp() local
15124 QualType ResultTy = FnDecl->getReturnType(); in CreateOverloadedArraySubscriptExpr() local
15791 QualType ResultTy = Method->getReturnType(); in BuildCallToObjectOfClassType() local
15920 QualType ResultTy = Method->getReturnType(); in BuildOverloadedArrowExpr() local
15996 QualType ResultTy = FD->getReturnType(); in BuildLiteralOperatorCall() local
H A DSemaExprMember.cpp1796 QualType ResultTy = E->getType(); in CheckMemberAccessOfNoDeref() local
H A DSemaExpr.cpp1464 QualType ResultTy = LHSTyRank > RHSTyRank ? LHSTy : RHSTy; in handleFixedPointConversion() local
5058 QualType ResultTy = E->getType(); in CheckSubscriptAccessOfNoDeref() local
6701 QualType ResultTy; in BuildResolvedCallExpr() local
8024 QualType ResultTy = [&, ResultAddrSpace]() { in checkConditionalPointerCompatibility() local
14510 BinaryOperatorKind Opc, QualType ResultTy, in convertHalfVecBinOp()
14611 QualType ResultTy; // Result type of the binary operator. in CreateBuiltinBinOp() local
16530 QualType ResultTy; in ActOnSourceLocExpr() local
16560 ExprResult Sema::BuildSourceLocExpr(SourceLocIdentKind Kind, QualType ResultTy, in BuildSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp565 QualType ResultTy, in SYCLUniqueStableNameExpr()
574 QualType ResultTy) in SYCLUniqueStableNameExpr()
581 QualType ResultTy = Ctx.getPointerType(Ctx.CharTy.withConst()); in Create() local
588 QualType ResultTy = Ctx.getPointerType(Ctx.CharTy.withConst()); in CreateEmpty() local
2241 QualType ResultTy, SourceLocation BLoc, in SourceLocExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp500 Type *ResultTy = MemoryTy; in tryCreateMaskedGatherOffset() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp766 QualType ResultTy = Call.getResultType(); in bindReturnValue() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1607 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType()
1612 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1856 for (auto *ResultTy : Shape.getRetconResultTypes()) in splitRetconCoroutine() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp750 const DataLayout &DL, MCContext &Ctx, CallingConv::ID CC, Type *ResultTy, in setCallee()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4202 QualType ResultTy = op.Ty; in EmitFixedPointBinOp() local
4685 llvm::IntegerType *ResultTy = cast<llvm::IntegerType>(Result->getType()); in EmitCompare() local
H A DCGBuiltin.cpp3991 const auto *ResultTy = E->getType()->getAs<ConstantMatrixType>(); in EmitBuiltinExpr() local
9838 auto *ResultTy = getSVEType(TypeFlags); in EmitSVEGatherLoad() local
13671 auto *ResultTy = cast<llvm::VectorType>(Ops[1]->getType()); in EmitX86ExpandLoad() local
13685 auto *ResultTy = cast<llvm::FixedVectorType>(Ops[1]->getType()); in EmitX86CompressExpand() local
13697 auto *ResultTy = cast<llvm::FixedVectorType>(Ops[1]->getType()); in EmitX86CompressStore() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp830 Type *ResultTy, GEPNoWrapFlags NW, in CastGEPIndices()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6344 auto *ResultTy = FixedVectorType::get(VecTy->getElementType(), in getInterleavedMemoryOpCostAVX512() local

12