Searched refs:UseTy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 618 Type *UseTy = U.get()->getType(); in run() local 623 if (Replacement->getType() != UseTy) { in run() 634 Replacement = new BitCastInst(Replacement, UseTy, "", in run() 651 if (Replacement->getType() != UseTy) in run() 653 new BitCastInst(Replacement, UseTy, "", in run()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 340 using UseTy = in SalvageDebugInfo() typedef 343 SmallVector<UseTy, 8> Uses(MD->UseMap.begin(), MD->UseMap.end()); in SalvageDebugInfo() 366 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef 367 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith() 368 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith() 424 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef 425 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses() 426 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in resolveAllUses()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 757 LLT UseTy = MRI.getType(UseMI.getOperand(0).getReg()); in matchCombineExtendingLoads() local 759 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()
|