| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 180 auto *Cast = CastInst::CreateBitOrPointerCast(CS.getInstruction(), RetTy, "", in createRetBitCast() 408 auto *Cast = CastInst::CreateBitOrPointerCast(Arg, FormalTy, "", in promoteCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 151 CastInst::CreateBitOrPointerCast(AI, ParamType, "cast"); in CreateWrapper() 191 CastInst::CreateBitOrPointerCast(Call, RtnType, "cast"); in CreateWrapper()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 641 Value *Cast = IRB.CreateBitOrPointerCast(C, OrigTy); in instrumentAtomic() 653 IRB.CreateBitOrPointerCast(SI->getValueOperand(), Ty), in instrumentAtomic() 684 IRB.CreateBitOrPointerCast(CASI->getCompareOperand(), Ty); in instrumentAtomic() 686 IRB.CreateBitOrPointerCast(CASI->getNewValOperand(), Ty); in instrumentAtomic()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 209 return CastInst::CreateBitOrPointerCast(MatchingPtrPHI, in FoldIntegerTypedPHI() 261 CI = CastInst::CreateBitOrPointerCast(IncomingVal, IntToPtr->getType(), in FoldIntegerTypedPHI() 278 return CastInst::CreateBitOrPointerCast(NewPtrPHI, in FoldIntegerTypedPHI()
|
| H A D | InstCombineLoadStoreAlloca.cpp | 1031 LI, Builder.CreateBitOrPointerCast(AvailableVal, LI.getType(), in visitLoadInst()
|
| H A D | InstCombineSelect.cpp | 1424 return CastInst::CreateBitOrPointerCast(NewSel, Sel.getType()); in foldSelectCmpBitcasts()
|
| H A D | InstCombineCalls.cpp | 4483 NewArg = Builder.CreateBitOrPointerCast(*AI, ParamTy); in transformConstExprCastCall() 4557 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy); in transformConstExprCastCall()
|
| H A D | InstCombineCompares.cpp | 767 NewBase = Builder.CreateBitOrPointerCast(Base, Start->getType(), in rewriteGEPAsOffset()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 398 Candidate = Builder.CreateBitOrPointerCast(Candidate, GEP->getType()); in tryReassociateGEPAtIndex()
|
| H A D | JumpThreading.cpp | 1314 AvailableVal = CastInst::CreateBitOrPointerCast( in SimplifyPartiallyRedundantLoad() 1489 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in SimplifyPartiallyRedundantLoad()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1054 Builder.CreateBitOrPointerCast(Extract, StoreTy->getScalarType()); in vectorizeStoreChain() 1223 V = Builder.CreateBitOrPointerCast(V, CV->getType()); in vectorizeLoadChain()
|
| H A D | LoopVectorize.cpp | 2495 return Builder.CreateBitOrPointerCast(V, DstVTy); in createBitOrPointerCast() 2508 Value *CastVal = Builder.CreateBitOrPointerCast(V, VecIntTy); in createBitOrPointerCast() 2509 return Builder.CreateBitOrPointerCast(CastVal, DstVTy); in createBitOrPointerCast()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 1693 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall() 1761 V = Builder.CreateBitOrPointerCast(Result, I->getType()); in expandAtomicOpToLibcall()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 466 static CastInst *CreateBitOrPointerCast(
|
| H A D | IRBuilder.h | 1810 Value *CreateBitOrPointerCast(Value *V, Type *DestTy,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 800 llvm::Value *Buf = CGF.Builder.CreateBitOrPointerCast( in EmitMSVCRTSetJmp() 1205 ArgVal = Builder.CreateBitOrPointerCast(ArgVal, IntTy); in emitBuiltinOSLogFormat() 3553 NewArg = Builder.CreateBitOrPointerCast(Arg0, NewArgT); in EmitBuiltinExpr() 3557 return RValue::get(Builder.CreateBitOrPointerCast(NewCall, in EmitBuiltinExpr() 3682 ? Builder.CreateBitOrPointerCast(ClkEvent, EventPtrTy) in EmitBuiltinExpr()
|
| H A D | CGExprScalar.cpp | 4227 return Builder.CreateBitOrPointerCast(Src, DstTy, Name); in createCastsForTypeOfSameSize()
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 2506 llvm::Value *ID = Bld.CreateBitOrPointerCast(WFn, CGM.Int8PtrTy); in emitNonSPMDParallelCall()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2726 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast() function in CastInst
|