Home
last modified time | relevance | path

Searched refs:PtrCast (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp151 Instruction *PtrCast = in createWrapper() local
153 BB->getInstList().push_back(PtrCast); in createWrapper()
154 Args.push_back(PtrCast); in createWrapper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp669 Value *PtrCast = Source; in createFree() local
672 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertBefore); in createFree()
673 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
676 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertAtEnd); in createFree()
677 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1325 Value *PtrCast = IC.Builder.CreateBitCast(Ptr, VecPtrTy, "castvec"); in simplifyX86MaskedLoad() local
1333 IC.Builder.CreateMaskedLoad(PtrCast, 1, BoolMask, ZeroVec); in simplifyX86MaskedLoad()
1368 Value *PtrCast = IC.Builder.CreateBitCast(Ptr, VecPtrTy, "castvec"); in simplifyX86MaskedStore() local
1374 IC.Builder.CreateMaskedStore(Vec, PtrCast, 1, BoolMask); in simplifyX86MaskedStore()