Home
last modified time | relevance | path

Searched refs:AnyMemSetInst (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h40 class AnyMemSetInst; variable
370 void add(AnyMemSetInst *MSI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasSetTracker.cpp392 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add()
470 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h574 class AnyMemSetInst : public MemSetBase<AnyMemIntrinsic> {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h887 Instruction *SimplifyAnyMemSet(AnyMemSetInst *MI);
DInstCombineCalls.cpp202 Instruction *InstCombiner::SimplifyAnyMemSet(AnyMemSetInst *MI) { in SimplifyAnyMemSet()
1928 } else if (auto *MSI = dyn_cast<AnyMemSetInst>(MI)) { in visitCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp299 return isa<AnyMemSetInst>(I); in isShortenableAtTheBeginning()