Home
last modified time | relevance | path

Searched refs:CreateBitOrPointerCast (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp179 auto *Cast = CastInst::CreateBitOrPointerCast(CS.getInstruction(), RetTy, "", in createRetBitCast()
408 auto *Cast = CastInst::CreateBitOrPointerCast(Arg, FormalTy, "", in promoteCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp152 CastInst::CreateBitOrPointerCast(AI, ParamType, "cast"); in createWrapper()
192 CastInst::CreateBitOrPointerCast(Call, RtnType, "cast"); in createWrapper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp644 Value *Cast = IRB.CreateBitOrPointerCast(C, OrigTy); in instrumentAtomic()
656 IRB.CreateBitOrPointerCast(SI->getValueOperand(), Ty), in instrumentAtomic()
687 IRB.CreateBitOrPointerCast(CASI->getCompareOperand(), Ty); in instrumentAtomic()
689 IRB.CreateBitOrPointerCast(CASI->getNewValOperand(), Ty); in instrumentAtomic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp210 return CastInst::CreateBitOrPointerCast(MatchingPtrPHI, in FoldIntegerTypedPHI()
270 CI = CastInst::CreateBitOrPointerCast(IncomingVal, IntToPtr->getType(), in FoldIntegerTypedPHI()
289 return CastInst::CreateBitOrPointerCast(NewPtrPHI, in FoldIntegerTypedPHI()
DInstCombineLoadStoreAlloca.cpp998 LI, Builder.CreateBitOrPointerCast(AvailableVal, LI.getType(), in visitLoadInst()
DInstCombineCalls.cpp4707 NewArg = Builder.CreateBitOrPointerCast(*AI, ParamTy); in transformConstExprCastCall()
4788 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy); in transformConstExprCastCall()
DInstCombineSelect.cpp2038 return CastInst::CreateBitOrPointerCast(NewSel, Sel.getType()); in foldSelectCmpBitcasts()
DInstCombineCompares.cpp741 NewBase = Builder.CreateBitOrPointerCast(Base, Start->getType(), in rewriteGEPAsOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp398 Candidate = Builder.CreateBitOrPointerCast(Candidate, GEP->getType()); in tryReassociateGEPAtIndex()
DJumpThreading.cpp1294 AvailableVal = CastInst::CreateBitOrPointerCast( in SimplifyPartiallyRedundantLoad()
1470 PredV = CastInst::CreateBitOrPointerCast(PredV, LoadI->getType(), "", in SimplifyPartiallyRedundantLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp1070 Builder.CreateBitOrPointerCast(Extract, StoreTy->getScalarType()); in vectorizeStoreChain()
1235 V = Builder.CreateBitOrPointerCast(V, CV->getType()); in vectorizeLoadChain()
DLoopVectorize.cpp2667 return Builder.CreateBitOrPointerCast(V, DstVTy); in createBitOrPointerCast()
2680 Value *CastVal = Builder.CreateBitOrPointerCast(V, VecIntTy); in createBitOrPointerCast()
2681 return Builder.CreateBitOrPointerCast(CastVal, DstVTy); in createBitOrPointerCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp264 return IRB.CreateBitOrPointerCast( in flatten()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1730 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
1799 V = Builder.CreateBitOrPointerCast(Result, I->getType()); in expandAtomicOpToLibcall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h552 static CastInst *CreateBitOrPointerCast(
DIRBuilder.h2179 Value *CreateBitOrPointerCast(Value *V, Type *DestTy,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2892 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast() function in CastInst