Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp173 DenseMap<Function *, CallInst *> Ptrcasts);
182 DenseMap<Function *, CallInst *> Ptrcasts);
413 DenseMap<Function *, CallInst *> Ptrcasts) { in replaceUsesOfWithSpvPtrcast() argument
416 auto It = Ptrcasts.find(F); in replaceUsesOfWithSpvPtrcast()
417 if (It == Ptrcasts.end()) { in replaceUsesOfWithSpvPtrcast()
419 Ptrcasts[F] = PtrCastedI; in replaceUsesOfWithSpvPtrcast()
429 DenseMap<Function *, CallInst *> Ptrcasts; in propagateElemType() local
441 replaceUsesOfWithSpvPtrcast(Op, ElemTy, UI, Ptrcasts); in propagateElemType()
449 DenseMap<Function *, CallInst *> Ptrcasts; in propagateElemTypeRec() local
451 Ptrcasts); in propagateElemTypeRec()
[all …]