Home
last modified time | relevance | path

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

123

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h341 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
406 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
460 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
365 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in insertTranslatedSubExpr() local
H A DIVDescriptors.cpp152 if (auto *Cast = dyn_cast<CastInst>(Val)) { in collectCastInstrs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp182 auto *Cast = CastInst::CreateBitOrPointerCast(&CB, RetTy, "", InsertBefore); in createRetBitCast() local
524 auto *Cast = in promoteCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp82 if (auto *Cast = dyn_cast<CastInst>(Op)) { in matchVPDPBUSDPattern() local
149 if (auto *Cast = dyn_cast<CastInst>(Op)) { in tryMAddReplacement() local
H A DX86LowerAMXType.cpp929 bool X86LowerAMXCast::combineCastStore(IntrinsicInst *Cast, StoreInst *ST) { in combineCastStore()
955 bool X86LowerAMXCast::combineLoadCast(IntrinsicInst *Cast, LoadInst *LD) { in combineLoadCast()
999 for (auto *Cast : Casts) { in combineLdSt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp120 Value *Cast = in promotePointer() local
H A DAMDGPULowerBufferFatPointers.cpp449 Value *Cast = IRB.CreatePtrToInt(V, To, Name + ".int"); in fatPtrsToInts() local
484 Value *Cast = IRB.CreateIntToPtr(V, To, Name + ".ptr"); in intsToFatPtrs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp182 Instruction *Cast = in createWrapper() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp200 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResultImpl
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp374 Value *Cast = Builder.CreateTrunc(Call, Builder.getInt32Ty()); in expandIToFP() local
582 Value *Cast = Builder.CreateCast(cast<CastInst>(I)->getOpcode(), Ext, in scalarize() local
H A DStackColoring.cpp945 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp243 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) { in convertICmp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp265 auto Cast = Builder.CreateBitOrPointerCast(S0->getValueOperand(), in sinkStoresAndGEPs() local
H A DIndVarSimplify.cpp512 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, in visitIVCast()
586 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
H A DSeparateConstOffsetFromGEP.cpp702 if (CastInst *Cast = dyn_cast<CastInst>(U)) { in distributeExtsAndCloneChain() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp252 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
/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/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp78 else if (auto *Cast = dyn_cast<CastExpr>(Arg)) { in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp622 auto *Cast = Builder.CreatePointerCast(BlockPtr, InvokeFT->getParamType(0)); in createEnqueuedBlockKernel() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp29 if (const auto *Cast = dyn_cast<ImplicitCastExpr>(E)) { in canExprResolveTo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp726 Value *Cast = IRB.CreateBitOrPointerCast(C, OrigTy); in instrumentAtomic() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2036 auto *Cast = dyn_cast<BitCastInst>(U.getUser()); in replacePrepare() local
2051 while (auto *Cast = dyn_cast<BitCastInst>(CastFn)) { in replacePrepare() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp191 if (const BitCastInst *Cast = dyn_cast<BitCastInst>(Val)) in findPreviousSpillSlot() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1015 if (const auto *Cast = dyn_cast<SExtInst>(Val)) { in minRequiredElementSize() local
1020 if (const auto *Cast = dyn_cast<ZExtInst>(Val)) { in minRequiredElementSize() local

123