/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 350 bool AliasSetTracker::add(MemSetInst *MSI) { in add() 394 if (MemSetInst *MSI = dyn_cast<MemSetInst>(I)) in add() local 507 bool AliasSetTracker::remove(MemSetInst *MSI) { in remove() 542 if (MemSetInst *MSI = dyn_cast<MemSetInst>(I)) in remove() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.h | 66 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable 91 std::unique_ptr<const MCSubtargetInfo> &&MSI, in LLVMDisasmContext()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.h | 66 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable 91 std::unique_ptr<const MCSubtargetInfo> &&MSI, in LLVMDisasmContext()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 620 MessageSendInfo &MSI) override { in LookupIMP() 631 llvm::Value *cmd, MessageSendInfo &MSI) override { in LookupIMPSuper() 683 MessageSendInfo &MSI) override { in LookupIMP() 724 MessageSendInfo &MSI) override { in LookupIMPSuper() 840 MessageSendInfo &MSI) override { in LookupIMP() 857 llvm::Value *cmd, MessageSendInfo &MSI) override { in LookupIMPSuper() 1289 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs); in GenerateMessageSendSuper() local 1440 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs); in GenerateMessageSend() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 150 if (auto *MSI = dyn_cast<MemSetInst>(Intrinsic)) in lowerIntrinsicToFunction() local 174 auto *MSI = static_cast<MemSetInst *>(Intrinsic); in lowerIntrinsicToFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 390 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add() 436 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A 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()
|
H A D | LoopIdiomRecognize.cpp | 585 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { in runOnLoopBlock() local 747 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 224 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet() 401 MemSetInst *MSI = cast<MemSetInst>(BI); in INITIALIZE_PASS_DEPENDENCY() local 748 bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet()
|
H A D | LoopIdiomRecognize.cpp | 489 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { in runOnLoopBlock() local 647 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A 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
|
H A D | GlobalStatus.cpp | 162 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 531 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getMemInstValueForLoad() local 576 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getConstantMemInstValueForLoad() local
|
H A D | GlobalStatus.cpp | 169 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Decl.cpp | 552 } else if (MemberSpecializationInfo *MSI = in useInlineVisibilityHidden() local 2250 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) in getInstantiatedFromStaticDataMember() local 2260 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) in getTemplateSpecializationKind() local 2270 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) in getPointOfInstantiation() local 2308 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) { in setTemplateSpecializationKind() local 3666 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) in getTemplateSpecializationKind() local 3674 MemberSpecializationInfo *MSI = getMemberSpecializationInfo(); in setTemplateSpecializationKind() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 425 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add() 469 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 183 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet() 472 auto *MSI = cast<MemSetInst>(BI); in tryMergingIntoMemset() local 865 bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 139 bool addMemSet(uint64_t Offset, MemSetInst *MSI) { in addMemSet() 391 MemSetInst *MSI = cast<MemSetInst>(BI); in collectInitializers() local
|
/aosp_15_r20/external/coreboot/Documentation/security/vboot/ |
H A D | list_vboot.md | 388 ## MSI section in vboot-enabled devices
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 117 bool addMemSet(uint64_t Offset, MemSetInst *MSI) { in addMemSet() 372 MemSetInst *MSI = cast<MemSetInst>(BI); in collectInitializers() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 152 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
|
H A D | Evaluator.cpp | 368 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) { in EvaluateBlock() local
|
/aosp_15_r20/external/coreboot/Documentation/mainboard/ |
H A D | index.md | 238 ## MSI section in Mainboard-specific documentation
|
/aosp_15_r20/external/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.h | 67 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/ |
H A D | os_policy.proto | 166 message MSI { message
|