Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h342 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
407 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
469 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp173 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in translateSubExpr() local
368 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in insertTranslatedSubExpr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp203 const GExtOrTruncOp *Cast = cast<GExtOrTruncOp>(&CastMI); in matchCastOfSelect() local
299 const GExtOrTruncOp *Cast = cast<GExtOrTruncOp>(&CastMI); in matchCastOfBuildVector() local
363 const GExtOrTruncOp *Cast = cast<GExtOrTruncOp>(&CastMI); in matchCastOfInteger() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp152 CallInst *Cast = OpBuilder.getIRB().CreateIntrinsic( in createTmpHandleCast() local
260 Value *Cast = createTmpHandleCast(*OpCall, CI->getType()); in lowerToCreateHandle() local
311 Value *Cast = createTmpHandleCast(*OpAnnotate, CI->getType()); in lowerToBindAndAnnotateHandle() local
735 Value *Cast = in lowerCtpopToCountBits() local
H A DDXILLegalizePass.cpp193 if (auto *Cast = dyn_cast<CastInst>(&I)) { in fixI8UseChain() local
266 if (CastInst *Cast = dyn_cast<CastInst>(LU)) in upcastI8AllocasAndUses() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp80 if (auto *Cast = dyn_cast<CastInst>(Op)) { in matchVPDPBUSDPattern() local
147 if (auto *Cast = dyn_cast<CastInst>(Op)) { in tryMAddReplacement() local
H A DX86LowerAMXType.cpp1081 bool X86LowerAMXCast::combineCastStore(IntrinsicInst *Cast, StoreInst *ST) { in combineCastStore()
1136 bool X86LowerAMXCast::combineLoadCast(IntrinsicInst *Cast, LoadInst *LD) { in combineLoadCast()
1180 for (auto *Cast : Casts) { in combineLdSt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp120 Value *Cast = in promotePointer() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp184 auto *Cast = CastInst::CreateBitOrPointerCast(&CB, RetTy, "", InsertBefore); in createRetBitCast() local
526 auto *Cast = in promoteCall() local
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResultImpl.cpp199 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResultImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp183 Instruction *Cast = in createWrapper() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandFp.cpp379 Value *Cast = Builder.CreateTrunc(Call, Builder.getInt32Ty()); in expandIToFP() local
587 Value *Cast = Builder.CreateCast(cast<CastInst>(I)->getOpcode(), Ext, in scalarize() local
H A DStackColoring.cpp951 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp129 auto Cast = stmt(ExplicitCast); in checkASTCodeBody() local
H A DRefCntblBaseVirtualDtorChecker.cpp111 else if (auto *Cast = dyn_cast<CastExpr>(Arg)) { in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DHexagon.cpp214 if (auto *Cast = dyn_cast<ImplicitCastExpr>(PredOp)) { in EmitHexagonBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp239 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) { in convertICmp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp267 auto Cast = Builder.CreateBitOrPointerCast(S0->getValueOperand(), in sinkStoresAndGEPs() local
H A DIndVarSimplify.cpp508 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, in visitIVCast()
582 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp254 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1739 SDValue Cast = DAG.getNode(ISD::BITCAST, DL, IntVT, Node->getOperand(0)); in ExpandVP_FNEG() local
1757 SDValue Cast = DAG.getNode(ISD::BITCAST, DL, IntVT, Node->getOperand(0)); in ExpandVP_FABS() local
1944 SDValue Cast = DAG.getNode(ISD::BITCAST, DL, IntVT, Node->getOperand(0)); in ExpandFNEG() local
1964 SDValue Cast = DAG.getNode(ISD::BITCAST, DL, IntVT, Node->getOperand(0)); in ExpandFABS() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp170 if (const auto *Cast = dyn_cast<CastExpr>(E)) { in getVAListAsRegion() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp506 llvm::Value *Cast = in EmitHLSLAggregateSplatCast() local
539 llvm::Value *Cast = in EmitHLSLScalarFlatCast() local
578 llvm::Value *Cast = in EmitHLSLElementwiseCast() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp657 auto *Cast = Builder.CreatePointerCast(BlockPtr, InvokeFT->getParamType(0)); in createEnqueuedBlockKernel() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp327 Expr *Cast = M.makeReferenceCast(Param, ReturnType); in create_std_move_forward() local

1234