Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp573 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/
DObjCARCContract.cpp651 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/
DObjCARCContract.cpp622 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/
DMetadata.cpp205 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/
DMetadata.cpp237 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/
DMetadata.cpp238 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/
DCallSite.h44 typename UseTy = const Use,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h53 typename UseTy = const Use, typename InstrTy = const Instruction,
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp427 LLT UseTy = MRI.getType(UseMI.getOperand(0).getReg()); in matchCombineExtendingLoads() local
429 if (LI->getAction({MI.getOpcode(), {UseTy, SrcTy}, {MMDesc}}).Action != in matchCombineExtendingLoads()