/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ConversionChecker.cpp | 57 void ConversionChecker::checkPreStmt(const ImplicitCastExpr *Cast, in checkPreStmt() 139 bool ConversionChecker::isLossOfPrecision(const ImplicitCastExpr *Cast, in isLossOfPrecision() 195 bool ConversionChecker::isLossOfSign(const ImplicitCastExpr *Cast, in isLossOfSign()
|
H A D | ValistChecker.cpp | 171 if (const auto *Cast = dyn_cast<CastExpr>(E)) { in getVAListAsRegion() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 187 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local 381 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | ValueObjectConstResultCast.cpp | 60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResultCast
|
H A D | ValueObjectConstResultChild.cpp | 72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResultChild
|
H A D | ValueObjectConstResultImpl.cpp | 151 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResultImpl
|
H A D | ValueObjectConstResult.cpp | 297 ValueObjectConstResult::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResult
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 178 auto *Cast = CastInst::CreateBitOrPointerCast(&CB, RetTy, "", InsertBefore); in createRetBitCast() local 511 auto *Cast = CastInst::CreateBitOrPointerCast(Arg, FormalTy, "", &CB); in promoteCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 82 if (auto *Cast = dyn_cast<CastInst>(Op)) { in matchVPDPBUSDPattern() local 149 if (auto *Cast = dyn_cast<CastInst>(Op)) { in tryMAddReplacement() local
|
H A D | X86LowerAMXType.cpp | 923 void X86LowerAMXCast::combineCastStore(IntrinsicInst *Cast, StoreInst *ST) { in combineCastStore() 950 bool X86LowerAMXCast::combineLoadCast(IntrinsicInst *Cast, LoadInst *LD) { in combineLoadCast() 994 for (auto *Cast : Casts) { in combineLdSt() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteKernelArguments.cpp | 120 Value *Cast = in promotePointer() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 182 Instruction *Cast = in createWrapper() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 243 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) { in convertICmp() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 251 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 514 Value *Cast = Builder.CreateBitCast(TheSrc, DestTy); in visitAllocaInst() local 526 Value *Cast = Builder.CreateBitCast(TheSrc, DestTy); in visitAllocaInst() local
|
H A D | InstructionCombining.cpp | 332 auto *Cast = dyn_cast<CastInst>(BinOp1->getOperand(0)); in simplifyAssocCastAssoc() local 1056 if (auto *Cast = dyn_cast<CastInst>(&I)) in foldOperationIntoSelectOperand() local 1544 if (CastInst *Cast = dyn_cast<CastInst>(Op)) { in Descale() local 2996 auto *Cast = dyn_cast<CastInst>(&Inst); in tryToMoveFreeBeforeNullTest() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 370 Value *Cast = Builder.CreateTrunc(Call, Builder.getInt32Ty()); in expandIToFP() local
|
H A D | StackColoring.cpp | 973 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 327 Expr *Cast = M.makeReferenceCast(Param, ReturnType); in create_std_move_forward() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 514 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, in visitIVCast() 588 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
|
H A D | SeparateConstOffsetFromGEP.cpp | 688 if (CastInst *Cast = dyn_cast<CastInst>(U)) { in distributeExtsAndCloneChain() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 2063 auto *Cast = dyn_cast<BitCastInst>(U.getUser()); in replacePrepare() local 2078 while (auto *Cast = dyn_cast<BitCastInst>(CastFn)) { in replacePrepare() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 908 if (const auto *Cast = dyn_cast<SExtInst>(Val)) { in minRequiredElementSize() local 913 if (const auto *Cast = dyn_cast<ZExtInst>(Val)) { in minRequiredElementSize() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 734 Value *Cast = IRB.CreateBitOrPointerCast(C, OrigTy); in instrumentAtomic() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 191 if (const BitCastInst *Cast = dyn_cast<BitCastInst>(Val)) in findPreviousSpillSlot() local
|