Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp612 Type *UseTy = U.get()->getType(); in run() local
617 if (Replacement->getType() != UseTy) { in run()
629 new BitCastInst(Replacement, UseTy, "", &InsertBB->back()); in run()
645 if (Replacement->getType() != UseTy) in run()
646 Replacement = new BitCastInst(Replacement, UseTy, "", in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp257 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef
258 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith()
259 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith()
310 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef
311 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses()
312 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in resolveAllUses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp493 LLT UseTy = MRI.getType(UseMI.getOperand(0).getReg()); in matchCombineExtendingLoads() local
495 if (LI->getAction({LoadMI->getOpcode(), {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()