Searched refs:UseTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 664 Type *UseTy = U.get()->getType(); in run() local 669 if (Replacement->getType() != UseTy) { in run() 680 Replacement = new BitCastInst(Replacement, UseTy, "", in run() 697 if (Replacement->getType() != UseTy) in run() 699 new BitCastInst(Replacement, UseTy, "", in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 340 using UseTy = in SalvageDebugInfo() typedef 344 SmallVector<UseTy, 8> Uses(MD->UseMap.begin(), MD->UseMap.end()); in SalvageDebugInfo() 373 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef 374 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith() 375 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith() 431 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef 432 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses() 433 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in resolveAllUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 823 LLT UseTy = MRI.getType(UseMI.getOperand(0).getReg()); in matchCombineExtendingLoads() local 825 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()
|