/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 66 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable 91 std::unique_ptr<const MCSubtargetInfo> &&MSI, in LLVMDisasmContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 162 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
|
D | VNCoercion.cpp | 471 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getMemInstValueForLoadHelper() local 531 if (auto *MSI = dyn_cast<MemSetInst>(SrcInst)) in getConstantMemInstValueForLoad() local
|
D | Evaluator.cpp | 495 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) { in EvaluateBlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 425 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add() 469 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add() local
|
D | Lint.cpp | 358 MemSetInst *MSI = cast<MemSetInst>(&I); in visitCallSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 180 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet() 346 MemSetInst *MSI = cast<MemSetInst>(BI); in INITIALIZE_PASS_DEPENDENCY() local 699 bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet()
|
D | LoopIdiomRecognize.cpp | 585 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { in runOnLoopBlock() local 747 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet()
|
D | InferAddressSpaces.cpp | 793 if (auto *MSI = dyn_cast<MemSetInst>(MI)) { in handleMemIntrinsicPtrUse() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 117 bool addMemSet(uint64_t Offset, MemSetInst *MSI) { in addMemSet() 372 MemSetInst *MSI = cast<MemSetInst>(BI); in collectInitializers() local
|
D | AArch64FastISel.cpp | 3560 const MemSetInst *MSI = cast<MemSetInst>(II); in fastLowerIntrinsicCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1669 const MemSetInst *MSI = cast<MemSetInst>(II); in fastLowerIntrinsicCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2555 const MemSetInst &MSI = cast<MemSetInst>(I); in SelectIntrinsicCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1148 auto *MSI = cast<MemSetInst>(&CI); in translateMemFunc() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 220 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(U)) { in CleanupPointerRootUsers() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2754 const MemSetInst *MSI = cast<MemSetInst>(II); in fastLowerIntrinsicCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1858 } else if (auto *MSI = dyn_cast<AnyMemSetInst>(MI)) { in visitCallInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5866 const auto &MSI = cast<MemSetInst>(I); in visitIntrinsicCall() local
|