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/ |
| D | CallPromotionUtils.cpp | 179 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/ |
| D | WebAssemblyFixFunctionBitcasts.cpp | 152 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/ |
| D | ThreadSanitizer.cpp | 644 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/ |
| D | InstCombinePHI.cpp | 210 return CastInst::CreateBitOrPointerCast(MatchingPtrPHI, in FoldIntegerTypedPHI() 270 CI = CastInst::CreateBitOrPointerCast(IncomingVal, IntToPtr->getType(), in FoldIntegerTypedPHI() 289 return CastInst::CreateBitOrPointerCast(NewPtrPHI, in FoldIntegerTypedPHI()
|
| D | InstCombineLoadStoreAlloca.cpp | 998 LI, Builder.CreateBitOrPointerCast(AvailableVal, LI.getType(), in visitLoadInst()
|
| D | InstCombineCalls.cpp | 4707 NewArg = Builder.CreateBitOrPointerCast(*AI, ParamTy); in transformConstExprCastCall() 4788 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy); in transformConstExprCastCall()
|
| D | InstCombineSelect.cpp | 2038 return CastInst::CreateBitOrPointerCast(NewSel, Sel.getType()); in foldSelectCmpBitcasts()
|
| D | InstCombineCompares.cpp | 741 NewBase = Builder.CreateBitOrPointerCast(Base, Start->getType(), in rewriteGEPAsOffset()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | NaryReassociate.cpp | 398 Candidate = Builder.CreateBitOrPointerCast(Candidate, GEP->getType()); in tryReassociateGEPAtIndex()
|
| D | JumpThreading.cpp | 1294 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/ |
| D | LoadStoreVectorizer.cpp | 1070 Builder.CreateBitOrPointerCast(Extract, StoreTy->getScalarType()); in vectorizeStoreChain() 1235 V = Builder.CreateBitOrPointerCast(V, CV->getType()); in vectorizeLoadChain()
|
| D | LoopVectorize.cpp | 2667 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/ |
| D | AArch64StackTagging.cpp | 264 return IRB.CreateBitOrPointerCast( in flatten()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | AtomicExpandPass.cpp | 1730 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/ |
| D | InstrTypes.h | 552 static CastInst *CreateBitOrPointerCast(
|
| D | IRBuilder.h | 2179 Value *CreateBitOrPointerCast(Value *V, Type *DestTy,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Instructions.cpp | 2892 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast() function in CastInst
|