Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp57 void ConversionChecker::checkPreStmt(const ImplicitCastExpr *Cast, in checkPreStmt()
135 bool ConversionChecker::isLossOfPrecision(const ImplicitCastExpr *Cast, in isLossOfPrecision()
191 bool ConversionChecker::isLossOfSign(const ImplicitCastExpr *Cast, in isLossOfSign()
H A DValistChecker.cpp171 QualType Ty = Cast->getType(); in getVAListAsRegion() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp172 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { translateSubExpr() local
364 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { insertTranslatedSubExpr() local
[all...]
H A DIVDescriptors.cpp152 if (auto *Cast = dyn_cast<CastInst>(Val)) { in collectCastInstrs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp179 auto *Cast = CastInst::CreateBitOrPointerCast(&CB, RetTy, "", InsertBefore); createRetBitCast() local
512 auto *Cast = CastInst::CreateBitOrPointerCast(Arg, FormalTy, "", &CB); promoteCall() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp151 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { Cast() function in ValueObjectConstResultImpl
/freebsd-src/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
[all...]
H A DX86LowerAMXType.cpp923 combineCastStore(IntrinsicInst * Cast,StoreInst * ST) combineCastStore() argument
949 combineLoadCast(IntrinsicInst * Cast,LoadInst * LD) combineLoadCast() argument
993 for (auto *Cast : Casts) { combineLdSt() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp120 Value *Cast = in promotePointer() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp182 Instruction *Cast = in createWrapper() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp243 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) { in convertICmp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp265 auto Cast = Builder.CreateBitOrPointerCast(S0->getValueOperand(), in sinkStoresAndGEPs() local
H A DIndVarSimplify.cpp502 visitIVCast(CastInst * Cast,WideIVInfo & WI,ScalarEvolution * SE,const TargetTransformInfo * TTI) visitIVCast() argument
576 visitCast(CastInst * Cast) visitCast() argument
[all...]
H A DSeparateConstOffsetFromGEP.cpp701 if (CastInst *Cast = dyn_cast<CastInst>(U)) { distributeExtsAndCloneChain() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp252 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp582 auto *Cast = Builder.CreatePointerCast(BlockPtr, InvokeFT->getParamType(0)); createEnqueuedBlockKernel() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp371 Value *Cast = Builder.CreateTrunc(Call, Builder.getInt32Ty()); expandIToFP() local
[all...]
H A DStackColoring.cpp941 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); remapInstructions() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp29 if (const auto *Cast = dyn_cast<ImplicitCastExpr>(E)) { in canExprResolveTo() local
H A DBodyFarm.cpp327 Expr *Cast = M.makeReferenceCast(Param, ReturnType); in create_std_move_forward() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp727 I->replaceAllUsesWith(Cast); in instrumentAtomic() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp191 if (const BitCastInst *Cast = dyn_cast<BitCastInst>(Val)) in findPreviousSpillSlot() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2127 auto *Cast = dyn_cast<BitCastInst>(U.getUser()); replacePrepare() local
2142 while (auto *Cast = dyn_cast<BitCastInst>(CastFn)) { replacePrepare() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h972 if (const auto *Cast = dyn_cast<SExtInst>(Val)) { minRequiredElementSize() local
977 if (const auto *Cast = dyn_cast<ZExtInst>(Val)) { minRequiredElementSize() local

123