/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 573 Type *UseTy = U.get()->getType(); in runOnFunction() local 578 if (Replacement->getType() != UseTy) in runOnFunction() 579 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction() 594 if (Replacement->getType() != UseTy) in runOnFunction() 595 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 651 Type *UseTy = U.get()->getType(); in runOnFunction() local 656 if (Replacement->getType() != UseTy) { in runOnFunction() 668 new BitCastInst(Replacement, UseTy, "", &InsertBB->back()); in runOnFunction() 684 if (Replacement->getType() != UseTy) in runOnFunction() 685 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction()
|
/external/llvm-project/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 622 Type *UseTy = U.get()->getType(); in run() local 627 if (Replacement->getType() != UseTy) { in run() 639 new BitCastInst(Replacement, UseTy, "", &InsertBB->back()); in run() 655 if (Replacement->getType() != UseTy) in run() 656 Replacement = new BitCastInst(Replacement, UseTy, "", in run()
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 205 typedef std::pair<void *, std::pair<OwnerTy, uint64_t>> UseTy; in replaceAllUsesWith() typedef 206 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith() 207 std::sort(Uses.begin(), Uses.end(), [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith() 258 typedef std::pair<void *, std::pair<OwnerTy, uint64_t>> UseTy; in resolveAllUses() typedef 259 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses() 260 std::sort(Uses.begin(), Uses.end(), [](const UseTy &L, const UseTy &R) { in resolveAllUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 237 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef 238 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith() 239 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith() 290 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef 291 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses() 292 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in resolveAllUses()
|
/external/llvm-project/llvm/lib/IR/ |
D | Metadata.cpp | 238 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef 239 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith() 240 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith() 291 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef 292 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses() 293 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in resolveAllUses()
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 44 typename UseTy = const Use,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 53 typename UseTy = const Use, typename InstrTy = const Instruction,
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 427 LLT UseTy = MRI.getType(UseMI.getOperand(0).getReg()); in matchCombineExtendingLoads() local 429 if (LI->getAction({MI.getOpcode(), {UseTy, SrcTy}, {MMDesc}}).Action != in matchCombineExtendingLoads()
|